Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132637 - lprng-3.8.27-r1 fails to compile w/ gcc-4.1
Summary: lprng-3.8.27-r1 fails to compile w/ gcc-4.1
Status: RESOLVED DUPLICATE of bug 138063
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-07 18:38 UTC by fturtle
Modified: 2006-06-26 08:47 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fturtle 2006-05-07 18:38:59 UTC
/bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -L/usr/lib  -o lpd lpd.o liblpr.la -lssl -lcrypto
i686-pc-linux-gnu-gcc -o lpd lpd.o  -L/usr/lib ./.libs/liblpr.a -lssl -lcrypto
i686-pc-linux-gnu-gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -I/usr/include  -g -W -Wall  -Werror  -Wno-unused  -O2 -march=i686 -pipe -D_FILE_OFFSET_BITS=64 -g -W -Wall  -Werror  -Wno-unused  -DHAVE_CONFIG_H   -c -o lpq.o ./common/lpq.c
cc1: warnings being treated as errors
./common/lpq.c: In function 'Term_clear':
./common/lpq.c:452: warning: not enough variable arguments to fit a sentinel
make[1]: *** [lpq.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/lprng-3.8.27-r1/work/LPRng-3.8.27/src'
make: *** [src] Error 2

ebuild.sh, line 1525:   Called dyn_compile
  ebuild.sh, line 928:   Called src_compile
  lprng-3.8.27-r1.ebuild, line 55:   Called die

I'm not sure why it's failing. Performaing an -e world rebuild to see if that corrects the problem
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-05-07 21:42:10 UTC
emerge --info, please...
Comment 2 fturtle 2006-05-08 03:51:43 UTC
Portage 2.1_pre10-r2 (default-linux/x86/2006.0, gcc-4.1.0, glibc-2.4-r1, 2.6.15.1 i686)
=================================================================
System uname: 2.6.15.1 i686 AMD Athlon(tm) XP 1800+
Gentoo Base System version 1.6.14
dev-lang/python:     2.4.2
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms userpriv usersandbox"
GENTOO_MIRRORS="http://gentoo.osuosl.org/ ftp://distro.ibiblio.org/pub/linux/distributions/gentoo/ ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ ftp://gentoo.chem.wisc.edu/gentoo/ "
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X acpi alsa apache2 apm arts avi berkdb bitmap-fonts cli crypt dbus dri eds emboss encode foomaticdb fortran gdbm gif gpm gstreamer gtk gtk2 hal imlib ipv6 isdnlog jpeg kde kdeenablefinal libg++ libwww mad mikmod mmx motif mp3 mpeg ncurses nls nptl nptlonly ogg opengl oss pam pcre pdflib perl png ppds pppd python qt quicktime readline reflection sdl session spell spl sse ssl symlink tcpd truetype truetype-fonts type1-fonts udev vorbis xml xmms xorg xv zlib elibc_glibc kernel_linux userland_GNU"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 3 Stefan Schweizer (RETIRED) gentoo-dev 2006-06-04 08:24:23 UTC
apparently unmaintained upstream, does 3.8.28 work for you?

I get some configure-problem ..
Comment 4 fturtle 2006-06-04 09:00:35 UTC
None of them worked with gcc 4.1.

Ended up doing a clean install w/o cups and was able to get it built long enough to test for the app that demanded it. App didn't work anyhow so reverted back to cups.

Pretty much gave up on it since the app that was demanding lprng didn't work anyhow so 
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-06-26 08:42:35 UTC
*** Bug 136858 has been marked as a duplicate of this bug. ***
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2006-06-26 08:46:17 UTC
Reopen to dupe.
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2006-06-26 08:47:02 UTC
Bug 138063 has a patch, but here it fails straight at configure stage. :P

*** This bug has been marked as a duplicate of 138063 ***