Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107398 - net-print/hplip-0.9.5 fails to build
Summary: net-print/hplip-0.9.5 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 112425
  Show dependency tree
 
Reported: 2005-09-27 08:17 UTC by Lars Weiler (RETIRED)
Modified: 2005-12-11 14:20 UTC (History)
3 users (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 Lars Weiler (RETIRED) gentoo-dev 2005-09-27 08:17:04 UTC
The previous version (0.9.4) worked great, but the current fails to build on my ppc:

 powerpc-unknown-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\"
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"hplip\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
-DHAVE_DLFCN_H=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBCRYPTO=1 -DSTDC_HEADERS=1
-DHAVE_CUPS_CUPS_H=1 -DWORDS_BIGENDIAN=1 -DHAVE_PYTHON2_3_PYTHON_H=1 -I. -I.
-Iprnt/hpijs -Iip -O3 -mtune=G4 -mcpu=G4 -mabi=altivec -pipe -MT mfpdtf.lo -MD
-MP -MF .deps/mfpdtf.Tpo -c scan/sane/mfpdtf.c  -fPIC -DPIC -o .libs/mfpdtf.o
scan/sane/mfpdtf.c: In function `read_mfpdtf_block':
scan/sane/mfpdtf.c:581: error: parse error before ')' token
make[1]: *** [mfpdtf.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/hplip-0.9.5/work/hplip-0.9.5'
make: *** [all-recursive] Error 1

The scanner use-flag isn't set.  Also nothing of sane is installed.

elrohir ~ # emerge --info
Portage 2.0.51.22-r2 (default-linux/ppc/2005.1/ppc/G4, gcc-3.4.4,
glibc-2.3.4.20041102-r1, 2.6.12-gentoo-r6 ppc)
=================================================================
System uname: 2.6.12-gentoo-r6 ppc 7447/7457, altivec supported
Gentoo Base System version 1.6.13
ccache version 2.3 [disabled]
dev-lang/python:     2.3.5-r2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.15.90.0.3-r5
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="ppc"
AUTOCLEAN="yes"
CBUILD="powerpc-unknown-linux-gnu"
CFLAGS="-O3 -mtune=G4 -mcpu=G4 -mabi=altivec -pipe"
CHOST="powerpc-unknown-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/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -mtune=G4 -mcpu=G4 -mabi=altivec -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig cvs digest distlocks sandbox sfperms strict userpriv
usersandbox"
GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync1.de.gentoo.org/gentoo-portage"
USE="ppc X X509 a52 aac aalib alsa altivec apache2 bash-completion berkdb
bitmap-fonts bzip2 cdr crypt cscope cups curl dbus dmx dts dvd dvdr eds emboss
encode esd exif fam fbcon ffmpeg flac fortran ftp gd gdbm gif gimpprint gnome
gpm gstreamer gtk gtk2 hal howl ieee1394 imagemagick imap imlib ipv6 jabber java
jpeg kde kdeenablefinal kdepim kdexdeltas latex ldap libwww mad maildir mikmod
mime motif mozilla moznocompose moznoirc moznomail mozsvg mp3 mpeg mpeg4
multislot multitarget ncurses new-login nls nntp nptl nptlonly ogg oggvorbis
on-the-fly-crypt opengl pam pdflib perl png python qt quicktime readline recode
samba sdl slang speex spell ssl svg tcltk tcpd tetex theora threads tiff
truetype truetype-fonts type1-fonts unicode videos vorbis wmf xine xinerama xml2
xosd xprint xv xvid zeroconf zlib linguas_de userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 1 Neil Bothwick 2005-10-26 04:15:32 UTC
Same error here 
 
Portage 2.0.53_rc6 (default-linux/ppc/2005.1/ppc/G4, gcc-3.4.4, glibc-2.3.5-r2, 
2.6.13-gentoo-r4 ppc) 
================================================================= 
System uname: 2.6.13-gentoo-r4 ppc 7447A, altivec supported 
Gentoo Base System version 1.12.0_pre9 
ccache version 2.4 [enabled] 
dev-lang/python:     2.4.2 
sys-apps/sandbox:    1.2.13 
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 
sys-devel/libtool:   1.5.20 
virtual/os-headers:  2.6.11-r2 
ACCEPT_KEYWORDS="ppc ~ppc" 
AUTOCLEAN="yes" 
CBUILD="powerpc-unknown-linux-gnu" 
CFLAGS="-O2 -mcpu=G4 -fno-strict-aliasing -fomit-frame-pointer -pipe" 
CHOST="powerpc-unknown-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.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/init.d /etc/terminfo /etc/texmf/web2c /etc/env.d" 
CXXFLAGS="-O2 -mcpu=G4 -fno-strict-aliasing -fomit-frame-pointer -pipe" 
DISTDIR="/mnt/portage/distfiles" 
FEATURES="autoconfig buildpkg ccache distlocks sandbox sfperms strict" 
GENTOO_MIRRORS="ftp://gentoo.digimed.co.uk/ 
http://pandemonium.tiscali.de/pub/gentoo/ http://mir.zyrianes.net/gentoo/ 
ftp://mir.zyrianes.net/gentoo/ ftp://mirror.nutsmaas.nl/gentoo" 
LINGUAS="en_GB" 
PKGDIR="/mnt/portage/packages/krikkit" 
PORTAGE_TMPDIR="/mnt/scratch" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/mnt/portage/local" 
SYNC="rsync://desiato/gentoo" 
USE="ppc X alsa altivec arts artswrappersuid berkdb bitmap-fonts bluetooth 
bonobo cddb cdr crypt cups curl dbus dv dvd emboss encode exif fam flac 
foomaticdb gdbm gif gimpprint gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile hal 
ieee1394 imagemagick imlib java jpeg kde kdeenablefinal libwww mad motif mp3 
mpeg mysql ncurses offensive ogg oggvorbis opengl pdflib perl png ppds python 
qt readline sdl slang speex spell ssl tcltk tcpd tetex tiff truetype 
truetype-fonts type1-fonts udev unicode usb vhosts vorbis wifi xml xml2 xmms xv 
zlib linguas_en_GB userland_GNU kernel_linux elibc_glibc" 
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, MAKEOPTS 
 
Comment 2 Joe Jezak (RETIRED) gentoo-dev 2005-12-11 12:18:04 UTC
I can't reproduce this any more, I think lu_zero fixed it already.  Please
re-open the bug if you're still having problems.
Comment 3 Lars Weiler (RETIRED) gentoo-dev 2005-12-11 13:35:05 UTC
net-print/hplip-0.9.7 compiles on my system.  This is just a confirmation.
Comment 4 Neil Bothwick 2005-12-11 13:44:55 UTC
Same here, 0.9.7 is fine. 
Comment 5 Marcelo Goes (RETIRED) gentoo-dev 2005-12-11 14:20:27 UTC
0.9.7 compiles, but it is not fine. It worked ok with my 2.6.11 kernel, but when
I upgraded to 2.6.14, my scanner stopped working. Just pointing it out.