On Tue, Feb 11, 2003 at 09:54:02AM -0700, Bdale Garbee wrote: > [EMAIL PROTECTED] (Francesco P. Lovergine) writes: > > > Could anyone check if the new proftpd pkg > > http://people.debian.org/~frankie/debian/sid/experimental/proftpd/ > > solve current FTBFS bug? > > It does not. See below. > > I also see a lot of warnings about casts from pointers to integers of > different sizes, so my confidence in the resulting binary being robust on > 64-bit architectures is low. If you would like the complete build log for > this version, I can send it to you, but it's not substantially different > from the versions already publicly available from buildd.debian.org. > > Bdale > > > gcc -Wall -O2 -Wall -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. > -I../../.. -Llib -o proftpd src/main.o src/timers.o src/sets.o src/pool.o > src/regexp.o src/dirtree.o src/support.o src/inet.o src/log.o > src/scoreboard.o src/netio.o src/ident.o src/da > ta.o src/modules.o src/auth.o src/fs.o src/intoa.o modules/mod_core.o > modules/mod_xfer.o modules/mod_unixpw.o modules/mod_auth.o modules/mod_ls.o > modules/mod_log.o modules/mod_site.o modules/mod_readme.o modules/mod_pam.o > modules/mod_tls.o modules/mod_rat > io.o modules/mod_linuxprivs.o modules/module_glue.o -lsupp -lcrypt -lpam > -lssl -lcrypto -L../../contrib/libcap -lcap > .../../contrib/libcap/libcap.a(cap_sys.o)(.text+0x22): In function `capget': > : undefined reference to `__ia64_syscall' > .../../contrib/libcap/libcap.a(cap_sys.o)(.text+0x72): In function `capset': > : undefined reference to `__ia64_syscall' > collect2: ld returned 1 exit status > make[1]: *** [proftpd] Error 1
Ah, great... Current 1.2.7 is not so clean for warnings also on i386. Release candidate seems better. Anyway, I look into that code... -- Francesco P. Lovergine

