Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 252751 - dev-python/gnome-python-extras-2.19.1-r2: Failed merge: missing gdl/gdl-icon.h
Summary: dev-python/gnome-python-extras-2.19.1-r2: Failed merge: missing gdl/gdl-icon.h
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-27 22:01 UTC by Gabor Garami
Modified: 2009-05-04 12:05 UTC (History)
1 user (show)

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


Attachments
emerge --info -v output (emerge-info-v.txt,9.49 KB, text/plain)
2008-12-27 22:02 UTC, Gabor Garami
Details
build.log (build.log,79.78 KB, text/plain)
2008-12-27 22:03 UTC, Gabor Garami
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gabor Garami 2008-12-27 22:01:50 UTC
Symptoms: merge of gnome-python-extras fails.
Message: 

***INFO*** The coverage of global functions is 100.00% (4/4)
***INFO*** The coverage of methods is 88.14% (52/59)
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.5 -I/usr/include/libgdl-1.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/include/libglade-2.0 -I/usr/lib64/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/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/pygtk-2.0      -O2 -march=nocona -pipe -Wall -fno-strict-aliasing -MT gdl.lo -MD -MP -MF .deps/gdl.Tpo -c -o gdl.lo gdl.c
mkdir .libs
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.5 -I/usr/include/libgdl-1.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/include/libglade-2.0 -I/usr/lib64/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/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/pygtk-2.0 -O2 -march=nocona -pipe -Wall -fno-strict-aliasing -MT gdlmodule.lo -MD -MP -MF .deps/gdlmodule.Tpo -c gdlmodule.c  -fPIC -DPIC -o .libs/gdlmodule.o
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.5 -I/usr/include/libgdl-1.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/include/libglade-2.0 -I/usr/lib64/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/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/pygtk-2.0 -O2 -march=nocona -pipe -Wall -fno-strict-aliasing -MT gdl.lo -MD -MP -MF .deps/gdl.Tpo -c gdl.c  -fPIC -DPIC -o .libs/gdl.o
mv -f .deps/gdlmodule.Tpo .deps/gdlmodule.Plo
gdl.override:9:27: error: gdl/gdl-icons.h: Nincs ilyen fájl vagy könyvtár
make[2]: *** [gdl.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-python/gnome-python-extras-2.19.1-r2/work/gnome-python-extras-2.19.1/gdl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-python/gnome-python-extras-2.19.1-r2/work/gnome-python-extras-2.19.1'
make: *** [all] Error 2
Comment 1 Gabor Garami 2008-12-27 22:02:31 UTC
Created attachment 176542 [details]
emerge --info -v output
Comment 2 Gabor Garami 2008-12-27 22:03:56 UTC
Created attachment 176543 [details]
build.log
Comment 3 Arun Raghavan (RETIRED) gentoo-dev 2008-12-28 06:14:00 UTC
I assume that the message "gdl.override:9:27: error: gdl/gdl-icons.h: Nincs ilyen fájl vagy könyvtár" means that the header 'gdl/gdl-icons.h' is not found?

Could you please post the version of dev-libs/gdl that you have? Also, could you try rebuilding dev-libs/gdl and then re-emerging dev-python/gnome-python-extras?
Comment 4 Gabor Garami 2008-12-28 21:47:31 UTC
yes, it means "No such file or directory".

My gdl version is:
[ebuild   R   ] dev-libs/gdl-2.24.0  USE="-debug" 0 kB

I'll try remerge gdl and gnome-python-extras.
Comment 5 Gabor Garami 2008-12-28 21:56:51 UTC
(In reply to comment #3)
> I assume that the message "gdl.override:9:27: error: gdl/gdl-icons.h: Nincs
> ilyen fájl vagy könyvtár" means that the header 'gdl/gdl-icons.h' is not
> found?

I synced my portage and remerged it, but this h is not found again...

I read somewhere this header isn't included longer to in this package. I don't know more info...
Comment 6 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-01-03 23:49:37 UTC
gdl-2.24 doesn't provide that header anymore, please use split python packages or don't use gdl-2.24. The ebuild was fixed to block versions without the fix.
Comment 7 Tim Bakker 2009-05-04 12:01:11 UTC
(In reply to comment #6)
> gdl-2.24 doesn't provide that header anymore, please use split python packages
> or don't use gdl-2.24. The ebuild was fixed to block versions without the fix.
> 

Could you please elaborate on how to split python packages?
Thank you in advance.
Comment 8 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-05-04 12:05:27 UTC
There is nothing to do besides updating to dev-python/gnome-python-extras-2.19.1-r3.