Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
post your make.conf
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, ... 20, 21, 22  Next  
Reply to topic    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  
Author Message
aidanjt
Veteran
Veteran


Joined: 20 Feb 2005
Posts: 1118
Location: Rep. of Ireland

PostPosted: Wed Feb 21, 2007 7:58 pm    Post subject: Reply with quote

Unfortunately you'll have to rebuild your install with an amd64 livecd/stage3 tarball, afaik there's no way to go from x86->amd64 while booted from your x86 enviroment as the CPU is running in x86 legacy mode and doesn't have the sense to switch to x86_64 native mode while in such an enviroment, I could be wrong however, I just wouldn't waste my time trying. Although since the Core2Duo is quicker than shit off a shovel it's no bother to rebuild an amd64 desktop inside a handful of hours.
Back to top
View user's profile Send private message
adekoba
Tux's lil' helper
Tux's lil' helper


Joined: 06 Oct 2006
Posts: 129

PostPosted: Wed Feb 21, 2007 11:08 pm    Post subject: Reply with quote

dark_speedo wrote:
hm. has anyone had any problems with ~x86? i think i might use it soon.


rofl

that didn't work
_________________
website
Back to top
View user's profile Send private message
shickapooka800
Guru
Guru


Joined: 05 Dec 2004
Posts: 304
Location: no

PostPosted: Wed Feb 21, 2007 11:16 pm    Post subject: Reply with quote

I would post mine, but I never change much save for the USE flags.

I have really plain CFLAGS and I use x86_64. After installing from stage3 tarball, I just leave it. call me boring, but I just don't care anymore about CFLAGS and other things.

I do have portage_niceness set to 3 just because I felt like it.
Back to top
View user's profile Send private message
Naib
Watchman
Watchman


Joined: 21 May 2004
Posts: 6050
Location: Removed by Neddy

PostPosted: Wed Feb 21, 2007 11:17 pm    Post subject: Reply with quote

Code:

jrb@Fluid ~ $ cat /etc/make.conf
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-march=nocona -O2 -pipe"# -ggdb"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"

MAKEOPTS="-j3" #-j7 works
ACCEPT_KEYWORDS="~amd64"

USE="
aac accessibility aiglx alsa avahi
cairo cdr
dbus dvd dvdr
firefox
gcc64 glitz gnome gstreamer gtk gtk2
hal
java jpeg
libnotify
mp3
nsplugin nptl nptlonly
opengl
pdf png python
samba spell svg
threads
usb
X"

GENTOO_MIRRORS="ftp://mirrors.blueyonder.co.uk/sites/gentoo
ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo
ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo http://mirror.switch.ch/mirror/gentoo/ ftp://mirror.switch.ch/mirror/gentoo/ ftp://ftp.solnet.ch/mirror/Gentoo http://www.mirror.ac.uk/mirror/www.ibiblio.org/"

LINGUAS="en_GB en uk"
LANGUAGE="44"

INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="nv nvidia vesa"

FEATURES="sandbox ccache parallel-fetch metadata-transfer"
PORTDIR_OVERLAY="/usr/local/portage"
source /usr/portage/local/layman/make.conf

_________________
Quote:
Removed by Chiitoo
Back to top
View user's profile Send private message
Old School
Apprentice
Apprentice


Joined: 20 Nov 2004
Posts: 252
Location: West Bank of the Coast Fork

PostPosted: Thu Feb 22, 2007 1:04 am    Post subject: Reply with quote

Code:
greg@badboy ~ $ cat /etc/make.conf

# File: /etc/make.conf
# Task: Basic configuration for the badboy-optimized toolkit
#
#
#
# Don't edit the following line.
CHOST="i686-pc-linux-gnu"
#
# Edit this line to change your architecture specification
CFLAGS="-march=athlon-xp"
#
# Don't edit the following lines
CFLAGS="${CFLAGS} -O2"
CFLAGS="${CFLAGS} -fomit-frame-pointer"
CFLAGS="${CFLAGS} -pipe"
#
CXXFLAGS="${CFLAGS} -fvisibility-inlines-hidden"
#
LDFLAGS="-Wl,-O1 -Wl,--sort-common -s"
#                               
ACCEPT_KEYWORDS="x86"           
PORTAGE_TMPDIR=/var/tmp         
PORTDIR=/usr/portage           
DISTDIR=${PORTDIR}/distfiles   
PKGDIR=${PORTDIR}/packages     
PORT_LOGDIR=/var/log/portage   
PORTDIR_OVERLAY=/usr/local/portage
PORTAGE_RSYNC_RETRIES="3"       
PORTAGE_NICENESS=3             
AUTOCLEAN="yes"                 
# EMERGE_DEFAULT_OPTS="--ask --verbose"
#                               
# Edit these lines as needed   
FEATURES="ccache distlocks sandbox userpriv usersandbox"
MAKEOPTS="-j2"                 
#                               
GENTOO_MIRRORS="http://gentoo.osuosl.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
CCACHE_SIZE="2G"
#
# Append USE flags as needed.   
USE="3dnow 3dnowext X a52 aac aalib aim alsa apache apache2 -arts audiofile avi \
     berkdb bmp calendar cdb cdparanoia cdr cups directfb dri dts dv dvd dvdr \
     dvdread encode esd fbcon ffmpeg firefox flac foomaticdb ftp gdbm gif gnome \
     gphoto2 gpm gstreamer gtk gtk2 hal icq ieee1394 imlib ipv6 java jpeg -kde \                                                         
     lame libwww live lm_sensors mad mjpeg mmx mmxext mozilla mp3 mpeg mplayer \
     man ncurses nptlonly nsplugin nvidia offensive ogg opengl oscar oss pam pdf \
     perl png ppds python qt quicktime readline real samba sdl session slang \
     spell sse tiff theora tk truetype usb v4l vcd videos vorbis win32codecs \
     wmp xine xml2 xv yahoo zlib"
#
INPUT_DEVICES="keyboard mouse"
#
VIDEO_CARDS="nvidia"
#
ALSA_CARDS="intel8x0"

_________________
www.otw20.com

The further a society drifts from truth, the more it will hate those who speak it.
George Orwell
Back to top
View user's profile Send private message
ttuegel
Apprentice
Apprentice


Joined: 18 Jan 2005
Posts: 176
Location: Illinois, USA

PostPosted: Thu Feb 22, 2007 2:01 am    Post subject: Reply with quote

Code:
CFLAGS="-Os -march=athlon64 -pipe -msse3"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
USE="qt kde dvd alsa cdr nptl glut arts vorbis theora -gstreamer xine \
     flac a52 aac acpi hal dbus dvdread ffmpeg dvdr xvid nsplugin \
     ppds svg cjk immqt-bc -immqt unicode truetype mad bzip2 ogg \
     cegui xml lm_sensors xml2 wmf binfilter curl ldap tetex pdf samba \
     sasl slp -kerberos pam dri dlloader nls bitmap-fonts \
     truetype-fonts type1-fonts -eds ruby subversion cvs iconv ipv6 \
     threads openexr cg x264 v4l v4l2 sse sse2 anthy -qt4 qt3 ipod java \
     -gtk -gnome"
ACCEPT_KEYWORDS="~amd64"
ALSA_CARDS="emu10k1"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/initng-portage"
INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="nvidia"
FEATURES="ccache"
CCACHE_DIR="/var/tmp/ccache"
CCACHE_SIZE="2G"
I_PROMISE_TO_SUPPLY_PATCHES_WITH_BUGS=1
LINGUAS="en"
GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo/ http://gentoo.mirrors.tds.net/gentoo http://mirror.switch.ch/ftp/mirror/gentoo/ "
source /usr/portage/local/layman/make.conf
Back to top
View user's profile Send private message
runningwithscissors
Guru
Guru


Joined: 21 Apr 2006
Posts: 454
Location: the third world

PostPosted: Thu Feb 22, 2007 2:30 am    Post subject: Reply with quote

Rather spartan:
Code:
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=k8 -pipe"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
USE="-hal -nls -ipv6 jpeg gif -gnome nptl nptlonly hardened kdeenablefinal -java png X"
ALSA_CARDS="intel8x0"
DISTDIR="/usr/distfiles"
PORTDIR_OVERLAY="/usr/local/portage"
FEATURES=" distcc noinfo autoconfig distlocks metadata-transfer sandbox sfperms strict ccache loadpolicy parallel-fetch"
CCACHE_SIZE="2G"
CCACHE_DIR="/var/tmp/ccache"
MAKEOPTS="-j2"
VIDEO_CARDS="nvidia"


Last edited by runningwithscissors on Thu Feb 22, 2007 3:58 am; edited 1 time in total
Back to top
View user's profile Send private message
DaNIsH
Apprentice
Apprentice


Joined: 01 Jan 2003
Posts: 197
Location: Melbourne, Australia.

PostPosted: Thu Feb 22, 2007 3:02 am    Post subject: Reply with quote

Code:
USE="   aac acl acpi alsa amr aoss asf audiofile automount bash-completion bitmap-fonts bzip2
   cairo cddb cdparanoia cvs css curl dbus doc divx dv dvd dvdr dvdread fbcon flac gd
   gphoto2 graphviz gtk glitz hal ieee1394 ipod imagemagick java java5 javascript kde
   kdeenablefinal kerberos kdrive lcms ldap md5sum moznopango mp3 mp4 musepack
   musicbrainz mysql mmx mmxext mtp nas network nptl nptlonly nsplugin pdf pic ppds
   p2kmoto qt3support real realmedia rtc samba sftplogging sse sse2 subversion svga
   scanner svg tidy tiff trayicon truetype-fonts type1-fonts usb v4l v4l2 vcd wifi
   win32codecs wmp wmf X xine xinerama xprint xvid oracle xscreensaver zeroconf
   -esd -gnome -oss -xmms"

CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium-m -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"

ACCEPT_KEYWORDS="~x86"

PORTDIR_OVERLAY=/usr/local/portage

GENTOO_MIRRORS="http://ftp.swin.edu.au/gentoo http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
SYNC="rsync://rsync.au.gentoo.org/gentoo-portage"

MAKEOPTS="-j2"
AUTOCLEAN="yes"

VIDEO_CARDS="nvidia fbdev vesa v4l"
ALSA_CARDS="intel8x0"
INPUT_DEVICES="mouse keyboard evdev synaptics"

source /usr/portage/local/layman/make.conf

I like my USE flags :oops:
_________________
Adopt an unanswered post today
Back to top
View user's profile Send private message
baigsabeeh
Guru
Guru


Joined: 28 Sep 2005
Posts: 520
Location: North Brunswick, NJ

PostPosted: Thu Feb 22, 2007 3:48 am    Post subject: Reply with quote

Code:
# Compiler Parameters
CFLAGS="-O3 -march=nocona -msse3 -pipe"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -Wl,--sort-common -s"
CHOST="x86_64-pc-linux-gnu"

# Keywords to accept
ACCEPT_KEYWORDS="~amd64"

# Setup the overlays
#PORTDIR_OVERLAY="/usr/local/portage /usr/local/overlays/pok3d"
source /usr/portage/local/layman/make.conf

# Niceness and features
PORTAGE_NICENESS="10"
FEATURES="parallel-fetch ccache"
PORTAGE_ELOG_CLASSES="warn error log"
PORTAGE_ELOG_SYSTEM="save"

# USE Variable                                                                                                                                                                     
                   
USE="nptlonly unicode"                                                                                                                                                       
USE="${USE} exif dbus hal -kde -qt3 -qt4 -arts X tiff usb pdf aac alsa aoss cdr directfb divx dvd dvdr dvdread firefox foomaticdb gif gtk gtk2 ieee1394 java javascript jpeg jpeg2k
mime mp3 mpeg mpeg2 mplayer nsplugin nvidia png ogg opengl oss quicktime vorbis matroska glitz cairo"

# Multiple Cores/CPUS (uncomment as necessary)
# 1 CPU: two cores
MAKEOPTS="-j3"

# Hardware
INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="i810 vesa"
ALSA_CARDS="intel8x0"
FOO2ZJS_DEVICES="hp1020"

# GCC 4.2.0 Testing
#I_PROMISE_TO_SUPPLY_PATCHES_WITH_BUGS=1


It used to be Conrad one, but I gave that up a while ago.
_________________
BSD > SysV > Linux
BSD FTW!
Back to top
View user's profile Send private message
codergeek42
Bodhisattva
Bodhisattva


Joined: 05 Apr 2004
Posts: 5142
Location: Anaheim, CA (USA)

PostPosted: Thu Feb 22, 2007 5:23 am    Post subject: Reply with quote

Code:
$ cat /etc/yum.conf
[main]
cachedir=/var/cache/yum
keepcache=1
debuglevel=20
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
metadata_expire=1800
http_proxy=http://127.0.0.1:3128/


### MULTILIB MUST DIE >:(
exclude=*.i?86

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
:D
_________________
~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF
Back to top
View user's profile Send private message
bunder
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 5933

PostPosted: Thu Feb 22, 2007 5:34 am    Post subject: Reply with quote

codergeek42 wrote:
Code:
$ cat /etc/yum.conf
[main]
cachedir=/var/cache/yum
keepcache=1
debuglevel=20
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
metadata_expire=1800
http_proxy=http://127.0.0.1:3128/


### MULTILIB MUST DIE >:(
exclude=*.i?86

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
:D


redhat? 8O

you're fired. :lol:
_________________
Neddyseagoon wrote:
The problem with leaving is that you can only do it once and it reduces your influence.

banned from #gentoo since sept 2017
Back to top
View user's profile Send private message
tarpman
Veteran
Veteran


Joined: 04 Nov 2004
Posts: 1083
Location: Victoria, BC, Canada

PostPosted: Thu Feb 22, 2007 6:05 am    Post subject: Reply with quote

AidanJT wrote:
Uhh, why are you using -Os on a CPU that has shit loads of cache?

Because I like using my RAM for things besides giant binaries.
AidanJT wrote:
And you might want to use -j3 to keep both cores busy,

-j2 keeps both of them humming away quite nicely.
AidanJT wrote:
and amd64 is pretty stable btw,

I'm not sure why I'm still on 32bit, actually - figuring that out and perhaps switching to 64 are on my to-do list next time I have a day or two free.
AidanJT wrote:
oh and there's no point having x86 when you have ~x86.

Fixed. Thanks. No idea how that one slipped by me.
AidanJT wrote:
And if you're not gonna bother with debugging you might want -fomit-frame-pointer, even though amd64 has a heap of registers in native mode.

-fomit-frame-pointer is implied by -O and anything higher.
Back to top
View user's profile Send private message
mark_alec
Bodhisattva
Bodhisattva


Joined: 11 Sep 2004
Posts: 6066
Location: Melbourne, Australia

PostPosted: Thu Feb 22, 2007 6:12 am    Post subject: Reply with quote

/etc/make.conf:
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
SYNC="rsync://rsync.au.gentoo.org/gentoo-portage"
USE="nptl nptlonly X kde qt alsa dvd cdr mmx mmext sse sse2 -gnome gtk gtk2 usb nptl xine kdeenablefinal xcomposite imlib"
PORTAGE_NICENESS=6
PORTDIR_OVERLAY=/usr/local/portage
FEATURES="parallel-fetch"
INPUT_DEVICES="mouse keyboard"
VIDEO_CARDS="savage vesa vga"
LINGUAS="en en_GB"
GENTOO_MIRRORS="ftp://ftp.swin.edu.au/gentoo http://ftp.swin.edu.au/gentoo"
ACCEPT_KEYWORDS="~x86 x86"

_________________
www.gentoo.org.au || #gentoo-au
Back to top
View user's profile Send private message
NotQuiteSane
Guru
Guru


Joined: 30 Jan 2005
Posts: 488
Location: Klamath Falls, Jefferson, USA, North America, Midgarth

PostPosted: Thu Feb 22, 2007 8:23 am    Post subject: Reply with quote

miverna:

/etc/make.conf:
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer"
MAKEOPTS="-j11"
USE="-* 3dnow 3dnowext X a52 aac aalib abook aim aimextras alsa bitmap-fonts
     bittorrent bl bonjour buffysize bzip2 cdparanoia cdr chroot crypt
     crypto_openssl css cups divx dvd dvdr dvdread encode firefox gaim gif
     gnome gpgme gphoto2 gpm gtk gtk2 icq idea jabber java jikes joystick jpeg
     jpeg2k live logrotate logwatch lzo mad maildir matrox meanwhile memlimit
     mime mmx mmxext mng mp3 mp4 mp4live mpeg mpeg2 mplayer music net nfs
     no-old-linux nptl nptlonly nsplugin offensive ofx ogg oggvorbis
     on-the-fly-crypt openssh openssl oscar oss pam pda pdf perl png python
     quicktime quotes rar readline real realmedia screen sound sounds spell
     sse sse2 ssl subtitles svga sysfs tabs tagwriting tga theora tiff tk
     unzip usb vim vim-with-x vorbis win32codecs wmp xanim xfs xml xorg xosd
     xpm xscreensaver xvmc yahoo zip zlib"
INPUT_DEVICES="keyboard mouse joystick"
VIDEO_CARDS="r128 fglrx vesa dri"
PORTDIR_OVERLAY=/usr/portage/local/myebuilds
FEATURES="distcc parallel-fetch"


mike:

/etc/make.conf:
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-Os -march=pentiumpro -pipe"
CHOST="i686-pc-linux-gnu"

CXXFLAGS="${CFLAGS}"

MAKEOPTS="-j11"
USE="-* aim authdaemond berkdb buffysize bzip2 caps chroot courier cracklib
     crypt doc dvd dvdr fam fortran gdbm gnutls gopher gpgme gpm icq idea
     jabber keyscrub lids login-watch logrotate maildir maildrop milter mime
     mmx ncurses net nfs nls nntp no-old-linux nptl nptlonly objc offensive
     pam perl pop posix postfix procmail python sasl skey slang ssl unicode
     xfs yahoo zlib zsh-completion"


GENTOO_MIRRORS="http://gentoo.osuosl.org/ ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://gentoo.mirrors.easynews.com/linux/gentoo/ ftp://ftp.wwc.edu/pub/mirrors/ftp.gentoo.org "

SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"

ACCEPT_KEYWORDS="~x86"
RSYNC_EXCLUDEFROM="/etc/portage/rsync_excludes"
PORTAGE_NICENESS="15"
FEATURES="distcc parallel-fetch parallel test"


My other 2 systems are down ATM

NQS
_________________
These opinions are mine, mine I say! Piss off and get your own.

As I see it -- An irregular blog, Improved with new location

To delete French language packs from system use 'sudo rm -fr /'
Back to top
View user's profile Send private message
sirdilznik
l33t
l33t


Joined: 28 Apr 2005
Posts: 731

PostPosted: Thu Feb 22, 2007 8:41 am    Post subject: Reply with quote

Code:
CFLAGS="-march=opteron -O2 -pipe -fno-ident -frename-registers -ftree-vectorize -msse3"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS} -fvisibility-inlines-hidden"
MAKEOPTS="-j3"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=both"

USE="alsa -arts avi branding bzip2 cairo cups divx dvdr encode gif glitz -gnome
-kde -ipv6 jpeg jpeg2k matroska mp3 mp4 mpeg nas nomalloccheck nvidia nptl nptlonly
nsplugin ogg opengl png quicktime sdl smp svg truetype unicode v4l v4l2 vorbis X x264"

PORTDIR_OVERLAY="/usr/local/portage"
PORTAGE_NICENESS="10"
FEATURES="distlocks"
ACCEPT_KEYWORDS="amd64 ~amd64"
SANE_BACKENDS="plustek"

INPUT_DEVICES="keyboard mouse joystick"
VIDEO_CARDS="nvidia"

I_PROMISE_TO_SUPPLY_PATCHES_WITH_BUGS=1
Back to top
View user's profile Send private message
codergeek42
Bodhisattva
Bodhisattva


Joined: 05 Apr 2004
Posts: 5142
Location: Anaheim, CA (USA)

PostPosted: Thu Feb 22, 2007 5:31 pm    Post subject: Reply with quote

bunder wrote:
redhat? 8O

you're fired. :lol:
Fedora, actually. :P
_________________
~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF
Back to top
View user's profile Send private message
Naib
Watchman
Watchman


Joined: 21 May 2004
Posts: 6050
Location: Removed by Neddy

PostPosted: Thu Feb 22, 2007 6:10 pm    Post subject: Reply with quote

codergeek42 wrote:
bunder wrote:
redhat? 8O

you're fired. :lol:
Fedora, actually. :P


ok you get burnt not fired
_________________
Quote:
Removed by Chiitoo
Back to top
View user's profile Send private message
k0001
n00b
n00b


Joined: 12 Jun 2006
Posts: 38

PostPosted: Thu Feb 22, 2007 6:59 pm    Post subject: Reply with quote

Code:
CFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j5"
USE="-* X pic symlink nptl nptlonly userlocales python nls ncurses \
     unicode pam tcpd crypt cracklib fortran berkdb ssl readline gpm \
     kerberos gdbm epydoc glibc-omitfp spell mmx mmxext 3dnow \
     3dnowext sse gcj cjk alsa png jpeg jpeg2k svg xvid xv vorbis x264 \
     wmf win32codecs vcd v4l tiff theora ogg mplayer mpeg mp3 mng \
     matroska mad gd flac ffmpeg exif encode dvdread dvdr dvd dvb dv \
     cdr cdparanoia cddb gstreamer graphviz gphoto2 gif aac a52 \
     musicbrainz libburn musepack mikmod audiofile xine nsplugin \
     tcpd samba radius msn jabber ftp firefox evo curl yahoo \
     rdesktop afs gpm gtk gtk2 gnome xinerama wxwindows xcomposite tk \
     slang pdf cairo libnotify dri glitz sdl glut aiglx xorg pango \
     opengl svga libsexy java ruby perl pcre tcl mono cvs subversion \
     xml xpm zlib wifi usb epydoc pwdb mysql mysqli mime \
     lm_sensors joystick hal dbus cups caps bzip2 bonobo bash-completion \
     avahi apm acpi acl beagle vim vim-syntax truetype-fonts \
     type1-fonts ldap sdk rar gimp print ace compress cpio rar rpm \
     uuencode zip 7zip arj lha zip truetype bitmap-fonts branding \
     directfb gnutls boo gtkhtml"
GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo/ ftp://gentoo.chem.wisc.edu/gentoo/ "
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
ALSA_CARDS="via82xx"
FEATURES="ccache distcc buildpkg parallel-fetch sandbox"
PKGDIR="/usr/portage/packages/"
AUTOCLEAN="yes"
CCACHE_DIR="/var/tmp/ccache/"
CCACHE_SIZE="2G"
PORTDIR_OVERLAY="/usr/local/portage"
VIDEO_CARDS="radeon ati fglrx fbdev vesa none"
INPUT_DEVICES="evdev keyboard mouse"
LINGUAS="en"
PORTAGE_ELOG_CLASSES="warn error log"
PORTAGE_ELOG_SYSTEM="save"
source /usr/portage/local/layman/make.conf
Back to top
View user's profile Send private message
chrismcdirty
Apprentice
Apprentice


Joined: 18 Jul 2003
Posts: 160
Location: Newark, DE

PostPosted: Thu Feb 22, 2007 7:42 pm    Post subject: Reply with quote

Code:
I:\>cat /etc/make.conf
'cat' is not recognized as an internal or external command,
operable program or batch file.
:(
Back to top
View user's profile Send private message
vipernicus
Veteran
Veteran


Joined: 17 Jan 2005
Posts: 1462
Location: Your College IT Dept.

PostPosted: Thu Feb 22, 2007 8:10 pm    Post subject: Reply with quote

Code:
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe"
CXXFLAGS="${CFLAGS} -fvisibility-inlines-hidden"
LDFLAGS="-Wl,--as-needed"
MAKEOPTS="-j2"
ACCEPT_KEYWORDS="~x86"
PORTDIR_OVERLAY="/usr/local/overlays/vipernicus /usr/local/overlays/xeffects"
USE="3dnow 3dnowext a52 aac aalib akode bash-completion bzip2 -cracklib -crypt -cups dvdread -eds -esd ffmpeg flac glitz -gnome -gstreamer -gtk imagemagick imlib -ipv6 lame -ldap libnotify kdeenablefinal kdehiddenvisibility mmx mmxext newspr -nls -pam pertty rdesktop risky -qt4 sse startup-notification svg vcd x264 xcb xcomposite xine xscreensaver xvid xvmc"
INPUT_DEVICES="keyboard mouse evdev"
VIDEO_CARDS="nv nvidia"
ALSA_CARDS="emu10k1"


Code:
dev-lang/perl ithreads
sys-devel/libperl ithreads
sys-kernel/viper-sources symlink
sys-kernel/nicus-sources symlink
#
kde-base/kdesktop xscreensaver
kde-base/konqueror java
kde-base/ksysguard lm_sensors
sys-apps/pciutils -zlib
x11-misc/xscreensaver insecure-savers offensive
media-sound/amarok musicbrainz visualization
www-client/links fbcon javascript svga
media-libs/libsdl fbcon svga
media-sound/ncmpc clock-screen key-screen search-screen
media-sound/mpd ao audiofile
media-plugins/audacious-plugins chardet sndfile wma
media-sound/audacious chardet
media-gfx/imagemagick graphviz
app-cdr/k3b ffmpeg musicbrainz sndfile
www-client/mozilla-firefox java mozbranding
net-im/gaim custom-cflags gstreamer gtk meanwhile
app-office/openoffice java
app-editors/vim vim-with-x
media-video/mplayer cpudetection custom-cflags dga fbcon openal
media-video/kmplayer gstreamer mplayer
kde-base/arts artswrappersuid
games-misc/fortune-mod offensive
xfce-base/thunar exif plugins


Code:
Portage 2.1.2-r10 (default-linux/x86/2006.1/desktop, gcc-4.1.2, glibc-2.5-r0, 2.6.20-viper3 i686)
=================================================================
System uname: 2.6.20-viper3 i686 AMD Athlon(tm) XP 2800+
Gentoo Base System release 1.12.9
Timestamp of tree: Thu, 22 Feb 2007 16:00:04 +0000
ccache version 2.4 [disabled]
dev-java/java-config: 1.3.7, 2.0.31-r3
dev-lang/python:     2.4.4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r6
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17.50.0.12
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.23b
virtual/os-headers:  2.6.20
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=athlon-xp -pipe -fvisibility-inlines-hidden"
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"
LDFLAGS="-Wl,--as-needed"
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"
PORTDIR_OVERLAY="/usr/local/overlays/vipernicus /usr/local/overlays/xeffects"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X a52 aac aalib akode alsa arts bash-completion berkdb bitmap-fonts bzip2 cairo cdr cli dbus dri dvd dvdr dvdread emboss encode fam ffmpeg firefox flac fortran gdbm gif glitz gpm hal iconv imagemagick imlib isdnlog jpeg kde kdeenablefinal kdehiddenvisibility lame libg++ libnotify mad midi mikmod mmx mmxext mp3 mpeg ncurses newspr nptl nptlonly ogg opengl oss pcre perl pertty png ppds pppd python qt3 quicktime rdesktop readline reflection risky sdl session spell spl sse ssl startup-notification svg tcpd truetype truetype-fonts type1-fonts unicode vcd vorbis win32codecs x264 x86 xcb xcomposite xine xml xorg xscreensaver xv xvid xvmc zlib" ALSA_CARDS="emu10k1" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" 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="nv nvidia"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS

_________________
Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog
Back to top
View user's profile Send private message
leonglass
Apprentice
Apprentice


Joined: 08 Aug 2006
Posts: 278

PostPosted: Thu Feb 22, 2007 9:09 pm    Post subject: Reply with quote

Code:

# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"

PORTDIR_OVERLAY="/usr/local/portage"

GENTOO_MIRRORS="http://gentoo.blueyonder.co.uk ftp://mirrors.blueyonder.co.uk/mirrors/gentoo http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/ ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/ "

SYNC="rsync://rsync.gentoo.org/gentoo-portage"

INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="nvidia"
ALSA_CARDS="via82xx"

USE="vorbis dvd dvdread dvdr nsplugin java nptl nptlonly apache2 mysql contrib unicode"


I notice that a lot of you have the -fomit-frame-pointer flag set any particular reason.
Back to top
View user's profile Send private message
vibrokatana
Guru
Guru


Joined: 09 Feb 2006
Posts: 328
Location: o0o0oo

PostPosted: Thu Feb 22, 2007 9:15 pm    Post subject: Reply with quote

unless you want to debug your applications it is pointless to have the pointers, unless you are using something like gdm to analize the memory of a running application, you dont need them.
_________________
My Systems - "I suggest the whole thing be coded in whitespace. Henceforth the code will be obscure and functional at the same time."
Back to top
View user's profile Send private message
cokey
Advocate
Advocate


Joined: 23 Apr 2004
Posts: 3355

PostPosted: Fri Feb 23, 2007 2:34 am    Post subject: Reply with quote

vibrokatana wrote:
unless you want to debug your applications it is pointless to have the pointers, unless you are using something like gdm to analize the memory of a running application, you dont need them.
and that is why i have splitdebug in FEATURES and i have gdb in USE
_________________
https://otw20.com/ OTW20 The new place for off the wall chat
Back to top
View user's profile Send private message
aidanjt
Veteran
Veteran


Joined: 20 Feb 2005
Posts: 1118
Location: Rep. of Ireland

PostPosted: Fri Feb 23, 2007 4:24 am    Post subject: Reply with quote

cokehabit wrote:
vibrokatana wrote:
unless you want to debug your applications it is pointless to have the pointers, unless you are using something like gdm to analize the memory of a running application, you dont need them.
and that is why i have splitdebug in FEATURES and i have gdb in USE


Still need the frame pointer to 'walk' the stack properly. But you have -ggdb, so gcc probably silently ignores -fomit-frame-pointer.
Back to top
View user's profile Send private message
vibrokatana
Guru
Guru


Joined: 09 Feb 2006
Posts: 328
Location: o0o0oo

PostPosted: Fri Feb 23, 2007 4:26 am    Post subject: Reply with quote

AidanJT wrote:
cokehabit wrote:
vibrokatana wrote:
unless you want to debug your applications it is pointless to have the pointers, unless you are using something like gdm to analize the memory of a running application, you dont need them.
and that is why i have splitdebug in FEATURES and i have gdb in USE


Still need the frame pointer to 'walk' the stack properly. But you have -ggdb, so gcc probably silently ignores -fomit-frame-pointer.
gcc doesnt look at USE flags iirc, it is just a system to add/remove options when compiling programs in the ebuilds.
_________________
My Systems - "I suggest the whole thing be coded in whitespace. Henceforth the code will be obscure and functional at the same time."
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Chat All times are GMT
Goto page Previous  1, 2, 3, ... 20, 21, 22  Next
Page 2 of 22

 
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