You are not logged in.

#626 2011-04-02 18:51:29

flan_suse
Member
Registered: 2010-10-28
Posts: 120

Re: Clyde - A better libalpm/makepkg wrapper

I want to also add that when doing the above tests, I had to remove the package first, otherwise simply "installing it over the existing installation" using the manual method will not fix the fact that it is incorrectly categorized as "installed as a dependency".

Offline

#627 2011-04-03 09:16:03

Berseker
Member
From: Near Lecco, Italy
Registered: 2008-04-24
Posts: 258

Re: Clyde - A better libalpm/makepkg wrapper

Only for notifiyng a behaviour of clyde that in my opinion should be corrected:

an example, I want to update the system without being asked for confirmations:
I enter
"clyde -Syu --aur --noconfirm", from AUR there are 2 packages to be updated, "aurpackage1" and "aurpackage2".
Clyde calls makepkg to compile the first one, and the build fails because, let's say, -git code is broken in this period.

Sadly clyde stops the process notifying a build error, without start to update aurpackage2.
I think that it should continue instead, and maybe notify the user that only "aurpackage1" has not been updated because of some build errors only at the end of the entire upgrading process.

Offline

#628 2011-04-04 20:28:07

sarbash
Member
From: Russia, Naberezhnye Chelny
Registered: 2011-03-15
Posts: 32

Re: Clyde - A better libalpm/makepkg wrapper

Just reinstalled clyde-git after upgrading pacman.
-Si won't work no more...

[00:25:40 sergey@serenity devel]$ clyde -Si znotes
Repository     : aur
error: package 'znotes' was not found

How to fix that?
Thanks.

Offline

#629 2011-04-04 21:01:42

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

Re: Clyde - A better libalpm/makepkg wrapper

sarbash wrote:

Just reinstalled clyde-git after upgrading pacman.
-Si won't work no more...

[00:25:40 sergey@serenity devel]$ clyde -Si znotes
Repository     : aur
error: package 'znotes' was not found

How to fix that?
Thanks.

znotes is in aur - does it work for AUR? '-Si' works OK for packages from the repos.

Edit: It works for me

[karol@black test]$ sudo clyde -Si znotes
Repository     : aur
Name           : znotes
Version        : 0.4.4-1
URL            : http://znotes.sourceforge.net
Licenses       : GPL  
Groups         : None
Provides       : None
Depends On     : None
Make Depends   : qt  
Optional Deps  : None
Conflicts With : None
Replaces       : None
Architecture   : i686 x86_64
Description    : Lightweight crossplatform application for notes managment with simple interface

Last edited by karol (2011-04-04 21:03:08)

Offline

#630 2011-04-04 21:32:11

VCoolio
Member
From: Netherlands
Registered: 2010-01-05
Posts: 120

Re: Clyde - A better libalpm/makepkg wrapper

sarbash wrote:

Just reinstalled clyde-git after upgrading pacman.
-Si won't work no more...

[00:25:40 sergey@serenity devel]$ clyde -Si znotes
Repository     : aur
error: package 'znotes' was not found

How to fix that?
Thanks.

I have those a lot, since some time with several versions of clyde-git. Most of the time I first do -Ss blah and then -Si blahresult (to check the url). Error. Strange because it was found with -Ss and then not found with -Si. Something it works. Can't reproduce consistently but I thought I should back up sarbash here. When I can reproduce consistently I'll report a bug, can't help really now, sorry.

Edit: does the sudo make a difference? I never use sudo for -Si or -Ss, only for -S.

Last edited by VCoolio (2011-04-04 21:34:00)

Offline

#631 2011-04-04 22:20:09

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

Re: Clyde - A better libalpm/makepkg wrapper

Looks like sudo does make a difference:

~ $ clyde -Si dropbox
Repository     : aur
error: package 'dropbox' was not found
~ $ sudo !!
sudo clyde -Si dropbox
Repository     : aur
Name           : dropbox
Version        : 1.0.28-2
URL            : http://www.dropbox.com
Licenses       : custom  
Groups         : None
Provides       : None
Depends On     : bzip2  dbus-glib  gtk2  libsm  
Make Depends   : None
Optional Deps  : None
Conflicts With : dropbox-experimental  
Replaces       : None
Architecture   : i686 x86_64
Description    : Secure backup, sync and sharing made easy.

~ $ 

Offline

#632 2011-04-04 23:45:15

Bregol
Member
Registered: 2008-08-15
Posts: 175

Re: Clyde - A better libalpm/makepkg wrapper

Another sudo thing... sudo started making a difference on "clyde -G".  I had a script that called that and I ran it today after having not run it in a while.  It errored out and it was a matter of two minutes to figure out what was up and add "sudo" in the script.


Nai haryuvalyë melwa rë

Offline

#633 2011-04-04 23:53:17

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

Re: Clyde - A better libalpm/makepkg wrapper

Should be fixed now. I had the umask set too restrictively.

Offline

#634 2011-04-05 03:42:29

sarbash
Member
From: Russia, Naberezhnye Chelny
Registered: 2011-03-15
Posts: 32

Re: Clyde - A better libalpm/makepkg wrapper

juster wrote:

Should be fixed now. I had the umask set too restrictively.

Thank you a lot! It works again.
Now does like a charm! smile
Extremely quick fix. :-D

Offline

#635 2011-04-05 21:26:09

VCoolio
Member
From: Netherlands
Registered: 2010-01-05
Posts: 120

Re: Clyde - A better libalpm/makepkg wrapper

Haven't tested yet, but a thank you from me too for working on this and providing a great tool. I don't like to forget gratitude after (modest) complaint. Thanks.

Offline

#636 2011-04-06 09:12:36

kowalski
Member
Registered: 2009-05-07
Posts: 82

Re: Clyde - A better libalpm/makepkg wrapper

Nice program, I like how it shows the votes for a package in AUR (unlike packer).

Just one thing:

clyde -Qeq

gives me

nil
nil
nil
[...]

Tested with clyde-git version 20110406-1.

Cheers

Last edited by kowalski (2011-04-06 09:13:47)


He who says A doesn't have to say B. He can also recognize that A was false.

Offline

#637 2011-04-06 18:57:09

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

Re: Clyde - A better libalpm/makepkg wrapper

gah! fixed. thanks kowalski for reporting that.

Offline

#638 2011-04-06 23:54:27

patstew
Member
Registered: 2008-08-04
Posts: 10

Re: Clyde - A better libalpm/makepkg wrapper

I've got a bug to report; I just ran clyde -G as root, in /root, and it chowned the whole folder to my BuildUser. It's a build from a couple of days ago.

Last edited by patstew (2011-04-06 23:55:07)

Offline

#639 2011-04-07 03:03:34

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

Re: Clyde - A better libalpm/makepkg wrapper

eew! should be fixed. thanks for reporting it.

Offline

#640 2011-04-07 22:46:03

flan_suse
Member
Registered: 2010-10-28
Posts: 120

Re: Clyde - A better libalpm/makepkg wrapper

Still getting the problem of "installed as a dependency" for AUR packages I explictly install with -S. If I manually run makepkg and then use clyde -U, then it (correctly) says it was "explicitly installed". If I use yaourt -S aurpackage, then it (correctly) says it was "explicitly installed".

Last edited by flan_suse (2011-04-07 22:46:48)

Offline

#641 2011-04-09 03:03:12

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

Re: Clyde - A better libalpm/makepkg wrapper

Clyde doesn't like the --needed flag:

~ $ sudo pacman -S --needed picard
warning: picard-0.13-1 is up to date -- skipping
 there is nothing to do
~ $ sudo clyde -S --needed picard

==> Proceed with installation? [Y/n] y
~ $ 

Offline

#642 2011-04-13 20:00:12

heleos
Member
From: Maine, USA
Registered: 2007-04-24
Posts: 678

Re: Clyde - A better libalpm/makepkg wrapper

edit: running clyde with sudo

[heleos@xps ~]\$ clyde -S subtle-hg
:: subtle-hg package not found, searching for group...
:: subtle-hg group not found, searching AUR...

==> Installing the following packages from AUR                                  
Targets (1): subtle-hg  

==> Proceed with installation? [Y/n] y
==> Downloading subtle-hg...
==> Customizing subtle-hg...
==> WARNING: Packages from the AUR are potentially dangerous!
Edit the PKGBUILD? (recommended) [Y/n] n
==> Determining latest hg revision...
abort: Permission denied: ./src/subtle

==> ERROR: An unknown error has occurred. Exiting...
error: /usr/share/lua/5.1/clydelib/aur.lua:414: Build failed. makepkg returned 256
[heleos@xps ~]\$ 

clyde also isn't telling me when I already have a package installed:

[heleos@xps ~]\$ clyde -S filesystem
resolving dependencies...
looking for inter-conflicts...

Targets (1): filesystem-2011.04-1  

Total Download Size:    0.00 MB
Total Installed Size:   0.32 MB

==> Proceed with installation? [Y/n] 

Last edited by heleos (2011-04-13 20:06:19)

Offline

#643 2011-04-19 02:24:03

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

Re: Clyde - A better libalpm/makepkg wrapper

donbex wrote:

First of all, thank you for your work.

I have been following this project for a while, using Clyde to search the AUR and Bauerbill as my main package manager. As you guessed, I have recently be forced to a full switch.
What I really miss from Clyde two (little, really) AUR related things:
1. I would like to edit all the PKGBUILDs that are going to be installed before the actual compiling of any of them (instead of editing and compiling one, then editing and compiling the second, etc).
2. it would be nice to have a switch to automatically remove unused makedependencies, mostly like makepkg's "-r" switch, though applied after building all packages. That is, if I am going to install packages "foo" and "bar", which both makedepend on package "xyzzy", Clyde shouldn't install, remove, reinstall and remove "xyzzy" (which I think would happen if it simply called makepkg with the "-r" switch).

Hope I've been clear enough.
Thank you again.

I also cast a vote for this, at least as an option to be set in clyde.conf.

Offline

#644 2011-04-26 04:03:26

mrman
Member
Registered: 2010-02-05
Posts: 26

Re: Clyde - A better libalpm/makepkg wrapper

Upgrading to yajl-2.0.0-1 breaks clyde:

lua: error loading module 'yajl' from file '/usr/lib/lua/5.1/yajl.so':
        libyajl.so.1: cannot open shared object file: No such file or directory
stack traceback:
        [C]: ?
        [C]: in function 'require'
        /usr/share/lua/5.1/clydelib/sync.lua:2: in main chunk
        [C]: in function 'require'
        /usr/bin/clyde:6: in main chunk
        [C]: ?

Offline

#645 2011-04-26 05:25:59

neurolysis
Member
Registered: 2011-02-23
Posts: 112
Website

Re: Clyde - A better libalpm/makepkg wrapper

Breaks yaourt too.

Offline

#646 2011-04-26 07:08:44

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

Re: Clyde - A better libalpm/makepkg wrapper

... and my heart big_smile


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

Offline

#647 2011-04-26 13:50:27

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

Re: Clyde - A better libalpm/makepkg wrapper

But yaourt just needs to be rebuilt and it will work. Clyde does not...

Offline

#648 2011-04-26 14:13:17

chr0nik
Member
From: Michigan, USA
Registered: 2011-03-13
Posts: 31

Re: Clyde - A better libalpm/makepkg wrapper

After the failed Clyde rebuild, I tried removing Clyde & dependencies and a fresh install. Apparently Clyde's dependency lua-yajl-git is in the weeds for the moment.

Offline

#649 2011-04-26 14:22:39

Xylankant
Member
From: Saarland, Germany
Registered: 2011-04-26
Posts: 21

Re: Clyde - A better libalpm/makepkg wrapper

For me, downgrading yajl from 2.x back to 1.x helps in so far that clyde is working again...

Offline

#650 2011-04-26 22:51:32

Awebb
Member
Registered: 2010-05-06
Posts: 6,268

Re: Clyde - A better libalpm/makepkg wrapper

SanskritFritz wrote:

... and my heart big_smile

First bauerbill, now Yaourty and Clyde. One good thing though: It makes you appreciate what you have in those tools... Manually resolving AUR dependencies isn't fun.

Offline

Board footer

Powered by FluxBB