Gentoo Archives: gentoo-alt

From: Matt Michalowski <me@××××××××.au>
To: gentoo alt <gentoo-alt@l.g.o>
Subject: [gentoo-alt] Latest prefix-portage, 2.2.00.8123, compile error
Date: Mon, 15 Oct 2007 05:06:42
Message-Id: 4712F2EC.4060505@mattm.id.au
1 Happens for me on x86-linux and amd64-linux:
2
3 make[3]: Entering directory
4 `/opt/hwbp/var/tmp/portage/sys-apps/portage-2.2.00.8123/work/prefix-portage-2.2.00.8123/src'
5 i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"portage\"
6 -DPACKAGE_TARNAME=\"portage-prefix\" -DPACKAGE_VERSION=\"2.1.20\"
7 -DPACKAGE_STRING=\"portage\ 2.1.20\"
8 -DPACKAGE_BUGREPORT=\"grobian@g.o\" -DPACKAGE=\"portage-prefix\"
9 -DVERSION=\"2.1.20\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
10 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
11 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
12 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1
13 -DHAVE_ERRNO_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1
14 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_DIRENT_H=1
15 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIBC=1
16 -DHAVE_LIBC=1 -DHAVE_LIBC=1 -DHAVE_LIBC=1 -DATIMESPEC=st_atim
17 -DMTIMESPEC=st_mtim -I. -O2 -march=i686 -fno-stack-protector -pipe
18 -MT chpathtool.o -MD -MP -MF .deps/chpathtool.Tpo -c -o chpathtool.o
19 chpathtool.c
20 mv -f .deps/chpathtool.Tpo .deps/chpathtool.Po
21 i686-pc-linux-gnu-gcc -O2 -march=i686 -fno-stack-protector -pipe -o
22 chpathtool chpathtool.o -lc -lc -lc -lc
23 chpathtool.o: In function `dirwalk':
24 chpathtool.c:(.text+0x5e1): undefined reference to `S_ISWHT'
25 collect2: ld returned 1 exit status
26 make[3]: *** [chpathtool] Error 1
27
28
29
30 Matt.
31 --
32 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] Latest prefix-portage, 2.2.00.8123, compile error Fabian Groffen <grobian@g.o>