[arch] Pacman fails build against uClibc in buildroot
arch@archlinux.org
arch@archlinux.org
Fri, 14 May 2004 20:17:51 +0100
--X1bOJ3K7DJ5YkBrT
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
i'm building pacman again uClibc and I have the attached errors
Any ideas? Its part of the ALE project, and this is a major stumbling
block at the moment... i would appreciate any suggestions
Essien
--X1bOJ3K7DJ5YkBrT
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=output
(cd libftp; make libftp.a)
make[1]: Entering directory `/pacman-2.7.9/libftp'
mkdir unshared
cc -c -Wall -I. -DFTPLIB_DEFMODE=FTPLIB_PORT -D_REENTRANT ftplib.c -o unshared/ftplib.o
ftplib.c:90: warning: `version' defined but not used
ar -rcs libftp.a unshared/ftplib.o
make[1]: Leaving directory `/pacman-2.7.9/libftp'
gcc -g -O2 -g -Wall -pedantic -fno-exceptions -D_GNU_SOURCE -DPACVER=\"2.7.9\" -I. -Ilibftp -o src/pacman.o -c src/pacman.c
gcc -g -O2 -g -Wall -pedantic -fno-exceptions -D_GNU_SOURCE -DPACVER=\"2.7.9\" -I. -Ilibftp -o src/db.o -c src/db.c
gcc -g -O2 -g -Wall -pedantic -fno-exceptions -D_GNU_SOURCE -DPACVER=\"2.7.9\" -I. -Ilibftp -o src/util.o -c src/util.c
gcc -g -O2 -g -Wall -pedantic -fno-exceptions -D_GNU_SOURCE -DPACVER=\"2.7.9\" -I. -Ilibftp -o src/list.o -c src/list.c
gcc -g -O2 -g -Wall -pedantic -fno-exceptions -D_GNU_SOURCE -DPACVER=\"2.7.9\" -I. -Ilibftp -o src/package.o -c src/package.c
gcc -g -O2 -g -Wall -pedantic -fno-exceptions -D_GNU_SOURCE -DPACVER=\"2.7.9\" -I. -Ilibftp -o src/pacsync.o -c src/pacsync.c
gcc -g -O2 -g -Wall -pedantic -fno-exceptions -D_GNU_SOURCE -DPACVER=\"2.7.9\" -I. -Ilibftp -o src/md5.o -c src/md5.c
gcc -g -O2 -g -Wall -pedantic -fno-exceptions -D_GNU_SOURCE -DPACVER=\"2.7.9\" -I. -Ilibftp -o src/md5driver.o -c src/md5driver.c
src/md5driver.c: In function `MDFile':
src/md5driver.c:60: warning: implicit declaration of function `malloc'
gcc -g -O2 -g -Wall -pedantic -fno-exceptions -D_GNU_SOURCE -DPACVER=\"2.7.9\" -I. -Ilibftp -o src/rpmvercmp.o -c src/rpmvercmp.c
src/rpmvercmp.c: In function `rpmvercmp':
src/rpmvercmp.c:102: warning: implicit declaration of function `strverscmp'
gcc ./src/pacman.o ./src/db.o ./src/util.o ./src/list.o ./src/package.o ./src/pacsync.o ./src/md5.o ./src/md5driver.o ./src/rpmvercmp.o -o pacman -Llibftp -lftp -ltar -lz
./src/rpmvercmp.o(.text+0x1ca): In function `rpmvercmp':
src/rpmvercmp.c:102: undefined reference to `strverscmp'
collect2: ld returned 1 exit status
make: *** [pacman] Error 1
--X1bOJ3K7DJ5YkBrT--