Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 35822

Summary: Cannot compile...see the last statement in bug #22221
Product: Gentoo Linux Reporter: Hasse Hagen Johansen <hasse-gentoobug>
Component: Current packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Hasse Hagen Johansen 2003-12-14 12:12:21 UTC
I Couldn't reopen the bug. I got exactly the problem as the last statement in above bug.

emerge info
-----------
Portage 2.0.49-r18 (default-x86-1.4, gcc-3.3.2, glibc-2.3.3_pre20031212-r0, 2.4.23)
=================================================================
System uname: 2.4.23 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.4.3.12
ccache version 2.3 [enabled]
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=pentium4 -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /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/env.d"
CXXFLAGS="-O3 -mcpu=pentium4 -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.linux.no/ ftp://gentoo.linux.no/pub/gentoo/ ftp://ftp.uninett.no/pub/linux/Gentoo http://trumpetti.atm.tut.fi/gentoo/ http://ds.thn.htu.se/linux/gentoo http://mirror.pudas.net/gentoo ftp://mirror.pudas.net/gentoo http://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X Xaw3d aalib acl acpi adns alsa apache2 apm avi berkdb bindist bonobo cdr crypt cscope cups curl dedicated dga directfb doc dvb dvd dvdr emacs emacs-w3 encode esd ethereal evo fam fbcon firebird flash foomaticdb freetds gb gd gdbm ggi gif gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml imap imlib innodb ipv6 jack java jikes joystick jpeg kde kerberos ladcca lcms ldap leim libg++ libgda libwww lirc mad maildir mbox mcal memlimit mikmod mmx motif mozilla mpeg mule mysql nas ncurses nls oci8 odbc oggvorbis opengl oss pam pda pdflib perl plotutils png postgres ppds python quicktime readline ruby samba sasl scanner sdl slang slp socks5 spell sqlite sse ssl svga tcltk tcpd tetex tiff truetype unicode usb videos wmf wxwindows x86 xface xinerama xml xml2 xmms xosd xv zlib"

Reproducible: Always
Steps to Reproduce:
1.emerge libjackasyn
2.
3.

Actual Results:  
nexus6 root # emerge libjackasyn
Calculating dependencies ...done!
>>> emerge (1 of 1) media-libs/libjackasyn-0.8 to /
>>> md5 src_uri ;-) libjackasyn-0.8.tar.gz
>>> Unpacking source...
>>> Unpacking libjackasyn-0.8.tar.gz to /var/tmp/portage/libjackasyn-0.8/work
>>> Source unpacked.
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking for i686-pc-linux-gnu-gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /bin/install -c
checking whether ln -s works... yes
checking for main in -lrt... yes
checking for main in -ldl... yes
checking for main in -ljack... yes
checking for main in -lm... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for mode_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for select... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating jacklaunch
gcc -O2 -Wall -fPIC -rdynamic -DMAJOR=0 -DMINOR=8   -c -o libjackasyn.o
libjackasyn.c
libjackasyn.c:12:24: jack/error.h: No such file or directory
libjackasyn.c: In function `jack_bufsize':
libjackasyn.c:214: warning: long unsigned int format, jack_nframes_t arg (arg
2)libjackasyn.c: In function `jack_srate':
libjackasyn.c:222: warning: long unsigned int format, jack_nframes_t arg (arg
2)make: *** [libjackasyn.o] Error 1
 
!!! ERROR: media-libs/libjackasyn-0.8 failed.
!!! Function src_compile, Line 17, Exitcode 2
!!! (no error message)


Expected Results:  
cleanly compiled
Comment 1 Brian Harring (RETIRED) gentoo-dev 2004-02-06 12:19:07 UTC

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