Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

Anyone tried gcc 4.2.0?

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
450 posts
  • Page 18 of 18
    • Jump to page:
  • Previous
  • 1
  • …
  • 14
  • 15
  • 16
  • 17
  • 18
Author
Message
seren
Guru
Guru
User avatar
Posts: 448
Joined: Sat Aug 27, 2005 8:37 am
Location: Wisconsin

  • Quote

Post by seren » Tue Jul 31, 2007 11:08 pm

that patch was taken from Arch Linux for gcc 4.2.1 i would say its safe to remove in not 100% sure why i put it in anyways =/.
Top
kfiaciarka
Veteran
Veteran
User avatar
Posts: 1498
Joined: Fri May 20, 2005 10:35 pm
Location: Dobre Miasto, Poland
Contact:
Contact kfiaciarka
Website

  • Quote

Post by kfiaciarka » Fri Aug 03, 2007 10:55 am

what is so special in gcc-4.2.0-piepatches-v9.0.7.tar.bz2 ? sth superior to portage patches?
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Fri Aug 03, 2007 1:27 pm

kfiaciarka wrote:what is so special in gcc-4.2.0-piepatches-v9.0.7.tar.bz2 ? sth superior to portage patches?
it's hardened: pie, ssp :roll:
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
kfiaciarka
Veteran
Veteran
User avatar
Posts: 1498
Joined: Fri May 20, 2005 10:35 pm
Location: Dobre Miasto, Poland
Contact:
Contact kfiaciarka
Website

  • Quote

Post by kfiaciarka » Fri Aug 03, 2007 1:43 pm

ok ;-) I've searched the web and I do know now. Sorry for ignorance before.
Top
Vlad.Sharp
Guru
Guru
User avatar
Posts: 337
Joined: Wed Dec 08, 2004 9:30 am
Location: Cambridgeshire, UK

  • Quote

Post by Vlad.Sharp » Sat Aug 04, 2007 5:09 pm

Having no luck with Gcc 4.2.1 hardened. The -Wno-overlength-strings error. Going from 2007.0 stage1 x86 to 4.2.1 with USE="-* nls vanilla multislot" emerge --oneshot gcc... Trying again atm. with "bootstrap" USE on :)
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Sat Aug 04, 2007 6:37 pm

Vlad.Sharp wrote:Having no luck with Gcc 4.2.1 hardened. The -Wno-overlength-strings error. Going from 2007.0 stage1 x86 to 4.2.1 with USE="-* nls vanilla multislot" emerge --oneshot gcc... Trying again atm. with "bootstrap" USE on :)
that won't work :(

you need to emerge a non-hardened gcc (e.g. 4.2.0 or 4.2.1) then build with it a hardened 4.2.1

ok, I didn't make it clear:
the ebuild of the non-hardened gcc (1st step) must not have support for hardened / pie
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
Vlad.Sharp
Guru
Guru
User avatar
Posts: 337
Joined: Wed Dec 08, 2004 9:30 am
Location: Cambridgeshire, UK

  • Quote

Post by Vlad.Sharp » Sat Aug 04, 2007 7:02 pm

Sorry, I meant I did have the -hardened in USE as well. nvm. Building a vanilla 4.2.0 out of the official tree, then going to try your ebuild to build hardened :)

Edit: Grrr even the vanilla gcc from the tree won't emerge - same error. I think this is a stage1 problem - and I know how to fix it - gettext probably :P

Edit 2: STILL DOESN'T WORK - and it's nothing to do with the overlay ebuild - this is out of portage tree. Wait, do you need the toolchain eclasses from kevquinn's overlay?

The build of gcc was started like:

Code: Select all

USE="-gcj -gtk -hardened -multislot -openmp vanilla bootstrap" emerge -pv --oneshot =gcc-4.2.0

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

Calculating dependencies... done!
[ebuild  NS   ] sys-devel/gcc-4.2.0  USE="bootstrap nls vanilla (-altivec) -build -doc -fortran -gcj -gtk -hardened -ip28 -ip32r10k -mudflap -multilib -multislot (-n32) (-n64) -nocxx -nopie -objc -objc++ -objc-gc -openmp -test" 0 kB [1]

Total: 1 package (1 in new slot), Size of downloads: 0 kB
Portage tree and overlays:
 [0] /usr/portage
 [1] /usr/local/portage

Code: Select all

/usr/i686-pc-linux-gnu/bin/ar rc .libs/libgomp.a  alloc.o barrier.o critical.o env.o error.o iter.o loop.o ordered.o parallel.o sections.o single.o team.o work.o lock.o mutex.o proc.o sem.o bar.o time.o fortran.o
/usr/i686-pc-linux-gnu/bin/ranlib .libs/libgomp.a
creating libgomp.la
(cd .libs && rm -f libgomp.la && ln -s ../libgomp.la libgomp.la)
true  DO=all multi-do # make
make[4]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.2.0/work/build/i686-pc-linux-gnu/libgomp'
make[3]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.2.0/work/build/i686-pc-linux-gnu/libgomp'
make[2]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.2.0/work/build/i686-pc-linux-gnu/libgomp'
make[1]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.2.0/work/build'
/var/tmp/portage/sys-devel/gcc-4.2.0/work/build /var/tmp/portage/sys-devel/gcc-4.2.0/work/gcc-4.2.0
 * Creating a hardenednopiessp gcc specs file ...
config.h is unchanged
tm.h is unchanged
bconfig.h is unchanged
tm_p.h is unchanged                                                                                                                                                       [ ok ]
 * Creating a vanilla gcc specs file ...                                                                                                                                  [ ok ]
 * Creating a hardenednossp gcc specs file ...
config.h is unchanged
tm.h is unchanged
bconfig.h is unchanged
tm_p.h is unchanged                                                                                                                                                       [ ok ]
>>> Source compiled.
>>> Test phase [not enabled]: sys-devel/gcc-4.2.0

>>> Install gcc-4.2.0 into /var/tmp/portage/sys-devel/gcc-4.2.0/image/ category sys-devel
 * Installing GCC...
make[1]: Entering directory `/var/tmp/portage/sys-devel/gcc-4.2.0/work/build'
/bin/sh /var/tmp/portage/sys-devel/gcc-4.2.0/work/gcc-4.2.0/mkinstalldirs /var/tmp/portage/sys-devel/gcc-4.2.0/image//usr /var/tmp/portage/sys-devel/gcc-4.2.0/image//usr
mkdir -p -- /var/tmp/portage/sys-devel/gcc-4.2.0/image//usr /var/tmp/portage/sys-devel/gcc-4.2.0/image//usr
make[2]: Entering directory `/var/tmp/portage/sys-devel/gcc-4.2.0/work/build/fixincludes'
rm -rf /var/tmp/portage/sys-devel/gcc-4.2.0/image//usr/libexec/gcc/i686-pc-linux-gnu/4.2.0/install-tools
/bin/sh /var/tmp/portage/sys-devel/gcc-4.2.0/work/gcc-4.2.0/fixincludes/../mkinstalldirs /var/tmp/portage/sys-devel/gcc-4.2.0/image//usr/libexec/gcc/i686-pc-linux-gnu/4.2.0/install-tools
mkdir -p -- /var/tmp/portage/sys-devel/gcc-4.2.0/image//usr/libexec/gcc/i686-pc-linux-gnu/4.2.0/install-tools
/bin/sh /var/tmp/portage/sys-devel/gcc-4.2.0/work/gcc-4.2.0/fixincludes/../mkinstalldirs /var/tmp/portage/sys-devel/gcc-4.2.0/image//usr/lib/gcc/i686-pc-linux-gnu/4.2.0/install-tools/include
mkdir -p -- /var/tmp/portage/sys-devel/gcc-4.2.0/image//usr/lib/gcc/i686-pc-linux-gnu/4.2.0/install-tools/include
/bin/install -c -m 644 /var/tmp/portage/sys-devel/gcc-4.2.0/work/gcc-4.2.0/fixincludes/README-fixinc \
          /var/tmp/portage/sys-devel/gcc-4.2.0/image//usr/lib/gcc/i686-pc-linux-gnu/4.2.0/install-tools/include/README
/bin/install -c fixinc.sh /var/tmp/portage/sys-devel/gcc-4.2.0/image//usr/libexec/gcc/i686-pc-linux-gnu/4.2.0/install-tools/fixinc.sh
/bin/install -c fixincl \
          /var/tmp/portage/sys-devel/gcc-4.2.0/image//usr/libexec/gcc/i686-pc-linux-gnu/4.2.0/install-tools/fixincl
/bin/install -c mkheaders /var/tmp/portage/sys-devel/gcc-4.2.0/image//usr/libexec/gcc/i686-pc-linux-gnu/4.2.0/install-tools/mkheaders
make[2]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.2.0/work/build/fixincludes'
make[2]: Entering directory `/var/tmp/portage/sys-devel/gcc-4.2.0/work/build/gcc'
gcc    -O2 -march=pentium3 -pipe -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/var/tmp/portage/sys-devel/gcc-4.2.0/work/gcc-4.2.0/gcc -I/var/tmp/portage/sys-devel/gcc-4.2.0/work/gcc-4.2.0/gcc/. -I/var/tmp/portage/sys-devel/gcc-4.2.0/work/gcc-4.2.0/gcc/../include -I/var/tmp/portage/sys-devel/gcc-4.2.0/work/gcc-4.2.0/gcc/../libcpp/include  -I/var/tmp/portage/sys-devel/gcc-4.2.0/work/gcc-4.2.0/gcc/../libdecnumber -I../libdecnumber    \
          -DGCC_INCLUDE_DIR=\"/usr/lib/gcc/i686-pc-linux-gnu/4.2.0/include\" -DGPLUSPLUS_INCLUDE_DIR=\"/usr/lib/gcc/i686-pc-linux-gnu/4.2.0/include/g++-v4\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/usr/lib/gcc/i686-pc-linux-gnu/4.2.0/include/g++-v4/i686-pc-linux-gnu\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/usr/lib/gcc/i686-pc-linux-gnu/4.2.0/include/g++-v4/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/usr/lib/gcc/i686-pc-linux-gnu/4.2.0/../../../../i686-pc-linux-gnu/sys-include\" -DTOOL_INCLUDE_DIR=\"/usr/lib/gcc/i686-pc-linux-gnu/4.2.0/../../../../i686-pc-linux-gnu/include\"  \
          -c /var/tmp/portage/sys-devel/gcc-4.2.0/work/gcc-4.2.0/gcc/cppdefault.c -o cppdefault.o
cc1: error: unrecognized command line option "-Wno-variadic-macros"
cc1: error: unrecognized command line option "-Wno-overlength-strings"
make[2]: *** [cppdefault.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.2.0/work/build/gcc'
make[1]: *** [install-gcc] Error 2
make[1]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.2.0/work/build'
make: *** [install] Error 2
 *
 * ERROR: sys-devel/gcc-4.2.0 failed.
 * Call stack:
 *   ebuild.sh, line 1648:   Called dyn_install
 *   ebuild.sh, line 1083:   Called qa_call 'src_install'
 *   ebuild.sh, line 44:   Called src_install
 *   ebuild.sh, line 1328:   Called toolchain_src_install
 *   toolchain.eclass, line 35:   Called gcc-compiler_src_install
 *   toolchain.eclass, line 1619:   Called die
 *
 * (no error message)
 * 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-devel/gcc-4.2.0/temp/build.log'.
 * This ebuild is from an overlay: '/usr/local/portage/'
 *

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

 *
 * ERROR: sys-devel/gcc-4.2.0 failed.
 * Call stack:
 *   ebuild.sh, line 1648:   Called dyn_install
 *   ebuild.sh, line 1083:   Called qa_call 'src_install'
 *   ebuild.sh, line 44:   Called src_install
 *   ebuild.sh, line 1328:   Called toolchain_src_install
 *   toolchain.eclass, line 35:   Called gcc-compiler_src_install
 *   toolchain.eclass, line 1619:   Called die
 *
 * (no error message)
 * 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-devel/gcc-4.2.0/temp/build.log'.
 * This ebuild is from an overlay: '/usr/local/portage/'
Edit 3: Fixed somehow. Overwrote the sys-devel/gcc directory of /usr/portage (instead of having it in /usr/portage/local overlay) - and no more errors. Strange, as I don't have any custom eclasses defined. But it works (until the next sync, by which time I'll put the ebuild in /usr/portage/local overlay to keep it happy about version numbers and -uDn :D
Last edited by Vlad.Sharp on Mon Aug 06, 2007 12:14 pm, edited 1 time in total.
Top
chris256
n00b
n00b
User avatar
Posts: 21
Joined: Sun Jun 04, 2006 6:52 pm

  • Quote

Post by chris256 » Mon Aug 06, 2007 12:02 pm

hello ,

Sandbox (1.2.18.1 or higher ) doesn't compile anymore since my upgrade to gcc-4.2.1 and glibc-2.6.1 . I get :

Code: Select all

[ebuild   R   ] sys-apps/sandbox-1.2.18.1  0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB

Would you like to merge these packages? [Yes/No] Yes
>>> Verifying ebuild Manifests...

>>> Emerging (1 of 1) sys-apps/sandbox-1.2.18.1 to /
 * sandbox-1.2.18.1.tar.bz2 RMD160 ;-) ...                                                                             [ ok ]
 * sandbox-1.2.18.1.tar.bz2 SHA1 ;-) ...                                                                               [ ok ]
 * sandbox-1.2.18.1.tar.bz2 SHA256 ;-) ...                                                                             [ ok ]
 * sandbox-1.2.18.1.tar.bz2 size ;-) ...                                                                               [ ok ]
 * checking ebuild checksums ;-) ...                                                                                   [ ok ]
 * checking auxfile checksums ;-) ...                                                                                  [ ok ]
 * checking miscfile checksums ;-) ...                                                                                 [ ok ]
 * checking sandbox-1.2.18.1.tar.bz2 ;-) ...                                                                           [ ok ]
>>> Unpacking source...
>>> Unpacking sandbox-1.2.18.1.tar.bz2 to /var/tmp/portage/sys-apps/sandbox-1.2.18.1/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/sys-apps/sandbox-1.2.18.1/work/sandbox-1.2.18.1 ...
 * If configure fails with a 'cannot run C compiled programs' error, try this:
 * FEATURES=-sandbox emerge sandbox
 * Configuring sandbox for ABI=x86...
 * econf: updating sandbox-1.2.18.1/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating sandbox-1.2.18.1/config.guess with /usr/share/gnuconfig/config.guess
../sandbox-1.2.18.1//configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib32 --enable-multilib --build=i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/sys-apps/sandbox-1.2.18.1/work/build-x86-x86_64-pc-linux-gnu/config.log
 *
 * ERROR: sys-apps/sandbox-1.2.18.1 failed.
 * Call stack:
 *   ebuild.sh, line 1648:   Called dyn_compile
 *   ebuild.sh, line 988:   Called qa_call 'src_compile'
 *   ebuild.sh, line 44:   Called src_compile
 *   sandbox-1.2.18.1.ebuild, line 84:   Called econf '--libdir=/usr/lib32' '--enable-multilib'
 *   ebuild.sh, line 591:   Called die
 *
 * 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/sys-apps/sandbox-1.2.18.1/temp/build.log'.
 *
localhost chris #                                   
Just for try , If I switch to a no-multilib profile , it works again .

I use this ebuild for gcc

my emerge --info :

Code: Select all

localhost chris # emerge --info
Portage 2.1.3.3 (default-linux/amd64/2007.0, gcc-4.2.1, glibc-2.6.1-r0, 2.6.22-kamikaze3-r3 x86_64)
=================================================================
System uname: 2.6.22-kamikaze3-r3 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System release 1.12.10
Timestamp of tree: Sat, 04 Aug 2007 00:00:01 +0000
ccache version 2.4 [enabled]
dev-lang/python:     2.4.4-r4
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17.50.0.16, 2.17.50.0.17, 2.17.50.0.18
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe -msse3"
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/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=k8 -O2 -pipe -msse3"
DISTDIR="/usr/portage/distfiles"
FEATURES="buildsyspkg ccache distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://ftp.free.fr/mirrors/ftp.gentoo.org ftp://ftp.solnet.ch/mirror/Gentoo"
LANG="fr_FR.UTF-8"
LC_ALL="fr_FR.UTF-8"
LINGUAS="fr fr_FR"
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 --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/toolchain /usr/portage/local/layman/custom-kernels /usr/portage/local/layman/flameeyes-overlay /usr/portage/local/layman/sunrise /usr/portage/local/layman/berkano /usr/portage/local/layman/xeffects /usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X aac alsa amd64 berkdb bitmap-fonts bzip2 cli cracklib crypt cups dlloader dri fortran gdbm gif gpm iconv ipv6 isdnlog jpeg kde kdeenablefinal kdehiddenvisibility libg++ mad mmx mmxext mp3 mudflap ncurses newspr nls nptl nptlonly nvidia opengl openmp pam pcre perl pertty png pppd python qt readline reflection session spl sse sse2 ssl tcpd transparency truetype truetype-fonts type1-fonts unicode userlocales vorbis xcomposite xorg 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 mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="fr fr_FR" USERLAND="GNU" VIDEO_CARDS="nvidia nv vesa"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

localhost chris #                                     
and a gcc -v

Code: Select all

localhost chris # gcc -v
Utilisation des specs internes.
Target: x86_64-pc-linux-gnu
Configuré avec: /var/tmp/portage/sys-devel/gcc-4.2.1/work/gcc-4.2.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.2.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.2.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.2.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.2.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-libunwind-exceptions --enable-multilib --enable-libmudflap --disable-libssp --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Modèle de thread: posix
version gcc 4.2.1 (Gentoo 4.2.1)
localhost chris #                     
Sorry for the long post .

Edit: I've already tried FEATURES="-ccache -sandbox"
Sorry for my bad English , I'm French .
Top
Vlad.Sharp
Guru
Guru
User avatar
Posts: 337
Joined: Wed Dec 08, 2004 9:30 am
Location: Cambridgeshire, UK

  • Quote

Post by Vlad.Sharp » Wed Aug 08, 2007 11:09 am

kernelOfTruth - can you post the contents of your /etc/env.d/gcc/i686-pc-linux-gnu-4.2.1 file?

Also, (after emerging paxtest) - what does "paxtest kiddie" tell you? I can't get gcc and glibc to be hardened enough... (at least now I don't get text relocations made in every single program portage emerges...!)
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Wed Aug 08, 2007 11:52 am

ls -l /etc/env.d/gcc/
total 60
-rw-r--r-- 1 root root 32 6. Aug 18:10 config
-rw-r--r-- 1 root root 292 14. Apr 14:09 i686-pc-linux-gnu-3.4.6
-rw-r--r-- 1 root root 361 14. Apr 14:09 i686-pc-linux-gnu-3.4.6-hardenednopie
-rw-r--r-- 1 root root 364 14. Apr 14:09 i686-pc-linux-gnu-3.4.6-hardenednopiessp
-rw-r--r-- 1 root root 361 14. Apr 14:09 i686-pc-linux-gnu-3.4.6-hardenednossp
-rw-r--r-- 1 root root 355 14. Apr 14:09 i686-pc-linux-gnu-3.4.6-vanilla
-rw-r--r-- 1 root root 327 29. Jul 19:43 i686-pc-linux-gnu-4.1.2
-rw-r--r-- 1 root root 399 29. Jul 19:43 i686-pc-linux-gnu-4.1.2-hardenednopiessp
-rw-r--r-- 1 root root 396 29. Jul 19:43 i686-pc-linux-gnu-4.1.2-hardenednossp
-rw-r--r-- 1 root root 390 29. Jul 19:43 i686-pc-linux-gnu-4.1.2-vanilla
-rw-r--r-- 1 root root 327 30. Jul 20:37 i686-pc-linux-gnu-4.2.0
-rw-r--r-- 1 root root 327 30. Jul 21:44 i686-pc-linux-gnu-4.2.1
-rw-r--r-- 1 root root 399 30. Jul 21:44 i686-pc-linux-gnu-4.2.1-hardenednopiessp
-rw-r--r-- 1 root root 396 30. Jul 21:44 i686-pc-linux-gnu-4.2.1-hardenednossp
-rw-r--r-- 1 root root 390 30. Jul 21:44 i686-pc-linux-gnu-4.2.1-vanilla
(output of the 4 files in /etc/env.d/gcc/)
cat /etc/env.d/gcc/i686-pc-linux-gnu-4.2.1*
PATH="/usr/i686-pc-linux-gnu/gcc-bin/4.2.1"
ROOTPATH="/usr/i686-pc-linux-gnu/gcc-bin/4.2.1"
GCC_PATH="/usr/i686-pc-linux-gnu/gcc-bin/4.2.1"
LDPATH="/usr/lib/gcc/i686-pc-linux-gnu/4.2.1"
MANPATH="/usr/share/gcc-data/i686-pc-linux-gnu/4.2.1/man"
INFOPATH="/usr/share/gcc-data/i686-pc-linux-gnu/4.2.1/info"
STDCXX_INCDIR="g++-v4"
PATH="/usr/i686-pc-linux-gnu/gcc-bin/4.2.1"
ROOTPATH="/usr/i686-pc-linux-gnu/gcc-bin/4.2.1"
GCC_PATH="/usr/i686-pc-linux-gnu/gcc-bin/4.2.1"
LDPATH="/usr/lib/gcc/i686-pc-linux-gnu/4.2.1"
MANPATH="/usr/share/gcc-data/i686-pc-linux-gnu/4.2.1/man"
INFOPATH="/usr/share/gcc-data/i686-pc-linux-gnu/4.2.1/info"
STDCXX_INCDIR="g++-v4"
GCC_SPECS="/usr/lib/gcc/i686-pc-linux-gnu/4.2.1/hardenednopiessp.specs"
PATH="/usr/i686-pc-linux-gnu/gcc-bin/4.2.1"
ROOTPATH="/usr/i686-pc-linux-gnu/gcc-bin/4.2.1"
GCC_PATH="/usr/i686-pc-linux-gnu/gcc-bin/4.2.1"
LDPATH="/usr/lib/gcc/i686-pc-linux-gnu/4.2.1"
MANPATH="/usr/share/gcc-data/i686-pc-linux-gnu/4.2.1/man"
INFOPATH="/usr/share/gcc-data/i686-pc-linux-gnu/4.2.1/info"
STDCXX_INCDIR="g++-v4"
GCC_SPECS="/usr/lib/gcc/i686-pc-linux-gnu/4.2.1/hardenednossp.specs"
PATH="/usr/i686-pc-linux-gnu/gcc-bin/4.2.1"
ROOTPATH="/usr/i686-pc-linux-gnu/gcc-bin/4.2.1"
GCC_PATH="/usr/i686-pc-linux-gnu/gcc-bin/4.2.1"
LDPATH="/usr/lib/gcc/i686-pc-linux-gnu/4.2.1"
MANPATH="/usr/share/gcc-data/i686-pc-linux-gnu/4.2.1/man"
INFOPATH="/usr/share/gcc-data/i686-pc-linux-gnu/4.2.1/info"
STDCXX_INCDIR="g++-v4"
GCC_SPECS="/usr/lib/gcc/i686-pc-linux-gnu/4.2.1/vanilla.specs"


output of paxtest might not be accurate since now I'm recompiling world with -D_FORTIFY_SOURCE=2
Mode: kiddie
Linux cathy 2.6.22-kamikaze5-ssp #1 PREEMPT Sun Aug 5 18:08:38 CEST 2007 i686 Intel(R) Pentium(R) M processor 1.73GHz GenuineIntel GNU/Linux

Executable anonymous mapping : Killed
Executable bss : Killed
Executable data : Killed
Executable heap : Killed
Executable stack : Killed
Executable anonymous mapping (mprotect) : Vulnerable
Executable bss (mprotect) : Vulnerable
Executable data (mprotect) : Vulnerable
Executable heap (mprotect) : Vulnerable
Executable stack (mprotect) : Vulnerable
Executable shared library bss (mprotect) : Vulnerable
Executable shared library data (mprotect): Vulnerable
Writable text segments : Vulnerable
Anonymous mapping randomisation test : 9 bits (guessed)
Heap randomisation test (ET_EXEC) : No randomisation
Heap randomisation test (ET_DYN) : No randomisation
Main executable randomisation (ET_EXEC) : 10 bits (guessed)
Main executable randomisation (ET_DYN) : 10 bits (guessed)
Shared library randomisation test : 10 bits (guessed)
Stack randomisation test (SEGMEXEC) : 19 bits (guessed)
Stack randomisation test (PAGEEXEC) : 19 bits (guessed)
Return to function (strcpy) : paxtest: return address contains a NULL byte.
Return to function (memcpy) : Killed
Return to function (strcpy, RANDEXEC) : paxtest: return address contains a NULL byte.
Return to function (memcpy, RANDEXEC) : Killed
Executable shared library bss : Killed
Executable shared library data : Killed
if I look in more detail I think the only difference are the strcpy & memcpy functions [not those with "contains a NULL byte]

good luck
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
Vlad.Sharp
Guru
Guru
User avatar
Posts: 337
Joined: Wed Dec 08, 2004 9:30 am
Location: Cambridgeshire, UK

  • Quote

Post by Vlad.Sharp » Wed Aug 08, 2007 12:52 pm

kernelOfTruth - you are definitely having more luck with hardened than I. What are your C(XX)FLAGS and LDFLAGS?

And what patches do you have for kamikaze5? (as an addon)
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Wed Aug 08, 2007 1:58 pm

Vlad.Sharp wrote:kernelOfTruth - you are definitely having more luck with hardened than I. What are your C(XX)FLAGS and LDFLAGS?

And what patches do you have for kamikaze5? (as an addon)
well I only replaced reiser4 with official latest reiser4-patch, grsecurity / pax unfortunately doesn't apply cleanly,
if I need additional security I use 2.6.21-klight6 with grsecurity + adaptive-readahead patch

here ya go:
Portage 2.1.3.3 (hardened/x86/2.6, gcc-4.2.1, glibc-2.6-r0, 2.6.22-kamikaze5-ssp i686)
=================================================================
System uname: 2.6.22-kamikaze5-ssp i686 Intel(R) Pentium(R) M processor 1.73GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Sun, 05 Aug 2007 09:50:01 +0000
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python: 2.4.4-r4
dev-python/pycrypto: 2.0.1-r6
sys-apps/sandbox: 1.2.17
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.16.1-r3, 2.17.50.0.17
sys-devel/gcc-config: 1.3.16
sys-devel/libtool: 1.5.23b
virtual/os-headers: 2.6.22-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-Os -march=pentium-m -pipe -mfpmath=sse -falign-functions=64 -fforce-addr -Wno-error -D_FORTIFY_SOURCE=2"
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/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-Os -march=pentium-m -pipe -mfpmath=sse -falign-functions=64 -fforce-addr -Wno-error -D_FORTIFY_SOURCE=2"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch userpriv usersandbox"
GENTOO_MIRRORS="ftp://gentoo.inode.at/source/ ftp://gd.tuwien.ac.at/opsys/linux/gentoo/ ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ ftp://mirrors.ludost.net/gentoo/ ftp://mirror.bih.net.ba/gentoo/ http://gentoo.mirror.web4u.cz/ http://mirror.uni-c.dk/pub/gentoo/ ftp://ftp.linux.ee/pub/gentoo/distfiles/ ftp://trumpetti.atm.tut.fi/gentoo/ ftp://ftp.public.fix.fi/gentoo ftp://mirror.ovh.net/gentoo-distfiles/ http://gentoo.modulix.net/gentoo/ http://ftp.club-internet.fr/pub/mirrors/gentoo ftp://gentoo.imj.fr/pub/gentoo/ ftp://ftp.free.fr/mirrors/ftp.gentoo.org/ ftp://sunsite.informatik.rwth-aachen.de ... nux/gentoo ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ "
LINGUAS="de en"
MAKEOPTS="-j5"
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 --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/portage/svn/experimental /usr/local/portage/misc_overlays /usr/local/portage/overlay /usr/local/portage/xeffects /usr/local/portage/ycarus /usr/local/portage/sunrise /usr/local/portage/gentooscience /usr/local/portage/gentopia /usr/local/portage/rmh3093 /usr/local/portage/berkano /usr/local/portage/hardened"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X a52 aac aalib acpi aim alsa arts asf avahi avi bash-completion beagle berkdb bonjour bzip2 cairo cddb cdparanoia cdr cjk clamav cracklib crypt cups dbus divx djvu dts dvb dvd dvdr dvdread dvi encode esd fbcon ffmpeg firefox flac ftp gdbm gif glitz gnome gnutls gpm gstreamer gtk gtk2 hal hardened hashstyle iconv icq idn imlib ipod ipv6 jack java javascript jpeg jpeg2k kde kdeenablefinal kdehiddenvisibility lcms ldap lesstif libnotify lm_sensors mad mailwrapper midi mmx mmx2 mmxext mp3 mpeg musepack musicbrainz ncurses newspr nls no-seamonkey nptl nptlonly nsplugin ogg opengl oscar paludis pam pango pcre pdf perl pic pie png ppds python qt3support qt4 quicktime readline rtc sasl scanner sdl slang smp speex spell sse sse2 ssl startup-notification svg t1lib tcpd threads tiff truetype unicode urandom usb v4l2 vcd vorbis wifi win32codecs x264 x86 xine xinerama xorg xprint xscreensaver xvid xvmc yahoo zlib" 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" CAMERAS="canon casio kodak konica minolta mustek panasonic polaroid ricoh samsung sonix sonydscf1 sonydscf55 soundvision toshiba" ELIBC="glibc" INPUT_DEVICES="keyboard mouse linuxinput ps2mouse serialmouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de en" USERLAND="GNU" VIDEO_CARDS="nv ati128 fglrx"
Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
it also works with -O2, -Os is somewhat better in terms of space & memory usage :wink:
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
Vlad.Sharp
Guru
Guru
User avatar
Posts: 337
Joined: Wed Dec 08, 2004 9:30 am
Location: Cambridgeshire, UK

  • Quote

Post by Vlad.Sharp » Wed Aug 08, 2007 4:10 pm

kernelOfTruth: Thanks for the tip, I'll try -Os. Do you know why it keeps appending -fno-stack-protector when compiling paxtest??
Top
rhill
Retired Dev
Retired Dev
User avatar
Posts: 1629
Joined: Fri Oct 22, 2004 9:58 am
Location: sk.ca

Re: -march=native

  • Quote

Post by rhill » Tue Aug 14, 2007 1:34 am

darkphader wrote:Whatever -march=native is doing, it is not providing the equivalent code to -march=nocona.
-march=native should be equivalent to -march=nocona -mtune=generic on C2D. btw, use `size` when comparing binary files.
by design, by neglect
for a fact or just for effect
Top
Dinini
Apprentice
Apprentice
Posts: 236
Joined: Wed Jun 11, 2003 12:22 am

Re: -march=native

  • Quote

Post by Dinini » Tue Aug 14, 2007 5:13 am

darkphader wrote:Whatever -march=native is doing, it is not providing the equivalent code to -march=nocona.
Here's quick check to see what it is doing (I suspect it's "-march=nocona -mtune=generic" which I understand is the gcc 4.2 recommendation for core2). The output should show you the values native is using.

Code: Select all

touch test.c && gcc -v -c test.c -o test -march=native
[edit] I hadn't realized I was answering from an old view of the page. I didn't mean to duplicate the previous post.
Top
mudrii
l33t
l33t
Posts: 789
Joined: Thu Jun 26, 2003 12:27 am
Location: Singapore
Contact:
Contact mudrii
Website

  • Quote

Post by mudrii » Wed Aug 22, 2007 4:30 am

where can I find working ebuild for gcc-4.2.1 ?
www.gentoo.ro
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Wed Aug 22, 2007 12:01 pm

mudrii wrote:where can I find working ebuild for gcc-4.2.1 ?
try my overlay:

click

it's based on seren's patchset + additional patches from kevquinn from pieworld

I built my whole world around it & it works :wink:
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
Ishiki
Tux's lil' helper
Tux's lil' helper
Posts: 86
Joined: Wed Aug 31, 2005 9:31 am

  • Quote

Post by Ishiki » Wed Aug 22, 2007 8:15 pm

kernelOfTruth, I can't download patches for your ebuild...
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Wed Aug 22, 2007 8:18 pm

Ishiki wrote:kernelOfTruth, I can't download patches for your ebuild...
you mean these ?
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
Ishiki
Tux's lil' helper
Tux's lil' helper
Posts: 86
Joined: Wed Aug 31, 2005 9:31 am

  • Quote

Post by Ishiki » Wed Aug 22, 2007 8:33 pm

Thanks for the link.

It's just odd that those patches are not included in your overlay file and ebuilds have no information about the URL to them.
emerge -u gcc
Calculating dependencies... done!
>>> Verifying ebuild Manifests...

>>> Emerging (1 of 1) sys-devel/gcc-4.2.1 to /
>>> Downloading 'http://distfiles.gentoo.org/distfiles/g ... .7.tar.bz2'
Initializing download: http://distfiles.gentoo.org/distfiles/g ... .7.tar.bz2
HTTP/1.1 404 Not Found
>>> Downloading 'http://distro.ibiblio.org/pub/linux/dis ... .7.tar.bz2'
And there are many other failing download initalizations after that.
Last edited by Ishiki on Wed Aug 22, 2007 8:45 pm, edited 1 time in total.
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Wed Aug 22, 2007 8:45 pm

Ishiki wrote:Thanks for the link.

It's just odd that those patches are not included in your overlay file and ebuilds have no information about the URL to them.[/code]
You're welcome,

I don't know anymore where the post I posted the link to my overlay was / is but I think I referred to kevquinn / kevin quinn's overlay :wink:
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
tomt21
n00b
n00b
Posts: 12
Joined: Sun Feb 18, 2007 1:25 pm

  • Quote

Post by tomt21 » Fri Sep 28, 2007 11:01 am

EDIT: silly me, I just did emerge sync and emerge portage and now its working
Top
garythompson
n00b
n00b
Posts: 52
Joined: Tue Nov 28, 2006 3:03 pm
Location: Brisbane, Australia

  • Quote

Post by garythompson » Wed Nov 21, 2007 3:47 pm

Hi people,
Is there a general consensus as to whether there is any advantage in moving my system to >=gcc-4.2.0 (I'm on 4.1.2)? I'm about to consider a recompile of my whole system and thought that while I'm at it, I will consider upgrading GCC.

Thanks.
Life is for Living
Top
wrc1944
Advocate
Advocate
Posts: 3467
Joined: Thu Aug 15, 2002 10:33 am
Location: Gainesville, Florida

  • Quote

Post by wrc1944 » Thu Nov 22, 2007 5:42 pm

IMO, if you're doing a complete rebuild and/or considering going to 4.2.0, you might as well go directly to 4.2.2, as it has a lot of the bugs worked out. However, I'm running only ~x86 systems for years, so if you're "stable" x86, you might need to do more researching. If "stable" emerge -upD gcc reports a 4.2.x version, you might be OK, but glibc and the toolchain might be a factor.

I'm just not sure about dealing with x86 systems, compiled with an ~x86 toolchain, as I've always been ~x86. This might be worth a look:
http://forums.gentoo.org/viewtopic-p-43 ... ml#4395755 My post at bottom of page one.

IMO, if you're going to adopt and compile a "stable" x86 system with an ~x86 "testing" version of gcc/glibc, you might as well go pure ~x86 in /etc/make.conf. Trying to mix the two causes more problems then pure ~x86.

Keep in mind the difference between "stable" and "testing" is relative to your level of Gentoo knowledge, and what apps you have installed on your base system. Some find more problems in stable than testing, as testing versions often have the needed fixes.
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Fri Nov 23, 2007 4:37 pm

Vlad.Sharp wrote:kernelOfTruth: Thanks for the tip, I'll try -Os. Do you know why it keeps appending -fno-stack-protector when compiling paxtest??
ah, well, sorry for the long delay :roll:

I simply must have overlooked your post

probably you'll get wrong results without that option that's why (not exactly sure ...)
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
Post Reply

450 posts
  • Page 18 of 18
    • Jump to page:
  • Previous
  • 1
  • …
  • 14
  • 15
  • 16
  • 17
  • 18

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic