Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
What now?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
dragos240
Apprentice
Apprentice


Joined: 19 Apr 2009
Posts: 252

PostPosted: Wed Dec 30, 2009 2:15 pm    Post subject: Reply with quote

d2_racing wrote:
That's not the emerge --info

Can you post this :

Code:

# emerge --info


I want something like this :

Code:

# emerge --info
Portage 2.1.6.13 (default/linux/amd64/10.0/desktop, gcc-4.3.4, glibc-2.9_p20081201-r2, 2.6.31-gentoo-r6 x86_64)
=================================================================
System uname: Linux-2.6.31-gentoo-r6-x86_64-Intel-R-_Core-TM-2_Quad_CPU_Q9550_@_2.83GHz-with-gentoo-1.12.13
Timestamp of tree: Wed, 30 Dec 2009 12:15:03 +0000
app-shells/bash:     4.0_p35
dev-java/java-config: 2.1.9-r2
dev-lang/python:     2.6.4
dev-util/cmake:      2.6.4-r3
sys-apps/baselayout: 1.12.13
sys-apps/sandbox:    1.6-r2
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6b
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=native -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -march=native -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="fr_CA.UTF-8"
LDFLAGS="-Wl,-O1"
LINGUAS="fr"
MAKEOPTS="-j5 -l5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
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.ca.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa amd64 apache2 berkdb bluetooth branding bzip2 cairo cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr eds emboss encode evo fam flac fortran gdbm gif gpm gstreamer gtk hal iconv ipv6 jpeg kde ldap libnotify mad mikmod mmx mng modules mp3 mp4 mpeg mudflap multilib mysql mysqli ncurses nls nptl nptlonly ogg opengl openmp pam pcre pdf perl png ppds pppd python qt3support qt4 quicktime readline reflection sdl session simplexml spell spl sse sse2 ssl startup-notification svg sysfs tcpd thunar tiff truetype unicode usb userlocales vorbis x264 xcomposite xml xorg xulrunner xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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 authn_alias authn_anon 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 deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif 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" LINGUAS="fr" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="vesa nvidia"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY


Sorry. I uploaded the wrong thing. Here ya go:
http://pastebin.com/d4e9b7f07
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: Wed Dec 30, 2009 3:15 pm    Post subject: Reply with quote

Hi, did you change your profile during your installation process ?

Because, I think that the best solution right now is to do that.

Change your /etc/make.conf so that you have only this :

Code:

CFLAGS="-O2 -march=native -pipe"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
USE="-kde -qt3support -qt4 -xfce gnome"
LINGUAS="en"
INPUT_DEVICES="keyboard mouse evdev"
VIDEO_CARDS="vesa nvidia"


After that, run this :

Code:

# emerge -ev world


This will recompile your installation with your new cflags and your opengl problem will be gone I think.
Back to top
View user's profile Send private message
dragos240
Apprentice
Apprentice


Joined: 19 Apr 2009
Posts: 252

PostPosted: Wed Dec 30, 2009 3:39 pm    Post subject: Reply with quote

d2_racing wrote:
Hi, did you change your profile during your installation process ?

Because, I think that the best solution right now is to do that.

Change your /etc/make.conf so that you have only this :

Code:

CFLAGS="-O2 -march=native -pipe"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
USE="-kde -qt3support -qt4 -xfce gnome"
LINGUAS="en"
INPUT_DEVICES="keyboard mouse evdev"
VIDEO_CARDS="vesa nvidia"


After that, run this :

Code:

# emerge -ev world


This will recompile your installation with your new cflags and your opengl problem will be gone I think.


Alright. I changed my prfile to 1 instead of 2, and in make.conf I changed everything. But I kept the mirrors.
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: Wed Dec 30, 2009 4:57 pm    Post subject: Reply with quote

Hi, you still need to use the desktop profile.

Can you post this :

Code:

# eselect profile list
Back to top
View user's profile Send private message
dragos240
Apprentice
Apprentice


Joined: 19 Apr 2009
Posts: 252

PostPosted: Fri Jan 01, 2010 2:17 am    Post subject: Reply with quote

d2_racing wrote:
Hi, you still need to use the desktop profile.

Can you post this :

Code:

# eselect profile list


Okay, sure. I changed my profile to 2, so it's now desktop.:
http://pastebin.com/d3b583ee6
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: Fri Jan 01, 2010 2:09 pm    Post subject: Reply with quote

Ok, now since you changed your cflags and all the rest, you need to run this :

Code:

# emerge -e world


After that, you will need to post this :

Code:

# emerge --info
# rc-update show


And install this :

Code:

# emerge -av eix gentoolkit portage-utils
Back to top
View user's profile Send private message
dragos240
Apprentice
Apprentice


Joined: 19 Apr 2009
Posts: 252

PostPosted: Sat Jan 02, 2010 6:10 pm    Post subject: Reply with quote

d2_racing wrote:
Ok, now since you changed your cflags and all the rest, you need to run this :

Code:

# emerge -e world


After that, you will need to post this :

Code:

# emerge --info
# rc-update show


And install this :

Code:

# emerge -av eix gentoolkit portage-utils


Alright. It's emerging everything. That'll take a while. In the meantime I will post those.

emerge --info:
http://pastebin.com/d3249de01
rc-update show:
http://pastebin.com/d7c46c8e4

Also when I boot up, net.eth0 starts, even though it's not shown in rc-update. I use wlan0 not eth0, so this is a pain. X was still not compiling, but hopefully after this update it will. Thanks.
Back to top
View user's profile Send private message
dragos240
Apprentice
Apprentice


Joined: 19 Apr 2009
Posts: 252

PostPosted: Sat Jan 02, 2010 6:17 pm    Post subject: Reply with quote

Also, emerge -e world failed. An xorg package had "file collisions". I think while installing some programs in the past, some xorg programs were installed. I did not have -X inside my use tags. There are Xorg packages on my system that I think may be causing these issues with installing Xorg.
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: Sat Jan 02, 2010 10:05 pm    Post subject: Reply with quote

Ok, can you post this :

Code:

# emerge -auDNv world
# emerge -av xorg-server
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 Previous  1, 2
Page 2 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