[opensuse-buildservice] Arch_Extra
Hi, Don't really know if this is the right place to ask, but I didn't see that the 'Arch_Extra' repo has a maintainer. There is an error at the moment when building: [ 52s] pacman: error while loading shared libraries: libgssapi_krb5.so.2: cannot open shared object file: No such file or directory pacman -Qo /lib/libgssapi_krb5.so.2 shows me: krb5 So the 'krb5' package should be added to the "must-install" packages. Thanks in advance Andreas BTW: What's the plan to keep a "bleeding edge" distribution like ArchLinux up to date, preferrably on a daily basis? -- Andreas Baumann Trottenstrasse 20 CH-8037 Zuerich Telefon: +41(0)76/373 01 29 E-mail: abaumann@yahoo.com Homepage: www.andreasbaumann.cc
On Sun, Jan 19, 2014 at 08:02:46PM +0100, Andreas Baumann wrote:
So the 'krb5' package should be added to the "must-install" packages.
Added.
Thanks in advance
Andreas
BTW: What's the plan to keep a "bleeding edge" distribution like ArchLinux up to date, preferrably on a daily basis?
We automatically sync the packages once a week, but new dependencies for "packman" must be added automatically to the "preinstall" list. (We could switch to daily syncing if there's demand...) Cheers, Michael. -- Michael Schroeder mls@suse.de SUSE LINUX Products GmbH, GF Jeff Hawn, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Mon, Jan 20, 2014 at 11:16:57AM +0100, Michael Schroeder wrote:
On Sun, Jan 19, 2014 at 08:02:46PM +0100, Andreas Baumann wrote:
So the 'krb5' package should be added to the "must-install" packages.
Added.
Hi, Mmh. Still some packages missing: [ 39s] [1/142] installing archlinux-keyring [ 39s] pacman: error while loading shared libraries: libcom_err.so.2: cannot open shared object file: No such file or directory pacman -Qo /usr/lib/libcom_err.so.2 /usr/lib/libcom_err.so.2 is owned by e2fsprogs 1.42.8-2 So we need at least 'e2fsprogs' too. Checking the library needs of pacman with 'ldd' I get: acl 2.2.52-2 attr 2.4.47-1 bzip2 1.0.6-5 curl 7.34.0-3 e2fsprogs 1.42.8-2 expat 2.1.0-3 glibc 2.18-12 gpgme 1.4.3-1 keyutils 1.5.8-1 krb5 1.11.4-1 libarchive 3.1.2-4 libassuan 2.1.1-1 libgpg-error 1.12-1 libssh2 1.4.3-2 lzo2 2.06-3 openssl 1.0.1.f-1 xz 5.0.5-2 zlib 1.2.8-3 In the PKGBUILD file I see: https://projects.archlinux.org/svntogit/packages.git/plain/trunk/PKGBUILD?h=... depends=('bash>=4.2.042-2' 'glibc>=2.17-2' 'libarchive>=3.1.2' 'curl>=7.19.4' 'gpgme' 'pacman-mirrorlist' 'archlinux-keyring') So the ArchLinux dependencies are not really up to date for 'pacman' in the package description (something I'll ask upstreams).
BTW: What's the plan to keep a "bleeding edge" distribution like ArchLinux up to date, preferrably on a daily basis?
We automatically sync the packages once a week, but new dependencies for "packman" must be added automatically to the "preinstall" list.
(We could switch to daily syncing if there's demand...)
I think weekly is good enough, at least it's ok with me. Greetings Andreas
Cheers, Michael.
-- Michael Schroeder mls@suse.de SUSE LINUX Products GmbH, GF Jeff Hawn, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
-- Andreas Baumann Trottenstrasse 20 CH-8037 Zuerich Telefon: +41(0)76/373 01 29 E-mail: abaumann@yahoo.com Homepage: www.andreasbaumann.cc
On Wed, Jan 22, 2014 at 03:10:55PM +0100, Andreas Baumann wrote:
acl 2.2.52-2 attr 2.4.47-1 bzip2 1.0.6-5 curl 7.34.0-3 e2fsprogs 1.42.8-2 expat 2.1.0-3 glibc 2.18-12 gpgme 1.4.3-1 keyutils 1.5.8-1 krb5 1.11.4-1 libarchive 3.1.2-4 libassuan 2.1.1-1 libgpg-error 1.12-1 libssh2 1.4.3-2 lzo2 2.06-3 openssl 1.0.1.f-1 xz 5.0.5-2 zlib 1.2.8-3
Ok, I added the missing 'e2fsprogs' and 'keyutils' packages. Thanks, Michael. -- Michael Schroeder mls@suse.de SUSE LINUX Products GmbH, GF Jeff Hawn, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Ok, I added the missing 'e2fsprogs' and 'keyutils' packages.
Works now. :-) Thanks, Andreas
Thanks, Michael.
-- Michael Schroeder mls@suse.de SUSE LINUX Products GmbH, GF Jeff Hawn, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
-- Andreas Baumann Trottenstrasse 20 CH-8037 Zuerich Telefon: +41(0)76/373 01 29 E-mail: abaumann@yahoo.com Homepage: www.andreasbaumann.cc
Hi, For spec-file based distributions I can set for instance Release: %%{?dist}.<CI_CNT>.<B_CNT> with 'osc meta prjconf'. I wondered if there is a possibility to do something similar for Debian (patching the 'Version' setting in the dsc file and the first entry of the 'debian/changelog') and for ArchLinux (there I would like to patch the 'pkgver' variable in PKGBUILD). I also noticed that Debian packages which change in their content only and not in their filename are not published anew to the download area. Can somebody confirm that? Greetings Andreas -- Andreas Baumann Trottenstrasse 20 CH-8037 Zuerich Telefon: +41(0)76/373 01 29 E-mail: abaumann@yahoo.com Homepage: www.andreasbaumann.cc
On Thu, Feb 27, 2014 at 09:57:49AM +0100, Andreas Baumann wrote:
I wondered if there is a possibility to do something similar for Debian (patching the 'Version' setting in the dsc file and the first entry of the 'debian/changelog') and for ArchLinux (there I would like to patch the 'pkgver' variable in PKGBUILD).
To update the version in the dsc, you proably need the source services. The version in the changelog is only synced, if debtransform is used (debian.changelog file is part of the sources). Regards, Martin -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Andreas Baumann
-
Martin Koegler
-
Michael Schroeder