You are not logged in.

#676 2011-06-30 23:29:01

henrik.nacka
Member
Registered: 2011-06-30
Posts: 1

Re: Clyde - A better libalpm/makepkg wrapper

Has anybody got this before? Can't find anything wrong with the PKGBUILD on this one either. Look at what the version is on the two different commands:

┌┌(henke@black)┌(4335/pts/0)┌(01:08:11/07/01)┌-
└┌(%:~)┌- clyde -Ss mdadm-git 
aur/mdadm-git `date +%Y%m%d`-2 (0)
    A tool for managing/monitoring Linux md device arrays, also known as Software RAID. -git version

┌┌(henke@black)┌(4336/pts/0)┌(01:09:11/07/01)┌-
└┌(%:~)┌- clyde -Si mdadm-git
Repository     : aur
Name           : mdadm-git
Version        : 20110701-2
.....

Maybe a bug, you think?


/Henrik

EDIT: Or maybe not a good way for a PKGBUILD to be written?

Last edited by henrik.nacka (2011-06-30 23:32:36)

Offline

#677 2011-07-01 00:13:46

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: Clyde - A better libalpm/makepkg wrapper

The same happens with packer. Perhaps talk to the maintainer (of mdadm-git) about it.

Offline

#678 2011-07-04 15:12:20

safrax
Member
Registered: 2011-06-04
Posts: 13

Re: Clyde - A better libalpm/makepkg wrapper

I know this has to be something simple, but I'll ask anyways...  I just did a new install of Arch in a VM.  Install went okay.  I grabbed clyde-git out of the AUR and built it with makepkg just fine.  However when I run clyde, whenever it goes to build a package from the AUR it'll ask me if I want to edit the PKGBUILD and the install file if there is one and then it just dumps me out to the command line.  No error.  Nothing.  Running it with --verbose also doesn't shed any light on what's going on.  If I do a makepkg on the files clyde downloaded and left in /tmp the packages build just fine.  Any ideas whats breaking?

Offline

#679 2011-07-04 16:13:50

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Clyde - A better libalpm/makepkg wrapper

safrax wrote:

I know this has to be something simple, but I'll ask anyways...  I just did a new install of Arch in a VM.  Install went okay.  I grabbed clyde-git out of the AUR and built it with makepkg just fine.  However when I run clyde, whenever it goes to build a package from the AUR it'll ask me if I want to edit the PKGBUILD and the install file if there is one and then it just dumps me out to the command line.  No error.  Nothing.  Running it with --verbose also doesn't shed any light on what's going on.  If I do a makepkg on the files clyde downloaded and left in /tmp the packages build just fine.  Any ideas whats breaking?

Do you have the editor set up in /etc/clyde.conf?

# Which program to use for editing PKGBUILDs.
Editor = vim

Offline

#680 2011-07-04 16:26:47

safrax
Member
Registered: 2011-06-04
Posts: 13

Re: Clyde - A better libalpm/makepkg wrapper

karol wrote:
safrax wrote:

I know this has to be something simple, but I'll ask anyways...  I just did a new install of Arch in a VM.  Install went okay.  I grabbed clyde-git out of the AUR and built it with makepkg just fine.  However when I run clyde, whenever it goes to build a package from the AUR it'll ask me if I want to edit the PKGBUILD and the install file if there is one and then it just dumps me out to the command line.  No error.  Nothing.  Running it with --verbose also doesn't shed any light on what's going on.  If I do a makepkg on the files clyde downloaded and left in /tmp the packages build just fine.  Any ideas whats breaking?

Do you have the editor set up in /etc/clyde.conf?

# Which program to use for editing PKGBUILDs.
Editor = vim

Yup.  Currently set to nano.  I can edit the PKGBUILD fine.  Its when clyde goes to build the package, after its asked about editing the PKGBUILD and .install files that it dumps me out to the command line.

Offline

#681 2011-07-16 10:33:08

riivo
Member
Registered: 2008-08-25
Posts: 112

Re: Clyde - A better libalpm/makepkg wrapper

I believe there's a bug with using "pacman -Qqs" output in reinstalling AUR packages. For example, "pacman -Qqs compiz" gives 6 packages from AUR, but when I run "sudo clyde -S --noconfirm $(pacman -Qqs compiz)", only one gets recompiled. However, "packer -S --noconfirm $(pacman -Qqs compiz)" works fine.

Offline

#682 2011-07-16 10:46:17

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: Clyde - A better libalpm/makepkg wrapper

@riivo - I believe theres a bug where if you try using Clyde to install multiple packages from AUR, it will only install the first one.

Offline

#683 2011-07-16 20:43:47

Lowra
Member
Registered: 2009-09-21
Posts: 192

Re: Clyde - A better libalpm/makepkg wrapper

Hum, when trying to install clyde from AUR, I got:

[david@laptop clyde-git]$ makepkg -s
==> Making package: clyde-git 20101027-1 (Sat Jul 16 22:41:01 CEST 2011)
==> Checking runtime dependencies...
==> Installing missing dependencies...
error: target not found: lua-yajl-git
==> ERROR: 'pacman' failed to install missing dependencies.

I don't know if I am doing something wrong or not... :S

Offline

#684 2011-07-16 20:55:21

tacticalbread
Member
From: Bay Area, CA
Registered: 2011-04-09
Posts: 127
Website

Re: Clyde - A better libalpm/makepkg wrapper

Lowra wrote:

Hum, when trying to install clyde from AUR, I got:

[david@laptop clyde-git]$ makepkg -s
==> Making package: clyde-git 20101027-1 (Sat Jul 16 22:41:01 CEST 2011)
==> Checking runtime dependencies...
==> Installing missing dependencies...
error: target not found: lua-yajl-git
==> ERROR: 'pacman' failed to install missing dependencies.

I don't know if I am doing something wrong or not... :S

lua-yajl-git is also in the AUR, and pacman doesn't install stuff from the AUR, so you'll have to install all of clyde's deps manually.


don't save us from the flames

Offline

#685 2011-07-16 20:59:46

Lowra
Member
Registered: 2009-09-21
Posts: 192

Re: Clyde - A better libalpm/makepkg wrapper

You're right. Thanks wink

It works now smile

Offline

#686 2011-07-17 23:29:37

juster
Forum Fellow
Registered: 2008-10-07
Posts: 195

Re: Clyde - A better libalpm/makepkg wrapper

Hello clyde users. I just wanted you to know I am not going to work on clyde anymore. I originally started to work on clyde, not as a die-hard clyde fan, but as just another rogue arch code monkey trying to help out. I now lack the enthusiasm needed to keep doing this.

For the last two major pacman releases (1 year) I have updated clyde so that it would continue to work with the new libalpm versions. The next pacman release I won't be doing it again. I hear rumors that the next pacman version is relatively close to being released.

Kiwi and I both have waned in interest and clyde needs a motivated developer to fix and maintain things. If you like clyde and want to keep it going start hacking on it. If not, let it gently sink to the ocean floor of open source and switch to one of the many other AUR helpers.

Offline

#687 2011-07-17 23:30:36

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: Clyde - A better libalpm/makepkg wrapper

darth_vader_nooo_7675.jpeg

Offline

#688 2011-07-17 23:36:26

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Clyde - A better libalpm/makepkg wrapper

Thanks for the heads-up and thanks for all the great work :-)

Offline

#689 2011-07-18 17:43:53

losinggeneration
Member
From: Iowa
Registered: 2008-02-01
Posts: 6
Website

Re: Clyde - A better libalpm/makepkg wrapper

juster wrote:

Hello clyde users. I just wanted you to know I am not going to work on clyde anymore. I originally started to work on clyde, not as a die-hard clyde fan, but as just another rogue arch code monkey trying to help out. I now lack the enthusiasm needed to keep doing this.

For the last two major pacman releases (1 year) I have updated clyde so that it would continue to work with the new libalpm versions. The next pacman release I won't be doing it again. I hear rumors that the next pacman version is relatively close to being released.

Kiwi and I both have waned in interest and clyde needs a motivated developer to fix and maintain things. If you like clyde and want to keep it going start hacking on it. If not, let it gently sink to the ocean floor of open source and switch to one of the many other AUR helpers.

Over on Identi.ca hoelzro has been trying to garner some interest to get a new group (because he doesn't have enough time to do it all himself) to help maintain clyde. It'd be a shame to just let it die smile

http://identi.ca/conversation/76532129#notice-79092506 is one instance. I've expressed interest to him, but lack a lot of time because of life and many other on going projects. So, perhaps a couple others here would be interested in also helping maintain it to help distribute the load smile

Offline

#690 2011-07-20 13:03:57

NoxSec
Member
Registered: 2011-07-13
Posts: 38

Re: Clyde - A better libalpm/makepkg wrapper

That's too bad. I have been using clyde for quite awhile now, it's pretty awesome. Anyways thanks for the great work you did.

Offline

#691 2011-07-20 18:56:46

655321
Member
From: Costa Rica
Registered: 2009-12-08
Posts: 412
Website

Re: Clyde - A better libalpm/makepkg wrapper

A shame indeed.  Thanks for all the help provided and for maintaining the app. If I find someone interested in becoming a dev I will report back here.


Linux user #498977
With microsoft you get windows and gates, with linux you get the whole house!
My Blog about ArchLinux and other stuff

Offline

#692 2011-07-25 12:04:42

Meskarune
Member
From: Helsinki, Finland
Registered: 2009-03-21
Posts: 361
Website

Re: Clyde - A better libalpm/makepkg wrapper

T_T

if I knew how to code better, I would do it...

maybe we could start a fund as incentive for someone to continue developement? 

does anyone have any suggestions for an AUR helper that is as fast and pretty as clyde? (if no one takes up the gauntlet)


Homepage  | Arch Linux Women | Arch Linux Classroom
Acer Aspire E5-575G-53VG:
Intel Dual-Core i5-6200U 2.3 GHz; Skylake rev3 | 8GB DDR4 ram | Intel HD Graphics 520 + NVIDIA GeForce 940MX
Qualcomm Atheros QCA9377 802.11ac | Realtek RTL8111/8168/8411 Gigabit Ethernet Controller

Offline

#693 2011-07-25 13:04:40

pogeymanz
Member
Registered: 2008-03-11
Posts: 1,020

Re: Clyde - A better libalpm/makepkg wrapper

I'm using pacaur and it's pretty nice and very fast.

Offline

#694 2011-07-25 13:06:20

SanskritFritz
Member
From: Budapest, Hungary
Registered: 2009-01-08
Posts: 1,923
Website

Re: Clyde - A better libalpm/makepkg wrapper

+1 for pacaur


zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)

Offline

#695 2011-07-25 13:16:15

Spyhawk
Member
Registered: 2006-07-07
Posts: 485

Re: Clyde - A better libalpm/makepkg wrapper

Meskarune wrote:

T_T

if I knew how to code better, I would do it...

maybe we could start a fund as incentive for someone to continue developement? 

does anyone have any suggestions for an AUR helper that is as fast and pretty as clyde? (if no one takes up the gauntlet)

If you really like Clyde interface, you might have a look at yaourt. Clyde originally started as a replacement for yaourt due to its poor performance, but yaourt gained lot of speed since it switched to a C backend.

Anyway, sad to see Clyde going... I honestly hope someone will take care of it, I have used it myself for a very long time.

@pogeymanz, SanskritFritz> pacaur, what is that? big_smile

Last edited by Spyhawk (2011-07-25 13:20:16)

Offline

#696 2011-07-25 14:54:41

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: Clyde - A better libalpm/makepkg wrapper

Thank Spyhawk there exists pacaur!

Offline

#697 2011-07-26 00:02:39

mhertz
Member
From: Denmark
Registered: 2010-06-19
Posts: 681

Re: Clyde - A better libalpm/makepkg wrapper

Clyde is stated to be very fast, and it should as it's using C and lua, but in my quick tests, where I just now installed clyde-git and ran 'time clyde -Ss musca' and then 'time packer -Ss musca', then here's the result: (packer is just bash with curl and standard utils):

clyde -Ss musca >> time.txt  0.47s user 0.04s system 21% cpu 2.326 total
packer -Ss musca >> time.txt  0.40s user 0.01s system 19% cpu 2.061 total

From previous tests I did a couple of weeks ago, then I know that aurget is on par with packer, and yaourt is about 40% quicker, and the same with pacaur and powaur, as they either use C backends(yaourt=package-query, and pacaur=cower) or are in C(powaur)...

Offline

#698 2011-07-26 00:11:08

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Clyde - A better libalpm/makepkg wrapper

mhertz wrote:

Clyde is stated to be very fast, and it should as it's using C and lua, but in my quick tests, where I just now installed clyde-git and ran 'time clyde -Ss musca' and then 'time packer -Ss musca', then here's the result: (packer is just bash with curl and standard utils):

clyde -Ss musca >> time.txt  0.47s user 0.04s system 21% cpu 2.326 total
packer -Ss musca >> time.txt  0.40s user 0.01s system 19% cpu 2.061 total

Maybe because clyde gives you nice colors and shows how many votes each package has.

Last edited by karol (2011-07-26 00:11:28)

Offline

#699 2011-07-26 00:32:19

mhertz
Member
From: Denmark
Registered: 2010-06-19
Posts: 681

Re: Clyde - A better libalpm/makepkg wrapper

Ahh. of course, I didn't even think about that, as I just redirected the output smile Allthough, yaourt is still much faster and which does include all that stuff I believe...

Also, I wouldn't have posted this here if clyde was still in active development, but now that clyde is on hold and since a user recently asked for other fast aur client recommendations, then I thought that it was allright...

Offline

#700 2011-07-26 07:28:52

Spyhawk
Member
Registered: 2006-07-07
Posts: 485

Re: Clyde - A better libalpm/makepkg wrapper

Imho you shouldn't strictly focus on performance to make your choice (they are all really good), but think about what are you needs first.

Do you need lot of features? Try yaourt (the most similar to clyde I believe)
Do you need a minimalist aur helper? Try cower, powaur.
Do you need an aur helper with minimal dependencies? Try packer, aurget, cower, powaur, pbfetch.
Do you need a fast workflow? Try pacaur
Do you need an aur helper that do not duplicate pacman command? Try packer, aurget.
Do you need full customizepkg support? Try yaourt, aurget.
And if you don't find an aur helper that perfectly meets your needs, try coding one smile

Last edited by Spyhawk (2011-07-26 08:02:56)

Offline

Board footer

Powered by FluxBB