[arch-dev-public] [core] build status - 2013-10-24
I rebuilt all of [core] from trunk to see if the static library removal from the toolchain had any unwanted side effects. Here are the results: Source download failure: FAIL dhcpcd FAIL dialog FAIL isl FAIL ipw2100-fw FAIL ipw2200-fw FAIL openresolv FAIL xinetd makepkg/devtools failure to ensure VCS tools needed for source download: FAIL grub Checksum error: FAIL licenses mpl-1.1.txt ... FAILED ruby-license.txt ... FAILED Build failures: FAIL krb5 deltat.c:215:5: error: conflicting types for 'yyparse' (bison incompatibilty?) FAIL sysvinit-tools sulogin.c:(.text.startup+0x2f0): undefined reference to `crypt'
Am 24.10.2013 06:32, schrieb Allan McRae:
makepkg/devtools failure to ensure VCS tools needed for source download: FAIL grub
fixed -- Tobias Powalowski Archlinux Developer & Package Maintainer (tpowa) http://www.archlinux.org tpowa@archlinux.org
On Thu, Oct 24, 2013 at 6:32 AM, Allan McRae <allan@archlinux.org> wrote:
Source download failure: FAIL dhcpcd
Upstream website is down at the moment. I'll wait a few days before I start mirroring the source, I suppose it should come back up soon as the upstream dev was active on our bug tracker a few days ago. Ronald
On Thu, Oct 24, 2013 at 02:32:36PM +1000, Allan McRae wrote:
I rebuilt all of [core] from trunk to see if the static library removal from the toolchain had any unwanted side effects. Here are the results:
Source download failure: FAIL dhcpcd FAIL dialog FAIL isl FAIL ipw2100-fw FAIL ipw2200-fw FAIL openresolv FAIL xinetd
makepkg/devtools failure to ensure VCS tools needed for source download: FAIL grub
Checksum error: FAIL licenses mpl-1.1.txt ... FAILED ruby-license.txt ... FAILED
Build failures: FAIL krb5 deltat.c:215:5: error: conflicting types for 'yyparse' (bison incompatibilty?) FAIL sysvinit-tools sulogin.c:(.text.startup+0x2f0): undefined reference to `crypt'
Garbage... # Additional libs for GNU libc. ifneq ($(wildcard /usr/lib*/libcrypt.a),) SULOGINLIBS»+= -lcrypt endif I'm inclined to revamp the PKGBUILD to only build what we use and explicitly package it. Will fix....
participants (5)
-
Allan McRae
-
Dave Reisner
-
Evangelos Foutras
-
Ronald van Haren
-
Tobias Powalowski