Bug 74019 - wxPython 2.5.3.1 install headers in wrong path
Bug#: 74019 Product:  Gentoo Linux Version: 2004.3 Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: wxwidgets@gentoo.org Reported By: ghepeu@virgilio.it
Component: Library
URL: 
Summary: wxPython 2.5.3.1 install headers in wrong path
Keywords:  
Status Whiteboard: 
Opened: 2004-12-10 09:40 0000
Description:   Opened: 2004-12-10 09:40 0000
wxPython 2.5.3.1 ebuild installs headers in /include/wx-2.5/wx/ instead of in
/usr/include/wx-2.5/wx/, the path I excpected to see. I didn't try compiling by
hand, so I can't tell if this is due to the ebuild or if this is a bug of this
release. I checked the ebuild and it seems ok, for what I can tell.


KazeNoTani wxpython # qpkg -l wxpython
dev-python/wxpython-2.5.3.1 *
CONTENTS:
/usr
/usr/bin
/usr/bin/pycrust
/usr/bin/pyshell
[...]
/usr/lib/python2.3/site-packages/wx.pth
/include
/include/wx-2.5
/include/wx-2.5/wx
/include/wx-2.5/wx/wxPython
/include/wx-2.5/wx/wxPython/pyclasses.h
/include/wx-2.5/wx/wxPython/pydrawxxx.h
[...]
/include/wx-2.5/wx/wxPython/i_files/_core_ex.py
/include/wx-2.5/wx/wxPython/pytree.h
/include/wx-2.5/wx/wxPython/wxPython_int.h
/include/wx-2.5/wx/wxPython/printfw.h

------- Comment #1 From Rob Cakebread 2004-12-10 10:48:55 0000 -------
Are you using the hard-masked version in portage or the obsolete one that was
in bugzilla?

Heres where mine is installed:
/usr/include/wx-2.5/wx/wxPython/i_files/__init__.py
/usr/include/wx-2.5/wx/wxPython/i_files/_intl_ex.py
/usr/include/wx-2.5/wx/wxPython/i_files/_xrc_ex.py
/usr/include/wx-2.5/wx/wxPython/i_files/common.swg
/usr/include/wx-2.5/wx/wxPython/i_files/pyrun.swg
/usr/include/wx-2.5/wx/wxPython/i_files/python.swg

------- Comment #2 From Giacomo Perale 2004-12-11 04:13:31 0000 -------
I'm using hard-masked ebuild in portage, header tells
"wxpython-2.5.3.1.ebuild,v 1.3 2004/11/13 23:05:05"


python 2.3.4

Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4,
glibc-2.3.4.20041102-r0, 2.6.9-ck3 i686)
=================================================================
System uname: 2.6.9-ck3 i686 AMD Athlon(tm) XP 1700+
Gentoo Base System version 1.5.3
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://www.die.unipd.it/pub/Linux/distributions/gentoo-sources/
http://sunsite.cnlab-switch.ch/ftp/mirror/gentoo/
http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/
http://gentoo.tiscali.nl/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="3dnow 3dnowex X acpi acpi4linux alsa apache2 audiofile avi berkdb bonobo
cdparanoia cdr crypt cups curl dedicated divx4linux dts dvd dvdr dvdread eds
encode evo f77 faac faad fam fbcon fbdev flac foomaticdb fortran freetype gd
gd-external gif gimpprint gnome gnomedb gpm graphviz gstreamer gtk gtk2 gtkhtml
hal imagemagick imlib ithreads java javascript jce jpeg lcms libg++
libsamplerate libwww live lzw-tiff mad matroska mikmod mmap mmx mmx2 mng motif
mozilla mozinterfaceinfo moznocompose moznoirc moznomail mozp3p mozsvg mpeg
mysql ncurses network nls no-old-linux nptl objc oggvorbis opengl pam pcap
pdflib perl pic png ppds python qt quicktime radeon readline real rtc samba
scanner sdl slang sndfile spell sse ssl svg svga tcltk tcpd tga theora threads
tiff truetype type1 usb videos wmf wxwindows x86 xchatdccserver xface xml xml2
xmms xprint xrandr xv xvid xvmc yv12 zlib"

------- Comment #3 From Rob Cakebread 2004-12-11 12:22:48 0000 -------
Thanks! Fixed in CVS.