Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52780 - media-libs/flac-1.1.0-r1 does not compile
Summary: media-libs/flac-1.1.0-r1 does not compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-02 08:11 UTC by Antonio Dolcetta
Modified: 2004-06-17 02:11 UTC (History)
2 users (show)

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


Attachments
full output for "emerge flac" (typescript,103.32 KB, text/plain)
2004-06-02 08:12 UTC, Antonio Dolcetta
Details
full output for new ebuild (flac,102.18 KB, text/plain)
2004-06-16 03:43 UTC, Antonio Dolcetta
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Dolcetta 2004-06-02 08:11:08 UTC
I am attaching full output for "emerge flac"

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Antonio Dolcetta 2004-06-02 08:12:25 UTC
Created attachment 32526 [details]
full output for "emerge flac"
Comment 2 Antonio Dolcetta 2004-06-02 08:13:29 UTC
sorry, forgot to report output for emerge info, here goes:

Portage 2.0.50-r7 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3_pre20040420-r0, 2.6.6-mm5)
=================================================================
System uname: 2.6.6-mm5 i686 Intel(R) Pentium(R) M processor 1600MHz
Gentoo Base System version 1.4.15
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O2 -fomit-frame-pointer -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/lib/mozilla/defaults/pref /usr/share/config /usr/share/tex
mf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/bind
 /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -O2 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/ ftp://ftp.linux.ee/pub/gentoo/distfiles/ http://ftp.linux.ee/pub/gentoo/distfiles/ ft
p://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo http://mirror.datapipe.net/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X aalib acpi alsa apache2 apm avi berkdb cdr crypt cups dga dvd encode fbcon flac foomaticdb gdbm ggi gif gpm gtk gtk2 gtkhtml guile imlib innodb java
 jpeg lcms libg++ libwww mad maildir mikmod mmx motif mozilla mpeg mysql nas ncurses nls nptl oggvorbis opengl oss pam pdflib perl png python quicktime rea
dline samba sdl slang spell sse ssl svga tcltk tcpd tetex theora tiff truetype usb video_cards_radeon x86 xml2 xmms xv zlib"

Comment 3 Jeremy Huddleston (RETIRED) gentoo-dev 2004-06-07 19:22:52 UTC
what version of xmms is installed?
Comment 4 Antonio Dolcetta 2004-06-08 00:17:48 UTC
media-sound/xmms-1.2.10-r3
Comment 5 Jeremy Huddleston (RETIRED) gentoo-dev 2004-06-14 14:21:13 UTC
can youu try the -r2 ebuild for flac I just made (may take a bit to get to your rsync mirror)
Comment 6 Antonio Dolcetta 2004-06-16 03:43:40 UTC
Created attachment 33367 [details]
full output for new ebuild

new ebuild fails too
full output submitted
ciao
Comment 7 Jeremy Huddleston (RETIRED) gentoo-dev 2004-06-16 09:55:31 UTC
Comment on attachment 33367 [details]
full output for new ebuild

please use the right mime type
Comment 8 Jeremy Huddleston (RETIRED) gentoo-dev 2004-06-16 10:01:46 UTC
Id doesn't look like it's finding your xmms headers correctly... what do theses output:

xmms-config --cflags

grep xmms_show_message /usr/include/xmms/*

locate util.h | grep xmms

If youu don't use slocate, then please do 'find / -name util.h | grep xmms' instead of the last one, but it will take a while...
Comment 9 Antonio Dolcetta 2004-06-17 01:02:53 UTC
sorry about the wrong mimetype, it's bugzilla's fault. I had just left it on auto-detect

here's the output you requested:

antonio@simbad antonio $ xmms-config --cflags
-I/usr/include/xmms -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include
antonio@simbad antonio $ grep xmms_show_message /usr/include/xmms/*
/usr/include/xmms/util.h:GtkWidget *xmms_show_message(gchar * title, gchar * text, gchar * button_text, gboolean modal, GtkSignalFunc button_action, gpointer action_data);
antonio@simbad antonio $ locate util.h | grep xmms
/usr/local/include/xmms/util.h
/usr/include/xmms/util.h
/home/antonio/src/xmms2-040328/src/include/xmms/util.h

hope this helps
Comment 10 Jeremy Huddleston (RETIRED) gentoo-dev 2004-06-17 01:43:12 UTC
I'm betting that the /usr/local/include/xmms/* is getting included rather than the /usr/include/xmms/*... can you please try

mv /usr/local/include /usr/local/include.bak
emerge -v flac

to test that theory...
Comment 11 Antonio Dolcetta 2004-06-17 02:02:50 UTC
just to be on the safe side I've completley removed my local installation of xmms2 (I had completley forgotten about that one).

flac emerged correctly
sorry for the noise :-(
Comment 12 Jeremy Huddleston (RETIRED) gentoo-dev 2004-06-17 02:11:42 UTC
yay.  glad we could figure it out.