Sie sind nicht angemeldet.

1

01.08.2008, 11:38

Problem beim emergen von wpa_supplicant und syslog-ng

Hallo Gentoo Gemeinde :)

Ich muss mal wieder mit ein paar Fragen nerven ;)

1. Habe soeben gentoo neuinstalliert und habe ein paar Probleme beim emergen:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
(chroot) ubuntu grub # emerge wpa_supplicant
Calculating dependencies... done!
[nomerge  ] net-wireless/wpa_supplicant-0.5.7  USE="dbus qt3 qt4 readline ssl -gnutls -gsm -madwifi" 
[nomerge  ]  x11-libs/qt-4.3.3  USE="accessibility cups dbus gif jpeg opengl png qt3support ssl tiff zlib -debug -doc -examples -firebird -glib -mng -mysql -nas -nis -odbc -pch -postgres -sqlite -sqlite3 -xinerama" INPUT_DEVICES="-wacom" 
[nomerge  ]   net-print/cups-1.3.7-r1  USE="X acl dbus jpeg kerberos ldap nls pam perl png ppds python ssl tiff -avahi -java -php -samba -slp -static -zeroconf" LINGUAS="de -en -es -et -fr -he -it -ja -pl -sv -zh_TW" 
[ebuild  N]x11-misc/xdg-utils-1.0.2-r1  USE="-doc" 
[ebuild  N] dev-util/desktop-file-utils-0.15  USE="-emacs" 
[nomerge  ] x11-misc/xdg-utils-1.0.2-r1  USE="-doc" 
[nomerge  ]  x11-misc/shared-mime-info-0.30  
[nomerge  ]   dev-libs/glib-2.16.3-r1  USE="fam -debug -doc -hardened (-selinux) -xattr" 
[ebuild  N]app-admin/gamin-0.1.9-r1  USE="python -debug" 
[ebuild  N]  x11-misc/shared-mime-info-0.30  
[ebuild  N]   dev-libs/glib-2.16.3-r1  USE="fam -debug -doc -hardened (-selinux) -xattr" 
[nomerge  ] net-print/foomatic-filters-3.0.20060720  USE="cups" 
[nomerge  ]  net-print/cups-1.3.7-r1  USE="X acl dbus jpeg kerberos ldap nls pam perl png ppds python ssl tiff -avahi -java -php -samba -slp -static -zeroconf" LINGUAS="de -en -es -et -fr -he -it -ja -pl -sv -zh_TW" 
[ebuild  N]   net-print/foomatic-filters-ppds-20070501  
[ebuild  N]net-print/foomatic-filters-3.0.20060720  USE="cups" 
[ebuild  N] virtual/ghostscript-0  
[ebuild  N]  app-text/ghostscript-gpl-8.62  USE="X cups -bindist -cjk -djvu -gtk -jpeg2k" 
[ebuild  N]   net-print/cups-1.3.7-r1  USE="X acl dbus jpeg kerberos ldap nls pam perl png ppds python ssl tiff -avahi -java -php -samba -slp -static -zeroconf" LINGUAS="de -en -es -et -fr -he -it -ja -pl -sv -zh_TW" 
!!! Error: circular dependencies:

('ebuild', '/', 'dev-libs/glib-2.16.3-r1', 'merge') depends on
   ('ebuild', '/', 'app-admin/gamin-0.1.9-r1', 'merge') (hard)
('ebuild', '/', 'app-admin/gamin-0.1.9-r1', 'merge') depends on
   ('ebuild', '/', 'dev-libs/glib-2.16.3-r1', 'merge') (hard)
('ebuild', '/', 'net-print/foomatic-filters-3.0.20060720', 'merge') depends on
   ('ebuild', '/', 'net-print/cups-1.3.7-r1', 'merge') (hard)
   ('ebuild', '/', 'virtual/ghostscript-0', 'merge') (hard)
   ('ebuild', '/', 'app-text/ghostscript-gpl-8.62', 'merge') (hard)
('ebuild', '/', 'net-print/foomatic-filters-ppds-20070501', 'merge') depends on
   ('ebuild', '/', 'net-print/foomatic-filters-3.0.20060720', 'merge') (medium)
('ebuild', '/', 'x11-misc/shared-mime-info-0.30', 'merge') depends on
   ('ebuild', '/', 'dev-libs/glib-2.16.3-r1', 'merge') (hard)
('ebuild', '/', 'net-print/cups-1.3.7-r1', 'merge') depends on
   ('ebuild', '/', 'net-print/foomatic-filters-ppds-20070501', 'merge') (medium-soft)
   ('ebuild', '/', 'app-text/ghostscript-gpl-8.62', 'merge') (medium-soft)
   ('ebuild', '/', 'virtual/ghostscript-0', 'merge') (medium-soft)
   ('ebuild', '/', 'x11-misc/xdg-utils-1.0.2-r1', 'merge') (medium)
('ebuild', '/', 'dev-util/desktop-file-utils-0.15', 'merge') depends on
   ('ebuild', '/', 'dev-libs/glib-2.16.3-r1', 'merge') (hard)
('ebuild', '/', 'x11-misc/xdg-utils-1.0.2-r1', 'merge') depends on
   ('ebuild', '/', 'x11-misc/shared-mime-info-0.30', 'merge') (medium)
   ('ebuild', '/', 'dev-util/desktop-file-utils-0.15', 'merge') (medium-soft)
('ebuild', '/', 'app-text/ghostscript-gpl-8.62', 'merge') depends on
   ('ebuild', '/', 'net-print/cups-1.3.7-r1', 'merge') (hard)
('ebuild', '/', 'virtual/ghostscript-0', 'merge') depends on
   ('ebuild', '/', 'app-text/ghostscript-gpl-8.62', 'merge') (medium)

!!! Note that circular dependencies can often be avoided by temporarily
!!! disabling USE flags that trigger optional dependencies.


Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
(chroot) ubuntu grub # emerge wpa_supplicant
Calculating dependencies... done!
[nomerge  ] net-wireless/wpa_supplicant-0.5.7  USE="dbus qt3 qt4 readline ssl -gnutls -gsm -madwifi" 
[nomerge  ]  x11-libs/qt-4.3.3  USE="accessibility cups dbus gif jpeg opengl png qt3support ssl tiff zlib -debug -doc -examples -firebird -glib -mng -mysql -nas -nis -odbc -pch -postgres -sqlite -sqlite3 -xinerama" INPUT_DEVICES="-wacom" 
[nomerge  ]   net-print/cups-1.3.7-r1  USE="X acl dbus jpeg kerberos ldap nls pam perl png ppds python ssl tiff -avahi -java -php -samba -slp -static -zeroconf" LINGUAS="de -en -es -et -fr -he -it -ja -pl -sv -zh_TW" 
[ebuild  N]x11-misc/xdg-utils-1.0.2-r1  USE="-doc" 
[ebuild  N] dev-util/desktop-file-utils-0.15  USE="-emacs" 
[nomerge  ] x11-misc/xdg-utils-1.0.2-r1  USE="-doc" 
[nomerge  ]  x11-misc/shared-mime-info-0.30  
[nomerge  ]   dev-libs/glib-2.16.3-r1  USE="fam -debug -doc -hardened (-selinux) -xattr" 
[ebuild  N]app-admin/gamin-0.1.9-r1  USE="python -debug" 
[ebuild  N]  x11-misc/shared-mime-info-0.30  
[ebuild  N]   dev-libs/glib-2.16.3-r1  USE="fam -debug -doc -hardened (-selinux) -xattr" 
[nomerge  ] net-print/foomatic-filters-3.0.20060720  USE="cups" 
[nomerge  ]  net-print/cups-1.3.7-r1  USE="X acl dbus jpeg kerberos ldap nls pam perl png ppds python ssl tiff -avahi -java -php -samba -slp -static -zeroconf" LINGUAS="de -en -es -et -fr -he -it -ja -pl -sv -zh_TW" 
[ebuild  N]   net-print/foomatic-filters-ppds-20070501  
[ebuild  N]net-print/foomatic-filters-3.0.20060720  USE="cups" 
[ebuild  N] virtual/ghostscript-0  
[ebuild  N]  app-text/ghostscript-gpl-8.62  USE="X cups -bindist -cjk -djvu -gtk -jpeg2k" 
[ebuild  N]   net-print/cups-1.3.7-r1  USE="X acl dbus jpeg kerberos ldap nls pam perl png ppds python ssl tiff -avahi -java -php -samba -slp -static -zeroconf" LINGUAS="de -en -es -et -fr -he -it -ja -pl -sv -zh_TW" 
!!! Error: circular dependencies:

('ebuild', '/', 'dev-libs/glib-2.16.3-r1', 'merge') depends on
   ('ebuild', '/', 'app-admin/gamin-0.1.9-r1', 'merge') (hard)
('ebuild', '/', 'app-admin/gamin-0.1.9-r1', 'merge') depends on
   ('ebuild', '/', 'dev-libs/glib-2.16.3-r1', 'merge') (hard)
('ebuild', '/', 'net-print/foomatic-filters-3.0.20060720', 'merge') depends on
   ('ebuild', '/', 'net-print/cups-1.3.7-r1', 'merge') (hard)
   ('ebuild', '/', 'virtual/ghostscript-0', 'merge') (hard)
   ('ebuild', '/', 'app-text/ghostscript-gpl-8.62', 'merge') (hard)
('ebuild', '/', 'net-print/foomatic-filters-ppds-20070501', 'merge') depends on
   ('ebuild', '/', 'net-print/foomatic-filters-3.0.20060720', 'merge') (medium)
('ebuild', '/', 'x11-misc/shared-mime-info-0.30', 'merge') depends on
   ('ebuild', '/', 'dev-libs/glib-2.16.3-r1', 'merge') (hard)
('ebuild', '/', 'net-print/cups-1.3.7-r1', 'merge') depends on
   ('ebuild', '/', 'net-print/foomatic-filters-ppds-20070501', 'merge') (medium-soft)
   ('ebuild', '/', 'app-text/ghostscript-gpl-8.62', 'merge') (medium-soft)
   ('ebuild', '/', 'virtual/ghostscript-0', 'merge') (medium-soft)
   ('ebuild', '/', 'x11-misc/xdg-utils-1.0.2-r1', 'merge') (medium)
('ebuild', '/', 'dev-util/desktop-file-utils-0.15', 'merge') depends on
   ('ebuild', '/', 'dev-libs/glib-2.16.3-r1', 'merge') (hard)
('ebuild', '/', 'x11-misc/xdg-utils-1.0.2-r1', 'merge') depends on
   ('ebuild', '/', 'x11-misc/shared-mime-info-0.30', 'merge') (medium)
   ('ebuild', '/', 'dev-util/desktop-file-utils-0.15', 'merge') (medium-soft)
('ebuild', '/', 'app-text/ghostscript-gpl-8.62', 'merge') depends on
   ('ebuild', '/', 'net-print/cups-1.3.7-r1', 'merge') (hard)
('ebuild', '/', 'virtual/ghostscript-0', 'merge') depends on
   ('ebuild', '/', 'app-text/ghostscript-gpl-8.62', 'merge') (medium)

!!! Note that circular dependencies can often be avoided by temporarily
!!! disabling USE flags that trigger optional dependencies.


Leider ist mir hier unklar woran dass liegen kann weil ich bislang nie derartige probleme hatte! Eigentlich sollte er doch die Abhängigkeiten selbstständig auflösen oder? ?( Als Profil und USE FLAGS verwende ich:

Quellcode

1
2
default/linux/x86/2008.0/desktop
USE="qt3 qt4 kde X dvdr cdr -gtk -gnome alsa arts gif jpeg png icq"


2. Ach und wie kann ich die Video-Einstellungen beim booten mit der gentoo CD auslesen damit ich nach der installation die selbe Schriftgröße erhalte. Habe bereits in der grub.conf/menu.lst mehrere Einstellungen ausprobiert aber noch nicht das selbe Ergebnis erhalten :huh:

Vielen Danke für die immer SEHR kompetente Hilfe :thumbsup:

PS: Weiß vielleicht jemand zufällig wann KDE4 in den stable tree übernommen wird?

Grüße, dragoon

Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »dragoon« (07.08.2008, 16:12)


2

01.08.2008, 13:16

So nochmal ich :)

Wollte ausprobieren ob ein

Quellcode

1
emerge -avuDN world

hilft nur leider erhalte ich dabei wiederum folgenden Fehler (hoffe ich poste nicht zu viel code):

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
2008-08-01 15:05:10 (95.3 KB/s) - `/usr/portage/distfiles/udev-119.tar.bz2' saved [201836]

 * checking ebuild checksums ;-) ...                                                                                                               	[ ok ]
 * checking auxfile checksums ;-) ...                                                                                                              	[ ok ]
 * checking miscfile checksums ;-) ...                                                                                                             	[ ok ]
 * checking udev-119.tar.bz2 ;-) ...                                                                                                               	[ ok ]
>>> Unpacking source...
>>> Unpacking udev-119.tar.bz2 to /var/tmp/portage/sys-fs/udev-119/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/sys-fs/udev-119/work/udev-119 ...
/usr/bin/i686-pc-linux-gnu-ar
  GENHDR   udev_version.h
  CC   	udev_device.o
make: i686-pc-linux-gnu-gcc: Command not found
make: *** [udev_device.o] Error 127
 * 
 * ERROR: sys-fs/udev-119 failed.
 * Call stack:
 *           	ebuild.sh, line   49:  Called src_compile
 *         	environment, line 2739:  Called die
 * The specific snippet of code:
 *   	emake EXTRAS="${extras}" libudevdir=${udev_helper_dir} CROSS_COMPILE=${mycross} OPTFLAGS="" ${myconf} || die "compiling udev failed"
 *  The die message:
 *   compiling udev failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/sys-fs/udev-119/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-fs/udev-119/temp/environment'.
 * 

 * Messages for package sys-libs/com_err-1.40.9:

 * PLEASE PLEASE take note of this
 * Please make *sure* to run revdep-rebuild now.
 * Certain things on your system may have linked against a different
 * version of com_err -- those things need to be recompiled.
 * Sorry for the inconvenience

 * Messages for package app-editors/nano-2.1.2-r1:

 * More helpful info about nano, visit the GDP page:
 * http://www.gentoo.org/doc/en/nano-basics-guide.xml

 * Messages for package sys-apps/coreutils-6.10-r2:

 * Make sure you run 'hash -r' in your active shells.

 * Messages for package app-crypt/mit-krb5-1.6.3-r1:

 * See /usr/share/doc/mit-krb5-1.6.3-r1/html/krb5-admin.html for documentation.

 * Messages for package net-misc/rsync-3.0.2:

 * The rsyncd.conf file has been moved for you to /etc/rsyncd.conf
 * Please make sure you do NOT disable the rsync server running
 * in a chroot.  Please check /etc/rsyncd.conf and make sure
 * it says: use chroot = yes

 * Messages for package dev-libs/openssl-0.9.8g-r2:

 * Due to the way openssl is architected, you cannot
 * switch between optimized versions without breaking
 * ABI.  The default i686 0.9.8 ABI was an unoptimized
 * version with horrible performance.  This version uses
 * the optimized ABI.  If you experience segfaults when
 * using ssl apps (like openssh), just re-emerge the
 * offending package.

 * Messages for package dev-lang/python-2.5.2-r6:

 * 
 * If you have just upgraded from an older version of python you will
 * need to run:
 * 
 * /usr/sbin/python-updater
 * 
 * This will automatically rebuild all the python dependent modules
 * to run with python-2.5.
 * 
 * Your original Python is still installed and can be accessed via
 * /usr/bin/python2.x.
 * 

 * Messages for package net-nds/openldap-2.3.43:

 * 
 * Getting started using OpenLDAP? There is some documentation available:
 * Gentoo Guide to OpenLDAP Authentication
 * (http://www.gentoo.org/doc/en/ldap-howto.xml)
 * 
 * 
 * An example file for tuning BDB backends with openldap is:
 * /usr/share/doc/openldap-2.3.43/DB_CONFIG.fast.example.gz
 * 

 * Messages for package net-misc/wget-1.11.1:

 * The /etc/wget/wgetrc file has been relocated to /etc/wgetrc

 * Messages for package sys-fs/udev-119:

 * 
 * ERROR: sys-fs/udev-119 failed.
 * Call stack:
 *           	ebuild.sh, line   49:  Called src_compile
 *         	environment, line 2739:  Called die
 * The specific snippet of code:
 *   	emake EXTRAS="${extras}" libudevdir=${udev_helper_dir} CROSS_COMPILE=${mycross} OPTFLAGS="" ${myconf} || die "compiling udev failed"
 *  The die message:
 *   compiling udev failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/sys-fs/udev-119/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-fs/udev-119/temp/environment'.
 * 
 * Regenerating GNU info directory index...
 * Processed 90 info files.
 * IMPORTANT: 4 config files in '/etc' need updating.
 * See the CONFIGURATION FILES section of the emerge
 * man page to learn how to update config files.


Weiß jetzt nicht wirklich weiter warum beim compilen von udev ein Fehler kommt???

Dank im voraus :thumbsup:

Ciao, dragoon

3

01.08.2008, 14:40

Problem mit udev hat sich erledigt! Hatte den falschen compiler!!!

Quellcode

1
2
gcc-config -l
emerge gcc

hat das Problem gelöst :)

4

01.08.2008, 18:14

Das Problem mit glib und gamin lässt sich einfach lösen:

Quellcode

1
2
USE="-fam -python" emerge -va1 glib gamin
emerge -va1 glib gamin


Wie ich hier vor kurzem schon erklärt habe:
[gelöst] X.org Installation
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

5

07.08.2008, 16:11

Danke maggu2810!!!

Hat das Problem gelöst! Tschuldigung dass ich den Thread nicht selber entdeckt habe.

Cu, dragoon :thumbsup:

6

07.08.2008, 20:05

Tja, man lernt nie aus. Das nächstemal weißt ja, wie sowas in der Richtung

Quellcode

1
2
3
4
('ebuild', '/', 'dev-libs/glib-2.16.3-r1', 'merge') depends on
   ('ebuild', '/', 'app-admin/gamin-0.1.9-r1', 'merge') (hard)
('ebuild', '/', 'app-admin/gamin-0.1.9-r1', 'merge') depends on
   ('ebuild', '/', 'dev-libs/glib-2.16.3-r1', 'merge') (hard)

zu deuten ist.
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.