Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205759 - media-libs/libopenraw-0.0.3 fails to build
Summary: media-libs/libopenraw-0.0.3 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Samuli Suominen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-14 08:58 UTC by Evil Compile Person
Modified: 2008-01-20 14:52 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 Evil Compile Person 2008-01-14 08:58:50 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include  -I../gnome/include    -O2 -pipe -Wextra -pedantic -g -Wall -MT gdk-gdk.o -MD -MP -MF .deps/gdk-gdk.Tpo -c -o gdk-gdk.o `test -f 'gdk.c' || echo './'`gdk.c
In file included from gdk.c:26:
../gnome/include/libopenraw-gnome/gdkpixbuf.h:30:35: error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory
In file included from gdk.c:26:
../gnome/include/libopenraw-gnome/gdkpixbuf.h:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
../gnome/include/libopenraw-gnome/gdkpixbuf.h:35: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
gdk.c: In function 'main':
gdk.c:38: error: 'GdkPixbuf' undeclared (first use in this function)
gdk.c:38: error: (Each undeclared identifier is reported only once
gdk.c:38: error: for each function it appears in.)
gdk.c:38: error: 'pixbuf' undeclared (first use in this function)
gdk.c:40: warning: implicit declaration of function 'or_gdkpixbuf_extract_thumbnail'
gdk.c:42: warning: implicit declaration of function 'gdk_pixbuf_unref'
make[2]: *** [gdk-gdk.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-libs/libopenraw-0.0.3/work/libopenraw-0.0.3/demo'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-libs/libopenraw-0.0.3/work/libopenraw-0.0.3'
make: *** [all] Error 2
 *
 * ERROR: media-libs/libopenraw-0.0.3 failed.

Missing dep maybe? Not sure ...
Comment 1 Stian Skjelstad 2008-01-14 15:27:38 UTC
emerge --info
emerge -pv media-libs/libopenraw

please :-)
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2008-01-20 13:57:41 UTC
eh?

x11-libs/gtk+ (/usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h)

and the ebuild has correct deps, from what I can see.

invalid bug report?
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2008-01-20 14:00:07 UTC
well dunno, it seems entirely unreproducible.. instead of running whatver automatic script you have please take a closer look and reopen if you still believe this is valid.
Comment 4 Evil Compile Person 2008-01-20 14:11:12 UTC
(In reply to comment #2)
> eh?
> 
> x11-libs/gtk+ (/usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h)
> 
> and the ebuild has correct deps, from what I can see.
> 
> invalid bug report?
> 
Calculating dependencies... done!
[binary  N    ] media-libs/jpeg-6b-r8
[binary  N    ] dev-util/pkgconfig-0.22  USE="-hardened"
[binary  N    ] dev-util/boost-build-1.34.1
[binary  N    ] dev-libs/boost-1.34.1-r1  USE="-debug -doc -icu -pyste -tools"
[ebuild  N    ] media-libs/libopenraw-0.0.3  USE="-gtk" 487 kB

fail :)
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2008-01-20 14:52:06 UTC
+*libopenraw-0.0.4 (20 Jan 2008)
+
+  20 Jan 2008; Samuli Suominen <drac@gentoo.org>
+  -files/libopenraw-0.0.3-disable-ljpegtest.patch,
+  +files/libopenraw-0.0.4-disable-ljpegtest.patch, -libopenraw-0.0.3.ebuild,
+  +libopenraw-0.0.4.ebuild:
+  Version bump, should also close #205759 -- problem was missing ifdef in
+  demo/Makefile.am.