Gentoo Archives: gentoo-amd64

From: Drake Donahue <donahue95@×××××××.net>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Re: Problems emerging Gnome
Date: Thu, 14 Sep 2006 14:47:26
Message-Id: 001c01c6d80c$7ad870d0$0200a8c0@iwillxp333
In Reply to: Re: [gentoo-amd64] Re: Problems emerging Gnome by Daniele Salatti
1 ----- Original Message -----
2 From: "Daniele Salatti" <danielesalatti@×××××.com>
3 To: <gentoo-amd64@l.g.o>
4 Sent: Thursday, September 14, 2006 5:40 AM
5 Subject: Re: [gentoo-amd64] Re: Problems emerging Gnome
6
7
8 > Here is my brand new emerge --info:
9 >
10 > # emerge --info
11 > Portage 2.1-r2 (default-linux/amd64/2006.1, gcc-4.1.1, unavailable,
12 > 2.6.17-gentoo-r8 x86_64)
13 > =================================================================
14 > System uname: 2.6.17-gentoo-r8 x86_64 AMD Athlon(tm) 64 Processor 3200+
15 > Gentoo Base System version 1.12.1
16 > app-admin/eselect-compiler: [Not Present]
17 > dev-lang/python: 2.4.3-r1
18 > dev-python/pycrypto: [Not Present]
19 > dev-util/ccache: [Not Present]
20 > dev-util/confcache: [Not Present]
21 > sys-apps/sandbox: [Not Present]
22 > sys-devel/autoconf: 2.13, 2.59-r7
23 > sys-devel/automake: [Not Present]
24 > sys-devel/binutils: [Not Present]
25 > sys-devel/gcc-config: [Not Present]
26 > sys-devel/libtool: [Not Present]
27 > virtual/os-headers: [Not Present]
28 > ACCEPT_KEYWORDS="amd64"
29 > AUTOCLEAN="yes"
30 > CBUILD="x86_64-pc-linux-gnu"
31 > CFLAGS="-march=athlon64 -Os -pipe"
32 > CHOST="x86_64-pc-linux-gnu"
33 > CONFIG_PROTECT="/etc /usr/share/X11/xkb"
34 > CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
35 > CXXFLAGS="-march=athlon64 -Os -pipe"
36 > DISTDIR="/usr/portage/distfiles"
37 > FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
38 > GENTOO_MIRRORS="http://distfiles.gentoo.org
39 > http://distro.ibiblio.org/pub/linux/distributions/gentoo"
40 > MAKEOPTS="-j2"
41 > PKGDIR="/usr/portage/packages"
42 > PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
43 > --compress --force --whole-file --delete --delete-after --stats
44 > --timeout=180 --exclude='/distfiles' --exclude='/local'
45 > --exclude='/packages'"
46 > PORTAGE_TMPDIR="/var/tmp"
47 > PORTDIR="/usr/portage"
48 > SYNC="rsync://rsync.gentoo.org/gentoo-portage"
49 > USE="X alsa amd64 arts avi berkdb bitmap-fonts cairo cdr cli crypt cups
50 > dbus dlloader dri dvd dvdr eds elibc_glibc emboss encode esd fam firefox
51 > fortran gdbm gif gnome gpm gstreamer gtk gtk2 hal input_devices_evdev
52 > input_devices_keyboard input_devices_mouse ipv6 isdnlog jpeg
53 > kernel_linux ldap libg++ mad mikmod mp3 mpeg ncurses nls nptl nptlonly
54 > ogg opengl oss pam pcre pdflib perl png ppds pppd python qt3 qt4
55 > quicktime readline reflection sdl session spell spl ssl tcpd truetype
56 > truetype-fonts type1-fonts udev unicode userland_GNU vorbis xml xorg xv
57 > zlib video_cards_radeon"
58 > Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL,
59 > LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
60 >
61 >> Try: (I think you got a bad package)
62 >> empty the following directories and remove them:
63 >> /var/db/pkg/app-text/gnome-doc-utils-0.6.1
64 >> /usr/share/doc/gnome-doc-utils-0.6.1
65 >> /usr/share/gnome-doc-utils
66 >> /usr/portage/app-text/gnome-doc-utils
67 >>
68 >> then:
69 >>
70 >> rm /usr/portage/distfiles/gnome-doc-utils-0.6.1.tar.bz2
71 >> rm /usr/portage/distfiles/gnome-doc-utils-0.4.4.tar.bz2
72 >>
73 >> Then:
74 >>
75 >> emerge gnome-doc-utils
76 >>
77 >> if it works, great. Emerge gnome. If not:
78 >>
79 > I have tryed, but it doesn't works...btw, this is the third installation
80 > of Gentoo I have done since the beginning of the discuission, so I don't
81 > think it's a problem of bad download...every time I tryed I got the same
82 > error emerging the same package...
83 >> emerge -v gnome-doc-utils >> /stuff
84 >>
85 >> /stuff will be a long detailed report on the compile process.
86 >> will send you mine for comparison purposes off list.
87 >> line 14 checking for XML::PARSER...ok may be important
88 >> you should not have any http: 's in your output --- looks
89 >> like run happened before compiling completed.
90 >
91 > Ok, I have done. The line checking for XML::PARSER seems to be ok...
92 > Anyway the "stuff" file is attached to this e-mail...
93 >
94 >
95 > Daniele
96 >
97
98 your compile is breaking at the point where it should start "making xslt"
99 Shown in the attachment. Does emerge --search xslt show it installed?
100
101 Other comments of dubious value:
102 1. Your portage is slightly out of date, recommend
103 emerge sync
104 emerge portage
105 emerge sync
106 2. Emerge info did not find a glibc, recommend
107 emerge glibc
108 3. Emerge info found a number of not present components that are
109 present in mine, recommend:
110 emerge pycrypto
111 emerge sandbox
112 emerge autoconf
113 emerge automake
114 emerge binutils
115 emerge gcc-config
116 emerge libtool
117 emerge os-headers

Attachments

File name MIME type
stuff difference.txt text/plain

Replies

Subject Author
Re: [gentoo-amd64] Re: Problems emerging Gnome Daniele Salatti <danielesalatti@×××××.com>
Re: [gentoo-amd64] Re: Problems emerging Gnome Daniele Salatti <danielesalatti@×××××.com>
Re: [gentoo-amd64] Re: Problems emerging Gnome Daniele Salatti <danielesalatti@×××××.com>
Re: [gentoo-amd64] Re: Problems emerging Gnome Daniele Salatti <danielesalatti@×××××.com>
Re: [gentoo-amd64] Re: Problems emerging Gnome Daniele Salatti <danielesalatti@×××××.com>