Gentoo Archives: gentoo-dev

From: Holger Brueckner <Brueckner@×××.de>
To: gentoo-dev@g.o
Subject: [gentoo-dev] some problems with packages
Date: Thu, 24 May 2001 11:00:56
Message-Id: 008701c0e472$daf88a60$7903a8c0@jack.fet.org
1 Hello,
2
3 1) looks like the md5sum of MesaLib-3.4.2 has changed
4 i needed to change the provides digest to get it to compile
5
6 2) i can't compile the ntp package:
7
8 ntpdate.c:1574: warning: pointer of type `void *' used in arithmetic
9 ntpdate.c: In function `sendpkt':
10 ntpdate.c:1658: warning: passing arg 3 of `sendto' as unsigned due to
11 prototype
12 i686-pc-linux-gnu-gcc: -lncurses: linker input file unused since linking not
13 done
14 ../scripts/mkver ntpdate
15 Version <ntpdate 4.0.99k23 Thu May 24 20:53:08 CEST 2001 (1)>
16 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -mpentium
17 pro -march=pentiumpro -O2 -lncurses -Wall -Wshadow -Wconversion -Wpointer-ar
18 ith -Wcast-qual -Wstrict-prototypes -pipe -c version.c
19 i686-pc-linux-gnu-gcc: -lncurses: linker input file unused since linking not
20 done
21 i686-pc-linux-gnu-gcc -mpentiumpro -march=pentiumpro -O2 -lncurses -Wall -W
22 shadow -Wconversion -Wpointer-arith -Wcast-qual -Wstrict-prototypes -pipe
23 -o ntpdate ntpdate.o version.o ../libntp/libntp.a -lrt -lreadline
24 /usr/i686-pc-linux-gnu/bin/ld: Warning: type of symbol `timeout' changed
25 from 2 to 1 in ntpdate.o
26 collect2: ld returned 1 exit status
27 make[2]: *** [ntpdate] Error 1
28 make[2]: Leaving directory
29 `/usr/portage/build/ntp-4.0.99k-r1/work/ntp-4.0.99k23/ntpdate'
30 make[1]: *** [all-recursive] Error 1
31 make[1]: Leaving directory
32 `/usr/portage/build/ntp-4.0.99k-r1/work/ntp-4.0.99k23'
33 make: *** [all] Error 2
34
35
36 thx for any help
37
38 Holger