You are not logged in.

#226 2014-02-10 00:21:01

fosskers
Member
Registered: 2012-02-21
Posts: 167
Website

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

@bstaletic: In short, yes. Aura knows about `powerpill` and will call it instead of pacman if the user has it installed. I've never heard of pacmatic, but could implement similar functionality for it.

@aexoxea: Aura has moved off of `haskell-curl` in version 1.2.3.0 and the problem is totally fixed.


Author of Aura

Offline

#227 2014-02-10 00:40:40

bstaletic
Member
Registered: 2014-02-02
Posts: 658

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

Pacmatic displays the new from the front page whenever you enter pacmatic instead of pacman, so it's not nessery for those that pay attention when they upgrade, but for some it might be a useful feature.
After trying pacmatic I came to the conclusion I won't use it because I do not want to be flooded with new every time I need pacman.

Offline

#228 2014-02-10 01:11:32

GSF1200S
Member
Registered: 2008-12-24
Posts: 474

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

bstaletic wrote:

Pacmatic displays the new from the front page whenever you enter pacmatic instead of pacman, so it's not nessery for those that pay attention when they upgrade, but for some it might be a useful feature.
After trying pacmatic I came to the conclusion I won't use it because I do not want to be flooded with new every time I need pacman.

I think it could be useful, but I dont know if thats really something he would want Aura to do. As per how Aura builds packages from the AUR, it seems designed to keep output clean and not pester the user.

FWIW, I currently have a bash script essentially doing just what pacmatic does- though it is ONLY an update script.

I actually like the AUR comment feed that yaourt offers as an option for AUR packages (AUR comments are often times the best place to look to get something building), and I like how pacmatic grabs news from the Arch page. Having both especially for upgrades would be ideal IMO..

Ultimately, id like one AUR helper to do it all, but everyone has different visions of how it should work. Ideally, I wouldnt have to launch my web browser before I upgrade. Id prefer for it to be all inclusive to the package manager/cli etc.. I might code something like this eventually thats better than my crude script is currently..

Offline

#229 2014-02-10 02:50:04

fosskers
Member
Registered: 2012-02-21
Posts: 167
Website

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

@GSF1200S: I could see comments being displayed upon `-Ai` or something being useful. How does Yaourt do it? Parsing the HTML of the page? Or are comments accessible through the AUR API?

Last edited by fosskers (2014-02-10 02:50:44)


Author of Aura

Offline

#230 2014-02-10 05:29:57

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

@ fosskers, comment aren't available through the AUR API.

These are the only allowed methods.

https://aur.archlinux.org/rpc.php
https://wiki.archlinux.org/index.php/AurJson

Offline

#231 2014-02-10 06:59:05

bstaletic
Member
Registered: 2014-02-02
Posts: 658

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

GSF1200S wrote:

I think it could be useful, but I dont know if thats really something he would want Aura to do. As per how Aura builds packages from the AUR, it seems designed to keep output clean and not pester the user.
I actually like the AUR comment feed that yaourt offers as an option for AUR packages (AUR comments are often times the best place to look to get something building), and I like how pacmatic grabs news from the Arch page. Having both especially for upgrades would be ideal IMO..
Ultimately, id like one AUR helper to do it all, but everyone has different visions of how it should work. Ideally, I wouldnt have to launch my web browser before I upgrade. Id prefer for it to be all inclusive to the package manager/cli etc.. I might code something like this eventually thats better than my crude script is currently..

That's why a configuration file would be a good idea. Where I could select if I want coloured output, frontpage news, AUR comment feed and searching of both AUR and official repos at the same time. (Any more ideas?)

Offline

#232 2014-02-10 07:19:05

GSF1200S
Member
Registered: 2008-12-24
Posts: 474

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

fosskers wrote:

@GSF1200S: I could see comments being displayed upon `-Ai` or something being useful. How does Yaourt do it? Parsing the HTML of the page? Or are comments accessible through the AUR API?

Yeah, its just a page scraper. I actually dug the code out of the yaourt script and started messing with ways to use it in my script. Just havent had the time to setup the arrays and all that. I havent taken a look at pacmatic to see how it deals with news- I just scrape the main page with my script IF there is a package update.

Actually, that brings up a new question. When I was considering how I might feed updateable package names into an array, I realized that Aura doesnt have a -Qu function for the AUR. So really, there is no way to see what will upgrade until you actually instigate the upgrade. Do you plan on adding this?

I think curl might have been the reason for the errors many of us had earlier; since the last update of curl, no further issues for me smile

Offline

#233 2014-02-10 07:25:04

GSF1200S
Member
Registered: 2008-12-24
Posts: 474

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

bstaletic wrote:
GSF1200S wrote:

I think it could be useful, but I dont know if thats really something he would want Aura to do. As per how Aura builds packages from the AUR, it seems designed to keep output clean and not pester the user.
I actually like the AUR comment feed that yaourt offers as an option for AUR packages (AUR comments are often times the best place to look to get something building), and I like how pacmatic grabs news from the Arch page. Having both especially for upgrades would be ideal IMO..
Ultimately, id like one AUR helper to do it all, but everyone has different visions of how it should work. Ideally, I wouldnt have to launch my web browser before I upgrade. Id prefer for it to be all inclusive to the package manager/cli etc.. I might code something like this eventually thats better than my crude script is currently..

That's why a configuration file would be a good idea. Where I could select if I want coloured output, frontpage news, AUR comment feed and searching of both AUR and official repos at the same time. (Any more ideas?)

I think Aura has some really good things going for it. I tend to wait until developers ASK for ideas you know? If all of us just asked at will for these things hed never leave his house. So many times youll come to some thread like this and everyone is like "Wow this is perfect BUT COULD YOU.." Then when everything is perfect, not many stop and say thanks.

Well see what fosskers feels like smile You have your requests and I have my -Qu request above (mines easier tongue)

Offline

#234 2014-02-10 12:42:04

aexoxea
Member
From: Australia
Registered: 2012-11-17
Posts: 70
Website

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

fosskers wrote:

@aexoxea: Aura has moved off of `haskell-curl` in version 1.2.3.0 and the problem is totally fixed.

[#1379993]

I have updated to aur/aura 1.2.3.0-1 and can confirm that I am now using it happily alongside the latest core/curl. Many thanks for this upgrade! big_smile

(As an aside, a number of the AUR secondary makedepends pulled in during the update were missing "options=('staticlibs')" from their PKGBUILDS; I have commented on each of these asking the maintainer to add same. For reference, the packages in question are attoparsec, base64-bytestring, blaze-builder-conduit, byteable, cereal, cipher-aes, cipher-rc4, cookie, crypto-cipher-types, crypto-random-api, entropy, failure, largeword, mime-types, pem, securemem, tagged, void and zlib-bindings. 'void' also needed to exclude a profiling flag during the configuration stage in order to build OK.)

Offline

#235 2014-02-12 17:50:36

fosskers
Member
Registered: 2012-02-21
Posts: 167
Website

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

@GSF: I just added this -> https://github.com/fosskers/aura/issues/191
@aexoxea: Excellent, and thank you for flagging those packages. Unfortunately I maintain none of those so we'll just have to wait. Aura 1.2.3.0 download numbers are still pretty low as I imagine people are having a hard time building all those new deps. Adding `[haskell-happstack]` to your pacman.conf solves that though.


Author of Aura

Offline

#236 2014-02-13 05:21:15

GSF1200S
Member
Registered: 2008-12-24
Posts: 474

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

fosskers wrote:

@GSF: I just added this -> https://github.com/fosskers/aura/issues/191
@aexoxea: Excellent, and thank you for flagging those packages. Unfortunately I maintain none of those so we'll just have to wait. Aura 1.2.3.0 download numbers are still pretty low as I imagine people are having a hard time building all those new deps. Adding `[haskell-happstack]` to your pacman.conf solves that though.

Thanks!

Offline

#237 2014-02-13 09:30:25

aexoxea
Member
From: Australia
Registered: 2012-11-17
Posts: 70
Website

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

fosskers wrote:

@aexoxea: Excellent, and thank you for flagging those packages. Unfortunately I maintain none of those so we'll just have to wait. Aura 1.2.3.0 download numbers are still pretty low as I imagine people are having a hard time building all those new deps. Adding `[haskell-happstack]` to your pacman.conf solves that though.

[#1380878]

I'm pleased I could help out with this one!

I would also like to offer a huge thank you to the maintainers of those packages, who have responded very quickly to update the PKGBUILDS. Of the packages I noted at #1380090, only aur/haskell-cereal and aur/haskell-void are still pending updates, so hopefully the update process will be easier from this point forwards (especially with the aid of --hotedit for these two packages).

That said, I'm tempted to keep the makedepends installed and updated for if/when I need to move to a new computer wink (or else 'bootstrap' it using aur/aura-bin, or add the haskell-* repositories through pacman, as you note).

Offline

#238 2014-02-15 15:17:04

gondsman
Member
Registered: 2009-07-27
Posts: 85

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

Whenever I try to run aura -Akua I get this error:
aura: InternalIOException getProtocolByName: does not exist (no such protocol name: tcp)
It must be due to some recent upgrade, as I was able to run it just fine a week ago. I'm using the precompiled aura-bin, by the way.
Thanks for your help!

Offline

#239 2014-02-16 20:59:41

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

I get a StatusCodeException:

~ sudo aura -A mendeley
aura: StatusCodeException (Status {statusCode = 404, statusMessage = "Not Found"}) [("Server","nginx/1.4.4"),("Date","Sun, 16 Feb 2014 20:58:20 GMT"),("Content-Type","text/html"),("Content-Length","168"),("Connection","keep-alive"),("X-Response-Body-Start","<html>\r\n<head><title>404 Not Found</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.4.4</center>\r\n</body>\r\n</html>\r\n")] (CJ {expose = []})
aura-bin 1.2.3.0-1

Was there a recent update of aura-bin that could have broken something?

Offline

#240 2014-02-17 00:10:22

fosskers
Member
Registered: 2012-02-21
Posts: 167
Website

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

Hi guys, this problem was brought to my attention by one of aura's contributors and it'll be patched in 1.2.3.1


Author of Aura

Offline

#241 2014-02-22 20:34:15

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

@fosskers

Thanks! Already an idea when aura-bin will hit 1.2.3.1?

Offline

#242 2014-02-25 21:26:38

fosskers
Member
Registered: 2012-02-21
Posts: 167
Website

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

Now smile


Author of Aura

Offline

#243 2014-02-26 03:23:05

M177ER
Member
Registered: 2008-06-15
Posts: 148

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

fosskers,

Thank you very much for aura!

<I had a stupid question here>

Last edited by M177ER (2014-02-26 03:25:42)

Offline

#244 2014-02-26 06:27:49

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

Awesome. Works perfectly!

One idea that I took from here: https://bbs.archlinux.org/viewtopic.php … 9#p1385869

If Aura fails to build a package that required additional dependencies, then can Aura automatically remove these dependencies again?

Offline

#245 2014-02-26 06:43:11

fosskers
Member
Registered: 2012-02-21
Posts: 167
Website

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

Forgotten dependencies like that are called "orphans". Luckily you can get rid of any of them with `aura -Oj`.

Last edited by fosskers (2014-02-26 06:43:46)


Author of Aura

Offline

#246 2014-02-26 15:41:03

gondsman
Member
Registered: 2009-07-27
Posts: 85

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

I now get this error:

aura >>= Fetching package information...
aura >>= AUR API lookup failed. Please check your connection.

every time I run aura -Akua.
My internet connection is definitevly working, though, (e.g. yaourt works).

Offline

#247 2014-02-26 23:25:06

M177ER
Member
Registered: 2008-06-15
Posts: 148

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

fosskers wrote:

Forgotten dependencies like that are called "orphans". Luckily you can get rid of any of them with `aura -Oj`.

I'm going to ask my stupid question now.

Does 'aura -Oj' remove configuration files like 'pacman -Rn'. Not sure if a dependency would create a configuration file, just curious.

Last edited by M177ER (2014-02-27 03:59:20)

Offline

#248 2014-03-30 17:01:55

gondsman
Member
Registered: 2009-07-27
Posts: 85

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

gondsman wrote:

I now get this error:

aura >>= Fetching package information...
aura >>= AUR API lookup failed. Please check your connection.

every time I run aura -Akua.
My internet connection is definitevly working, though, (e.g. yaourt works).

I'm sorry to bother you again, but I haven't found any way to solve this problem. Is there any way for me to get some debug output?

Offline

#249 2014-03-31 14:09:14

aexoxea
Member
From: Australia
Registered: 2012-11-17
Posts: 70
Website

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

gondsman wrote:
gondsman wrote:

aura >>= AUR API lookup failed. Please check your connection.

[#1386155]

I'm sorry to bother you again, but I haven't found any way to solve this problem.

[#1398580]

I was hit with these same symptoms in the versions prior to 1.2.3.0, with comments on the aur/aura package page suggesting at least a few others were too. Since 1.2.3.0 the symptoms went away, because:

fosskers wrote:

Aura has moved off of `haskell-curl` in version 1.2.3.0 and the problem is totally fixed.

[#1379993]

If your difficulties began after updating to 1.2.3.0 or above, the panoply of makedepends pulled in for the 1.2.3.0 update (if using the normal aur/aura package) might provide further clues on where the issue could lie. Unfortunately I can't really help beyond that (and mainly just wanted to note the above), but I wish you luck with same.

Offline

#250 2014-03-31 14:18:39

aexoxea
Member
From: Australia
Registered: 2012-11-17
Posts: 70
Website

Re: Aura - 3.2.6 - The Secure, Multilingual Package Manager

While I'm here (and further to #1381055), aur/haskell-void was adopted and updated earlier in March (many thanks to the new maintainer!). This leaves only aur/haskell-cereal needing PKGBUILD updates, out of the original nineteen identified.

FYI smile

Offline

Board footer

Powered by FluxBB