Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Which profile to use??
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Sat Nov 22, 2008 8:33 pm    Post subject: Which profile to use?? Reply with quote

I recently noticed that when I run "eselect profile list", i dont see a profile that is being used. Normally, I see a profile with an * next to it which tells me that said profile is being used. My question, is which one should I be using? Any advantages/disadvantages in using the latest one? thanks in advance

eselect profile list

Available profile symlink targets:
[1] default-linux/amd64/2007.0
[2] default-linux/amd64/2007.0/desktop
[3] default-linux/amd64/2007.0/no-multilib
[4] default-linux/amd64/2007.0/server
[5] hardened/amd64
[6] hardened/amd64/multilib
[7] selinux/2007.0/amd64
[8] selinux/2007.0/amd64/hardened
[9] default/linux/amd64/2008.0
[10] default/linux/amd64/2008.0/desktop
[11] default/linux/amd64/2008.0/developer
[12] default/linux/amd64/2008.0/no-multilib
[13] default/linux/amd64/2008.0/server
[14] hardened/linux/amd64
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Sat Nov 22, 2008 9:08 pm    Post subject: Reply with quote

if you don't know, then i would say 10
-> nomultilib is a bad choice imo
-> 2007, well, why use one that will be drop soon or later
-> hardened, a kinda specific use, and if you don't know witch one to use, then must not be the one for you
-> server/developper well, kinda same as hardened but less impact imo

so remain 9 & 10, and i choose 10.

Profile define some default tools/apps that your gentoo will consider vitals for you to have, must be the ones in system: gcc, glibc... some blacklist, some depend on arch...
if gentoo progs for example decide that 2008 will support dhcp, they put dhcpcd in the profile and your gentoo will build it (even you don't need/use it) as a default tool to have.

edit: i forget selinux, but as hardened...
Back to top
View user's profile Send private message
Sadako
Advocate
Advocate


Joined: 05 Aug 2004
Posts: 3792
Location: sleeping in the bathtub

PostPosted: Sat Nov 22, 2008 9:15 pm    Post subject: Reply with quote

If you don't currently have a profile selected then portage should be completely freaking out...

What does `ls -l /etc/make.profile` return?

Anyways, I agree with krinn for the most part, only I avoid the desktop profiles, as generally the only difference is a crapload of more USE flags enabled by default, and I prefer to just enable the ones I want rather than disabling those I don't, so I'd go with 9.

If you were using or needed no-multilib, hardened, or selinux, you would undoubtably know about it anyways.
_________________
"You have to invite me in"
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Sat Nov 22, 2008 9:18 pm    Post subject: Reply with quote

Thanks for the replies....

here is the output

ls -l /etc/make.profile
lrwxrwxrwx 1 root root 59 Jan 29 2007 /etc/make.profile -> ..//usr/portage/profiles/default-linux/amd64/2006.1/desktop


wow...i think it is time to upate my profile selection.
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
NathanZachary
Moderator
Moderator


Joined: 30 Jan 2007
Posts: 2605

PostPosted: Sun Nov 23, 2008 12:03 am    Post subject: Reply with quote

When you change your profile, you should probably do an emerge -avuDN world to start taking advantage of the new USE flags. The profile update will set different USE flags, so things will need to be recompiled.
_________________
“Truth, like infinity, is to be forever approached but never reached.” --Jean Ayres (1972)
---avatar cropped from =AimanStudio---
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Sun Nov 23, 2008 12:54 pm    Post subject: Reply with quote

thanks to the tip kalos,

one last question, how do i switch profiles? thanks in advance.
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
szczerb
Veteran
Veteran


Joined: 24 Feb 2007
Posts: 1709
Location: Poland => Lodz

PostPosted: Sun Nov 23, 2008 12:59 pm    Post subject: Reply with quote

'eselect profile set number'
Back to top
View user's profile Send private message
notHerbert
Advocate
Advocate


Joined: 11 Mar 2008
Posts: 2228
Location: 45N 73W

PostPosted: Sun Nov 23, 2008 2:12 pm    Post subject: Reply with quote

Just for the record, these are the commands you need to run (example: for a desktop profile)
Code:
eselect profile set 10
emerge -uDNav world
emerge --depclean -av
revdep-rebuild -- --ask
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Sun Nov 23, 2008 2:24 pm    Post subject: Reply with quote

i have changed my profile and proceeded to do an system upgrade. however, i couldnt get too far. here are the errors im getting:

emerge -uDNav world

These are the packages that would be merged, in order:

Calculating world dependencies \
!!! All ebuilds that could satisfy "~x11-wm/emerald-0.7.8" have been masked.
!!! One of the following masked packages is required to complete your request:
- x11-wm/emerald-0.7.8 (masked by: EAPI 2)

The current version of portage supports EAPI '1'. You must upgrade to a
newer version of portage before EAPI masked packages can be installed.

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
(dependency required by "x11-wm/compiz-fusion-0.7.8" [ebuild])



!!! Problem resolving dependencies for x11-wm/compiz-fusion
!!! Depgraph creation failed.

it looks like i need to update portage since it is complaining about it....do i simply run "emerge portage"...? thanks in advance.
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
padoor
Advocate
Advocate


Joined: 30 Dec 2005
Posts: 4185
Location: india

PostPosted: Sun Nov 23, 2008 2:28 pm    Post subject: Reply with quote

please be careful when you run depclean.
have look twicw before removing the packages it says going to remove.
gcc will be removed if you dont look. protect your current gcc before running depclean.
you can do it as a last resort.
do rest of the things notHerbert has suggested.
you have very old profile. you change to latest profile/desktop
lot of emerge waiting :)
edit:
emerge --sync
emerge portage
emerge -DuNav world
_________________
reach out a little bit more to catch it (DON'T BELIEVE the advocate part under my user name)
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Sun Nov 23, 2008 2:40 pm    Post subject: Reply with quote

i just ran emerge portage and everything went fine, yet it is still complaining that I should upgrade portage. any advise....


emerge -DuNav world

These are the packages that would be merged, in order:

Calculating world dependencies \
!!! All ebuilds that could satisfy "~x11-wm/emerald-0.7.8" have been masked.
!!! One of the following masked packages is required to complete your request:
- x11-wm/emerald-0.7.8 (masked by: EAPI 2)

The current version of portage supports EAPI '1'. You must upgrade to a
newer version of portage before EAPI masked packages can be installed.

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
(dependency required by "x11-wm/compiz-fusion-0.7.8" [ebuild])



!!! Problem resolving dependencies for x11-wm/compiz-fusion
!!! Depgraph creation failed.
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
notHerbert
Advocate
Advocate


Joined: 11 Mar 2008
Posts: 2228
Location: 45N 73W

PostPosted: Sun Nov 23, 2008 2:47 pm    Post subject: Reply with quote

You can keyword emerald
Code:
echo "x11-wm/emerald ~amd64" >> /etc/portage/package.keywords


Ditto for compiz-fusion. :P
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Sun Nov 23, 2008 2:51 pm    Post subject: Reply with quote

notherbert,

did what you suggested and still getting the same error message.

i dont understand why it keep complaining about updating portage when i just did it

"The current version of portage supports EAPI '1'. You must upgrade to a
newer version of portage before EAPI masked packages can be installed."

any suggestions...?
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
notHerbert
Advocate
Advocate


Joined: 11 Mar 2008
Posts: 2228
Location: 45N 73W

PostPosted: Sun Nov 23, 2008 3:04 pm    Post subject: Reply with quote

Try just updating your system first
Code:
emerge -uDN system
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Sun Nov 23, 2008 4:09 pm    Post subject: Reply with quote

emerge -uDN system
Calculating system dependencies... done!
[ebuild U ] sys-libs/timezone-data-2008g-r1 [2008e]
[ebuild R ] sys-devel/bc-1.06.95 USE="static*"
[ebuild U ] sys-apps/man-1.6f-r2 [1.6f-r1]
[ebuild U ] sys-apps/findutils-4.4.0 [4.3.13]
[ebuild U ] app-editors/nano-2.1.5 [2.1.2-r1]
[ebuild U ] sys-apps/gawk-3.1.6 [3.1.5-r5]
[ebuild U ] sys-apps/man-pages-3.12 [3.08]
[ebuild R ] sys-devel/gcc-4.1.2 USE="(multilib*)"
[ebuild R ] sys-libs/glibc-2.6.1 USE="(multilib*)"
[ebuild U ] dev-libs/openssl-0.9.8h-r1 [0.9.8g-r2]
[ebuild R ] dev-lang/python-2.5.2-r7 USE="(-bootstrap%)"
[ebuild R ] net-nds/openldap-2.3.43 USE="minimal*"
[ebuild R ] net-misc/wget-1.11.1 USE="static*"
[ebuild U ] dev-libs/libxml2-2.7.2-r1 [2.6.32]
[ebuild U ] net-misc/openssh-5.1_p1-r1 [4.7_p1-r6] USE="static*"
[ebuild U ] sys-fs/e2fsprogs-1.41.2 [1.40.9]
[ebuild N ] sys-libs/e2fsprogs-libs-1.41.2 USE="nls"
[ebuild U ] app-crypt/mit-krb5-1.6.3-r4 [1.6.3-r1]
[blocks B ] sys-libs/ss (is blocking sys-libs/e2fsprogs-libs-1.41.2)
[blocks B ] sys-libs/com_err (is blocking sys-libs/e2fsprogs-libs-1.41.2)
[blocks B ] <sys-fs/e2fsprogs-1.41 (is blocking sys-libs/e2fsprogs-libs-1.41.2)
[blocks B ] sys-libs/e2fsprogs-libs (is blocking sys-libs/ss-1.40.9, sys-libs/com_err-1.40.9)

* Error: The above package list contains packages which cannot be
* installed at the same time on the same system.

For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked

do i need to unmerge e2fsprogs-libs-1.41.2???
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
zyko
l33t
l33t


Joined: 01 Jun 2008
Posts: 620
Location: Munich, Germany

PostPosted: Sun Nov 23, 2008 4:28 pm    Post subject: Reply with quote

Quote:
i dont understand why it keep complaining about updating portage when i just did it


Compiz-fusion needs the most recent unstable version of portage (currently 2.2_rc15). Portage-2.2 features the missing "EAPI 2" from your error message.

Quote:
do i need to unmerge e2fsprogs-libs-1.41.2???


If you decide to upgrade to portage-2.2, it will probably handle this blocker automatically, at least it did so on my system. Either way, this specific blocker is tricky. You must run "emerge -fuND world" before dealing with it. This will download the sources first and put you out of any danger. You can read up on the specifics of this blocker on the forums or on bugzilla, a lot has been posted ;)
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Sun Nov 23, 2008 4:30 pm    Post subject: Reply with quote

Hi, you have the e2fsprogs problem.

You need to do this :

Code:

[blocks B ] sys-libs/ss (is blocking sys-libs/e2fsprogs-libs-1.41.2)
[blocks B ] sys-libs/com_err (is blocking sys-libs/e2fsprogs-libs-1.41.2)
[blocks B ] <sys-fs/e2fsprogs-1.41 (is blocking sys-libs/e2fsprogs-libs-1.41.2)
[blocks B ] sys-libs/e2fsprogs-libs (is blocking sys-libs/ss-1.40.9, sys-libs/com_err-1.40.9)


Code:

# emerge -fuDNv system
# emerge -C ss com_err e2fsprogs e2fsprogs-libs
# emerge -uDNv system
Back to top
View user's profile Send private message
notHerbert
Advocate
Advocate


Joined: 11 Mar 2008
Posts: 2228
Location: 45N 73W

PostPosted: Sun Nov 23, 2008 4:43 pm    Post subject: Reply with quote

To get the latest portage do this
Code:
echo "sys-apps/portage ~amd64" >> /etc/portage/package.keywords
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Sun Nov 23, 2008 5:03 pm    Post subject: Reply with quote

everything seem to be going fine until it crashed emerging wget:

checking for mbtowc... yes
checking for struct utimbuf... yes
checking for socklen_t... socklen_t
checking for working fnmatch.h... yes
checking for nanosleep... yes
checking for clock_gettime... no
checking for clock_gettime in -lrt... yes
checking for gethostbyname... yes
checking for inet_ntoa... yes
checking for socket in -lsocket... no
checking for getopt_long... yes
checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for dlopen in -ldl... yes
checking for libssl... no
configure: error: --with-ssl was given, but SSL is not available.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/net-misc/wget-1.11.1/work/wget-1.11.1/config.log
*
* ERROR: net-misc/wget-1.11.1 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 2447: Called econf 'src_compile' 'src_compile' '--with-ssl' '--enable-opie' '--enable-digest' '--enable-ipv6' '--enable-nls'
* ebuild.sh, line 519: Called die
* The specific snippet of code:
* die "econf failed"
* The die message:
* econf 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/net-misc/wget-1.11.1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-misc/wget-1.11.1/temp/environment'.
*

* Messages for package sys-libs/timezone-data-2008g-r1:

* You do not have TIMEZONE set in /etc/conf.d/clock.
* Skipping auto-update of /etc/localtime.

* Messages for package app-editors/nano-2.1.5:

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

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

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

* Messages for package dev-libs/openssl-0.9.8h-r1:

* Old versions of installed libraries were detected on your system.
* In order to avoid breaking packages that depend on these old libs,
* the libraries are not being removed. You need to run revdep-rebuild
* in order to remove these old dependencies. If you do not have this
* helper program, simply emerge the 'gentoolkit' package.
*
* # revdep-rebuild --library libcrypto.so.0.9.7
* # revdep-rebuild --library libssl.so.0.9.7
*
* Once you've finished running revdep-rebuild, it should be safe to
* delete the old libraries. Here is a copy & paste for the lazy:
* # rm '/usr/lib64/libcrypto.so.0.9.6'
* # rm '/usr/lib64/libcrypto.so.0.9.7'
* # rm '/usr/lib64/libssl.so.0.9.6'
* # rm '/usr/lib64/libssl.so.0.9.7'

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

*
* 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-misc/wget-1.11.1:

*
* ERROR: net-misc/wget-1.11.1 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 2447: Called econf 'src_compile' 'src_compile' '--with-ssl' '--enable-opie' '--enable-digest' '--enable-ipv6' '--enable-nls'
* ebuild.sh, line 519: Called die
* The specific snippet of code:
* die "econf failed"
* The die message:
* econf 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/net-misc/wget-1.11.1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-misc/wget-1.11.1/temp/environment'.
*
* Regenerating GNU info directory index...
* Processed 170 info files.
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Sun Nov 23, 2008 7:02 pm    Post subject: Reply with quote

ok, i went ahead and ran "emerge --skip-first resume" and everything went ok until the last ebuild. here is the error message:


//usr/lib64/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load':
(.text+0x5c2): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lgssapi_krb5
collect2: ld returned 1 exit status
usr/lib64/libcrypto.a(dso_dlfcn.o): make: *** [ssh] Error 1
make: *** Waiting for unfinished jobs....
In function `dlfcn_load':
(.text+0x5c2): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lgssapi_krb5
collect2: ld returned 1 exit status
make: *** [sshd] Error 1
*
* ERROR: net-misc/openssh-5.1_p1-r1 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 3174: Called die
* The specific snippet of code:
* emake || die "compile problem"
* The die message:
* compile problem
*
* 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/net-misc/openssh-5.1_p1-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-misc/openssh-5.1_p1-r1/temp/environment'.
*

* Messages for package sys-devel/gcc-4.1.2:

* If you have issues with packages unable to locate libstdc++.la,
* then try running 'fix_libtool_files.sh' on the old gcc versions.

* Messages for package sys-libs/glibc-2.6.1:

* Generating all locales; edit /etc/locale.gen to save time/space

* 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/openssh-5.1_p1-r1:

*
* ERROR: net-misc/openssh-5.1_p1-r1 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 3174: Called die
* The specific snippet of code:
* emake || die "compile problem"
* The die message:
* compile problem
*
* 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/net-misc/openssh-5.1_p1-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-misc/openssh-5.1_p1-r1/temp/environment'.
*
* Disabling pam support becuse of static flag
* GNU info directory index is up-to-date.
* IMPORTANT: 58 config files in '/etc' need updating.
* IMPORTANT: 4 config files in '/usr/kde/3.5/share/config' need updating.
* IMPORTANT: 3 config files in '/var/bind' need updating.
* See the CONFIGURATION FILES section of the emerge
* man page to learn how to update config files.

it looks like it couldnt find a specific ebuild "d: cannot find -lgssapi_krb5
collect2: ld returned 1 exit status
make: *** [sshd] Error 1"???? other than this error, i believe that all these commands executed well:

emerge -fuDNv system
# emerge -C ss com_err e2fsprogs e2fsprogs-libs
# emerge -uDNv system
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
notHerbert
Advocate
Advocate


Joined: 11 Mar 2008
Posts: 2228
Location: 45N 73W

PostPosted: Sun Nov 23, 2008 7:26 pm    Post subject: Reply with quote

Post your emerge --info

and run emerge -e system

8)
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Sun Nov 23, 2008 7:33 pm    Post subject: Reply with quote

ok, i found a thread that dealt with the same issue, and now openssh has merged successfully. im trying to run emerge world and now im encountering the following errors:

emerge -DuNav world

These are the packages that would be merged, in order:

Calculating world dependencies |
!!! All ebuilds that could satisfy ">=app-admin/eselect-news-20071201" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-admin/eselect-news-20080320 (masked by: ~amd64 keyword)
- app-admin/eselect-news-20071201 (masked by: ~amd64 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
(dependency required by "sys-apps/portage-2.2_rc15" [ebuild])



!!! Problem resolving dependencies for sys-apps/man-pages
!!! Depgraph creation failed.
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
notHerbert
Advocate
Advocate


Joined: 11 Mar 2008
Posts: 2228
Location: 45N 73W

PostPosted: Sun Nov 23, 2008 7:59 pm    Post subject: Reply with quote

Please post your emerge --info :P
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Sun Nov 23, 2008 9:04 pm    Post subject: Reply with quote

sorry for the delay,, here you go:

emerge --info
Portage 2.1.4.5 (default/linux/amd64/2008.0/desktop, gcc-4.1.2, glibc-2.6.1-r0, 2.6.20-gentoo-r8 x86_64)
=================================================================
System uname: 2.6.20-gentoo-r8 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Timestamp of tree: Sun, 23 Nov 2008 13:37:04 +0000
app-shells/bash: 3.2_p33
dev-java/java-config: 1.3.7, 2.1.6
dev-lang/python: 2.5.2-r7
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox: 1.2.18.1-r2
sys-devel/autoconf: 2.13, 2.61-r2
sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils: 2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool: 1.5.26
virtual/os-headers: 2.6.23-r3
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -msse3 -O2 -pipe"
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/share/config /var/bind"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=athlon64 -msse3 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://ftp.gtlib.gatech.edu/pub/gentoo http://www.gtlib.gatech.edu/pub/gentoo ftp://mirror.iawnet.sandia.gov/pub/gentoo/ ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://gentoo.netnitco.net ftp://gentoo.netnitco.net/pub/mirrors/gentoo/source/ http://open-systems.ufl.edu/mirrors/gentoo http://gentoo.llarian.net/ ftp://gentoo.llarian.net/pub/gentoo http://gentoo.binarycompass.org ftp://mirror.datapipe.net/gentoo http://gentoo.cs.lewisu.edu/gentoo/ http://prometheus.cs.wmich.edu/gentoo http://modzer0.cs.uaf.edu/public/gentoo/ "
LANG="C"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X a52 aac acl acpi alsa amd64 apache2 audio automount avahi avi berkdb bluetooth branding bzip2 cairo cdr cli cracklib crypt cups dbus divx4linux dri dts dv dvd dvdr dvdread eds emboss encode esd evo fam fame firefox fortran gdbm gif glitz gnome gpm gstreamer gtk hal howl iconv imap ipv6 isdnlog jpeg kde kerberos ldap ldapsam libnotify libwww live mad maildir matroska mdnsresponder-compat midi mikmod mmx mmxext mp3 mpeg mudflap multilib ncurses nls nptl nptlonly ogg opengl openmp oss pam pcre pdf perl png postgres ppds pppd python qt qt3 qt3support qt4 quicktime readline reflection sasl sdl session spell spl sse sse2 ssl startup-notification subtitles suexec svg swat sysfs tcpd theora tiff truetype unicode usb vda vorbis winbind xanim xcb xml xorg xv xvid zlib" ALSA_CARDS="emu10k1" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
notHerbert
Advocate
Advocate


Joined: 11 Mar 2008
Posts: 2228
Location: 45N 73W

PostPosted: Sun Nov 23, 2008 10:00 pm    Post subject: Reply with quote

Ok, and if you do emerge -e system do you get errors?

You should probably take a look at /etc/locale.gen. :wink:


Last edited by notHerbert on Sun Nov 23, 2008 10:03 pm; edited 1 time in total
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum