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.... > >