Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 153674

Summary: app-i18n/poedit-1.3.6 fails in configure
Product: Gentoo Linux Reporter: David Philippi <gentoo>
Component: New packagesAssignee: Gentoo wxWidgets project <wxwidgets>
Status: RESOLVED FIXED    
Severity: normal CC: leio, lorenzo, sn.ml
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 158031    

Description David Philippi 2006-11-01 05:23:50 UTC
It doesn't find wx-config in the path which isn't very strange as there's only wx-config-2.6 present. Looks like it's missing a --with-wx-config=/usr/bin/wx-config-2.6 in econf. Adding this makes it compile well for me but the correct fix should rather check upon the wxWindows most likely. :-)

Portage 2.1.2_rc1-r2 (default-linux/amd64/2006.0, gcc-4.1.1, glibc-2.5-r0, 2.6.18-gentoo x86_64)
=================================================================
System uname: 2.6.18-gentoo x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.12.5
Last Sync: Wed, 01 Nov 2006 11:50:01 +0000
ccache version 2.4 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r6
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O3 -msse3"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib64/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=k8 -O3 -msse3 -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="de_DE@euro"
LC_ALL="de_DE@euro"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="amd64 X a52 aac alsa bash-completion berkdb bitmap-fonts bzip2 cdr cli cracklib crypt cups dbus dlloader dri dvb dvd eds elibc_glibc emboss encode exif ffmpeg foomaticdb fortran gif gpm gstreamer gtk2 hal iconv imlib input_devices_evdev input_devices_keyboard input_devices_mouse isdnlog jpeg kde kdeenablefinal kdehiddenvisibility kdenewldflags kernel_linux linguas_de lzw lzw-tiff mad mp3 mpeg ncurses nls nptl nptlonly ogg opengl pam pcre perl png pppd python qt qt3 qt4 quicktime readline reflection samba sdl session spell spl sse3 ssl tcpd theora tiff truetype-fonts type1-fonts unicode usb userland_GNU userlocales video_cards_nv video_cards_nvidia vorbis x264 xorg xpm xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Mart Raudsepp gentoo-dev 2006-11-01 06:38:29 UTC
The wxwidgets.eclass sets things up via environment flags (from the need-wxwidgets call) that the AM_PATH_WXCONFIG aclocal macro understands, but it seems like you are missing the appropriate configuration it is thinking you have, or something from that line.

Please show me the content of your /usr/lib/wx/config directory.
Comment 2 Mart Raudsepp gentoo-dev 2006-11-01 06:40:00 UTC
(In reply to comment #1)
> Please show me the content of your /usr/lib/wx/config directory.

Sorry, I meant lib or lib64, depending on which you have. Please also specify from which libdirs you found wx configurations files (or maybe in both)
Comment 3 David Philippi 2006-11-01 06:50:42 UTC
Well, /lib is a symlink to /lib64 so:

ls /usr/lib64/wx/config/
gtk2-ansi-release-2.6  gtk2-unicode-release-2.6

But I don't understand the last question. Should there be config files in other places?
Comment 4 Mart Raudsepp gentoo-dev 2006-11-01 06:56:36 UTC
(In reply to comment #3)
> But I don't understand the last question. Should there be config files in other
> places?

No, that would be a problem. I had /usr/lib/wx/config and /usr/lib64/wx/config in mind - if you don't have config files in each of these two directories. If these are symlinks, then it doesn't matter.
Comment 5 David Philippi 2006-11-01 07:07:08 UTC
Well, something seems to go wrong. Do you need any other information from me to narrow down the problem?
Comment 6 Mart Raudsepp gentoo-dev 2006-11-01 07:10:53 UTC
Not at this time. I need to go through the logic a bit, and my brain is done functioning for today.
Comment 7 Ryan Hill (RETIRED) gentoo-dev 2006-12-29 07:14:26 UTC
the way poedit's configure is set up is a bit dumb.  we have to give it the full path to gtk2-unicode-release-2.6.

i fixed 1.3.5 and 1.3.6.  1.3.4 was already passing the right options, which of course i only found out after half an hour of figuring it out on my own. :P

Comment 8 Jakub Moc (RETIRED) gentoo-dev 2007-01-07 13:29:03 UTC
*** Bug 160681 has been marked as a duplicate of this bug. ***
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2007-01-07 13:29:36 UTC
People are still moaning about the wx* junk...
Comment 10 Sami Näätänen 2007-01-08 10:19:02 UTC
Was some syncing problems so the fix didn't show up.

So just close this one