Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129174 - thoggen 0.4.1 compile error
Summary: thoggen 0.4.1 compile error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Low normal
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-07 12:58 UTC by Neil Nelson
Modified: 2006-04-21 07:58 UTC (History)
0 users

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 Neil Nelson 2006-04-07 12:58:49 UTC
Running gcc version 3.4.6

included <inttypes.h> as indicated in error message

----------
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gstreamer-0.8 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -DDATADIR=\"/usr/share/thoggen\" -DLOCALEDIR=\"/usr/share/locale/\" -DISO_639_XML_PATH=\"/usr/share/xml/iso-codes/iso_639.xml\" -DISO_639_DOMAIN=\"iso_639\"    -Wall -mcpu=athlon-mp -O2 -pipe -MT th-disc-drive-pool.o -MD -MP -MF ".deps/th-disc-drive-pool.Tpo" -c -o th-disc-drive-pool.o th-disc-drive-pool.c; \
then mv -f ".deps/th-disc-drive-pool.Tpo" ".deps/th-disc-drive-pool.Po"; else rm -f ".deps/th-disc-drive-pool.Tpo"; exit 1; fi
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
In file included from th-disc-drive.c:28:
/usr/include/dvdread/ifo_types.h:32:2: #error "Must include <inttypes.h> or <stdint.h> before any libdvdread header."
In file included from th-disc-drive.c:28:
/usr/include/dvdread/ifo_types.h:68: error: syntax error before "uint8_t"
------------
!!! ERROR: media-video/thoggen-0.4.1 failed.
Call stack:
  ebuild.sh, line 1526:   Called dyn_compile
  ebuild.sh, line 923:   Called src_compile
  ebuild.sh, line 1236:   Called gnome2_src_compile
  gnome2.eclass, line 56:   Called die
Comment 1 Hanno Böck gentoo-dev 2006-04-09 13:43:38 UTC
When was your last emerge sync?
I've checked in a fix for this on 1.4.. Is it still an issue?
Comment 2 Hanno Böck gentoo-dev 2006-04-21 07:58:03 UTC
not a problem in latest ebuild any more.