----- Original Message -----
From: "Daniele Salatti" <danielesalatti@...>
To: <gentoo-amd64@g.o>
Sent: Thursday, September 14, 2006 5:40 AM
Subject: Re: [gentoo-amd64] Re: Problems emerging Gnome
> Here is my brand new emerge --info:
>
> # emerge --info
> Portage 2.1-r2 (default-linux/amd64/2006.1, gcc-4.1.1, unavailable,
> 2.6.17-gentoo-r8 x86_64)
> =================================================================
> System uname: 2.6.17-gentoo-r8 x86_64 AMD Athlon(tm) 64 Processor 3200+
> Gentoo Base System version 1.12.1
> app-admin/eselect-compiler: [Not Present]
> dev-lang/python: 2.4.3-r1
> dev-python/pycrypto: [Not Present]
> dev-util/ccache: [Not Present]
> dev-util/confcache: [Not Present]
> sys-apps/sandbox: [Not Present]
> sys-devel/autoconf: 2.13, 2.59-r7
> sys-devel/automake: [Not Present]
> sys-devel/binutils: [Not Present]
> sys-devel/gcc-config: [Not Present]
> sys-devel/libtool: [Not Present]
> virtual/os-headers: [Not Present]
> ACCEPT_KEYWORDS="amd64"
> AUTOCLEAN="yes"
> CBUILD="x86_64-pc-linux-gnu"
> CFLAGS="-march=athlon64 -Os -pipe"
> CHOST="x86_64-pc-linux-gnu"
> CONFIG_PROTECT="/etc /usr/share/X11/xkb"
> CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
> CXXFLAGS="-march=athlon64 -Os -pipe"
> DISTDIR="/usr/portage/distfiles"
> FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
> GENTOO_MIRRORS="http://distfiles.gentoo.org
> http://distro.ibiblio.org/pub/linux/distributions/gentoo"
> 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"
> SYNC="rsync://rsync.gentoo.org/gentoo-portage"
> USE="X alsa amd64 arts avi berkdb bitmap-fonts cairo cdr cli crypt cups
> dbus dlloader dri dvd dvdr eds elibc_glibc emboss encode esd fam firefox
> fortran gdbm gif gnome gpm gstreamer gtk gtk2 hal input_devices_evdev
> input_devices_keyboard input_devices_mouse ipv6 isdnlog jpeg
> kernel_linux ldap libg++ mad mikmod mp3 mpeg ncurses nls nptl nptlonly
> ogg opengl oss pam pcre pdflib perl png ppds pppd python qt3 qt4
> quicktime readline reflection sdl session spell spl ssl tcpd truetype
> truetype-fonts type1-fonts udev unicode userland_GNU vorbis xml xorg xv
> zlib video_cards_radeon"
> Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL,
> LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
>
>> Try: (I think you got a bad package)
>> empty the following directories and remove them:
>> /var/db/pkg/app-text/gnome-doc-utils-0.6.1
>> /usr/share/doc/gnome-doc-utils-0.6.1
>> /usr/share/gnome-doc-utils
>> /usr/portage/app-text/gnome-doc-utils
>>
>> then:
>>
>> rm /usr/portage/distfiles/gnome-doc-utils-0.6.1.tar.bz2
>> rm /usr/portage/distfiles/gnome-doc-utils-0.4.4.tar.bz2
>>
>> Then:
>>
>> emerge gnome-doc-utils
>>
>> if it works, great. Emerge gnome. If not:
>>
> I have tryed, but it doesn't works...btw, this is the third installation
> of Gentoo I have done since the beginning of the discuission, so I don't
> think it's a problem of bad download...every time I tryed I got the same
> error emerging the same package...
>> emerge -v gnome-doc-utils >> /stuff
>>
>> /stuff will be a long detailed report on the compile process.
>> will send you mine for comparison purposes off list.
>> line 14 checking for XML::PARSER...ok may be important
>> you should not have any http: 's in your output --- looks
>> like run happened before compiling completed.
>
> Ok, I have done. The line checking for XML::PARSER seems to be ok...
> Anyway the "stuff" file is attached to this e-mail...
>
>
> Daniele
>
your compile is breaking at the point where it should start "making xslt"
Shown in the attachment. Does emerge --search xslt show it installed?
Other comments of dubious value:
1. Your portage is slightly out of date, recommend
emerge sync
emerge portage
emerge sync
2. Emerge info did not find a glibc, recommend
emerge glibc
3. Emerge info found a number of not present components that are
present in mine, recommend:
emerge pycrypto
emerge sandbox
emerge autoconf
emerge automake
emerge binutils
emerge gcc-config
emerge libtool
emerge os-headers
|