Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53012 - gnome-icon-theme : error during configure
Summary: gnome-icon-theme : error during configure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-04 14:26 UTC by Toralf Förster
Modified: 2005-02-07 02:23 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 Toralf Förster gentoo-dev 2004-06-04 14:26:47 UTC
while updateing gtk+ now gnome-icon-theme is required, but I got from the log:

setup
unpack
>>> Unpacking source...
>>> Unpacking gnome-icon-theme-1.2.0.tar.bz2 to /var/tmp/portage/gnome-icon-theme-1.2.0/work
>>> Source unpacked.
compile
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
/var/tmp/portage/gnome-icon-theme-1.2.0/work/gnome-icon-theme-1.2.0/missing: Unknown `--run' option
Try `/var/tmp/portage/gnome-icon-theme-1.2.0/work/gnome-icon-theme-1.2.0/missing --help' for more information
configure: WARNING: `missing' script is too old or missing


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




nhh221 /var/log/portage # emerge info 
Portage 2.0.50-r7 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.6.6) 
================================================================= 
System uname: 2.6.6 i686 Pentium III (Coppermine) 
Gentoo Base System version 1.4.15 
Autoconf: sys-devel/autoconf-2.59-r3 
Automake: sys-devel/automake-1.8.3 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-march=pentium3 -O3 -pipe" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-march=pentium3 -O3 -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache sandbox" 
GENTOO_MIRRORS="http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/ 
http://mirror.switch.ch/mirror/gentoo/" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="" 
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" 
USE="X alsa apm arts avi berkdb crypt cups encode foomaticdb gdbm gif gpm gtk 
gtk2 imlib java jpeg kde libg++ libwww linguas_de mad mbox mikmod mmx motif 
mpeg mysql ncurses nls oggvorbis opengl oss pam pdflib perl png python qt 
quicktime readline sdl slang spell sse ssl tcpd truetype x86 xml2 xmms xv zlib"
Comment 1 Toralf Förster gentoo-dev 2004-06-05 02:36:50 UTC
Same thing with gnome-icon-theme version 1.2.1
Comment 2 Alexander Dvorkovyy 2004-06-06 13:27:43 UTC
There is missing dependency to XML::Parser perl module. I've worked around this problem by doing 'emerge XML-Parser'.

To repeat the problem:
Install Gentoo from 2004.1 precompiled packages (incl xfree, gnome and kde)
emerge sync 
emerge --update world

I have build logs for gnome-icon-theme-1.2.1 package, but they are now on another machine, so if anybody needs them, let me know, I can upload them later.
Comment 3 Toralf Förster gentoo-dev 2004-06-06 14:23:52 UTC
I have installed :
nhh221 ~ # qpkg -I -v XML
dev-libs/libxml2-2.6.7 *
dev-perl/XML-Parser-2.34 *
Comment 4 Joe McCann (RETIRED) gentoo-dev 2004-06-06 17:30:35 UTC
gnome-icon-theme has an intltool dep, which brings in xml-parser. You probably forgot to update your perl modules after a perl upgrade. (read perl ebuild)
Comment 5 foser (RETIRED) gentoo-dev 2004-06-08 03:49:35 UTC
please re-emerge XML-Parser & try again.. although i think that specific problem should yield another error.
Comment 6 Toralf Förster gentoo-dev 2004-06-10 01:38:39 UTC
no, re-emerge XML-Parser does not resolve the problem.
BTW it was a nearly fresh installation so updating perl modules should not be needed, isn't it ?
Comment 7 foser (RETIRED) gentoo-dev 2004-06-10 09:53:24 UTC
no, but i really didn't think that was the problem anyway.

can you try gnome-icon-theme-1.2.1 instead.. it might be some problem with the way it got packed up.
Comment 8 Toralf Förster gentoo-dev 2004-06-10 14:07:03 UTC
from the log :-)

checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
/var/tmp/portage/gnome-icon-theme-1.2.1/work/gnome-icon-theme-1.2.1/missing: Unknown `--run' option
Try `/var/tmp/portage/gnome-icon-theme-1.2.1/work/gnome-icon-theme-1.2.1/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
Comment 9 foser (RETIRED) gentoo-dev 2004-06-10 15:37:42 UTC
well the problem is sort of obvious, for some reason the missing script doesn't work as expected on your setup. But i have no idea why that would happen, please check it out yourself.
Comment 10 Timur 2004-07-12 04:04:06 UTC
probleme solves for me after downgrade XML-Parser from 1.34 to 1.31_r1
Comment 11 foser (RETIRED) gentoo-dev 2004-07-12 05:59:34 UTC
it works fine for me with 2.34 (i guess thats what you meant).. so if you upgrade do you get the same problem again ?
Comment 12 André Terpstra 2004-07-30 12:29:03 UTC
I can confirm that downgrading XML-Parser solves the problem. The warning message about 'missing' remains but the ebuild now no longer fails.
Comment 13 foser (RETIRED) gentoo-dev 2004-08-06 04:36:17 UTC
seems to be changes in XML-Parser itself then.. maybe the perl team could have a look ?
Comment 14 Michael Cummings (RETIRED) gentoo-dev 2004-08-18 09:29:31 UTC
Module code changes over time. If the newer version doesn't work for you - don't dep it. We don't clean out older versions if they are still in use. This isn't a bug per se, but a change in the module's functionality that is in conflict with gnome-icon-theme. Maybe the gnome-icon-theme developers will fix this in there next release...?
Comment 15 Michael Cummings (RETIRED) gentoo-dev 2005-02-07 02:23:36 UTC
Closing since this has sat for six months now.