public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] GCC 3.4 x86 Profiles
@ 2004-08-23  2:55 Daniel Goller
  2004-08-23  3:54 ` Peter Gordon
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Daniel Goller @ 2004-08-23  2:55 UTC (permalink / raw
  To: gentoo-dev

Please test the following profiles on x86 and report problems/successes:

/usr/portage/profiles/default-linux/x86/2004.3/gcc34
/usr/portage/profiles/default-linux/x86/2004.3/gcc34/2.6

the second is nothing more than the first which should be using 
linux26-headers in place of linux-headers
and gentoo-dev-sources instead of gentoo-sources

The flat profile /usr/portage/profiles/gcc34-x86-2004.2 exists but in 
wake of cascaded profiles being the next step in evolution i would like 
to invite anyone using this profile to switch to the above listed 
cascaded profiles.

Thanks in advance for your time,

Daniel






--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-dev] GCC 3.4 x86 Profiles
  2004-08-23  2:55 [gentoo-dev] GCC 3.4 x86 Profiles Daniel Goller
@ 2004-08-23  3:54 ` Peter Gordon
  2004-08-23  3:57   ` Norberto Bensa
  2004-08-23 18:43 ` Norberto Bensa
  2004-08-30  3:09 ` Andrew Gaffney
  2 siblings, 1 reply; 10+ messages in thread
From: Peter Gordon @ 2004-08-23  3:54 UTC (permalink / raw
  To: Gentoo Developers Mailing List

[-- Attachment #1: Type: text/plain, Size: 1578 bytes --]

I'm currently using the gcc33-x86-2004.0 profile. I would like to change 
my system to use the new default-linux/x86/2004.3/gcc34/2.6 profile. How 
would I go about doing this? Should I just change the /etc/make.profile 
symlink? Thanx.

Daniel Goller wrote:
> Please test the following profiles on x86 and report problems/successes:
> 
> /usr/portage/profiles/default-linux/x86/2004.3/gcc34
> /usr/portage/profiles/default-linux/x86/2004.3/gcc34/2.6
> 
> the second is nothing more than the first which should be using 
> linux26-headers in place of linux-headers
> and gentoo-dev-sources instead of gentoo-sources
> 
> The flat profile /usr/portage/profiles/gcc34-x86-2004.2 exists but in 
> wake of cascaded profiles being the next step in evolution i would like 
> to invite anyone using this profile to switch to the above listed 
> cascaded profiles.
> 
> Thanks in advance for your time,
> 
> Daniel
> 
> 
> 
> 
> 
> 
> -- 
> gentoo-dev@gentoo.org mailing list
> 

-- 
()  The ASCII Ribbon Campaign - against HTML Email,
/\  vCards, and proprietary formats.
---------------------------------------------------
Peter A. Gordon
E-Mail: admin@ramshacklestudios.com
GPG Public Key ID: 0x109DBECE
GPG Key Fingerprint (SHA1):
   E485 E2F7 11CE F9B2 E3D9 C95D 208F B732 109D BECE
---------------------------------------------------
I digitally sign (using GnuPG) every email I write.
If this or any other email that you recieve from me
   is not signed, or has a bad OpenPGP signature,
   please notify me. Thank you. --Peter
---------------------------------------------------

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-dev] GCC 3.4 x86 Profiles
  2004-08-23  3:54 ` Peter Gordon
@ 2004-08-23  3:57   ` Norberto Bensa
  2004-08-23  4:09     ` Daniel Goller
  0 siblings, 1 reply; 10+ messages in thread
From: Norberto Bensa @ 2004-08-23  3:57 UTC (permalink / raw
  To: gentoo-dev

Peter Gordon wrote:
> like to change
> my system to use the new default-linux/x86/2004.3/gcc34/2.6 profile. How
> would I go about doing this?

# rm /etc/make.profile
# ln -s /usr/portage/profiles/default-linux/x86/2004.3/gcc34/2.6 /etc/make.profile

Regards,
Norberto

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-dev] GCC 3.4 x86 Profiles
  2004-08-23  4:09     ` Daniel Goller
@ 2004-08-23  4:04       ` Norberto Bensa
  2004-08-24 14:17       ` gaelic
  1 sibling, 0 replies; 10+ messages in thread
From: Norberto Bensa @ 2004-08-23  4:04 UTC (permalink / raw
  To: gentoo-dev

Daniel Goller wrote:
> 2004.2 not 2004.3, sorry for my initial typo

Ah ha! That's why I don't have a 2004.3 profile! :-D


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-dev] GCC 3.4 x86 Profiles
  2004-08-23  3:57   ` Norberto Bensa
@ 2004-08-23  4:09     ` Daniel Goller
  2004-08-23  4:04       ` Norberto Bensa
  2004-08-24 14:17       ` gaelic
  0 siblings, 2 replies; 10+ messages in thread
From: Daniel Goller @ 2004-08-23  4:09 UTC (permalink / raw
  To: Norberto Bensa; +Cc: gentoo-dev

yes that is how you do it, just that my typo was picked up

# rm /etc/make.profile
# ln -s /usr/portage/profiles/default-linux/x86/2004.2/gcc34/2.6 /etc/make.profile

2004.2 not 2004.3, sorry for my initial typo


Norberto Bensa wrote:

>Peter Gordon wrote:
>  
>
>>like to change
>>my system to use the new default-linux/x86/2004.3/gcc34/2.6 profile. How
>>would I go about doing this?
>>    
>>
>
># rm /etc/make.profile
># ln -s /usr/portage/profiles/default-linux/x86/2004.3/gcc34/2.6 /etc/make.profile
>
>Regards,
>Norberto
>
>--
>gentoo-dev@gentoo.org mailing list
>
>
>  
>

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-dev] GCC 3.4 x86 Profiles
@ 2004-08-23  4:21 stuart
  0 siblings, 0 replies; 10+ messages in thread
From: stuart @ 2004-08-23  4:21 UTC (permalink / raw
  To: gentoo-dev

[snip]

It fails for me without ACCEPT_KEYWORDS set to ~x86 ... If it is set it
worked fine (Using the 2.6 version)
Unfortunately I didn't keep the log of where it failed although it failed
in emerge system.

I am currently using a Dell 2600 as part of a revolving web server
arrangement.  It has not had a single problem.  It's doing the Apache 2 +
FastCGI + PHP4 + MySQL4 + exim thing.

Thanks,
Stuart


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-dev] GCC 3.4 x86 Profiles
  2004-08-23  2:55 [gentoo-dev] GCC 3.4 x86 Profiles Daniel Goller
  2004-08-23  3:54 ` Peter Gordon
@ 2004-08-23 18:43 ` Norberto Bensa
  2004-08-30  3:09 ` Andrew Gaffney
  2 siblings, 0 replies; 10+ messages in thread
From: Norberto Bensa @ 2004-08-23 18:43 UTC (permalink / raw
  To: gentoo-dev; +Cc: Daniel Goller

Daniel Goller wrote:
> Please test the following profiles on x86 and report problems/successes:
>
> /usr/portage/profiles/default-linux/x86/2004.3/gcc34
> /usr/portage/profiles/default-linux/x86/2004.3/gcc34/2.6

I'm using /usr/portage/profiles/default-linux/x86/2004.2/gcc34/2.6, but I ran 
into a problem with nvidia-kernel. The ebuild expect x86 in USE and this 
profile does not set this flag.

$ sudo emerge nvidia-kernel
Calculating dependencies ...done!
>>> emerge (1 of 1) media-video/nvidia-kernel-1.0.6111 to /
>>> Unpacking source...
 * /usr/src/linux is a symbolic link
 * Determining the real directory of the Linux kernel source code
 * Building for Linux 2.6.8.1-mm4 found in /usr/src/linux
 * which outputs to /usr/src/linux
 * By not using the kernel's ability to output to an alternative
 * directory, some external module builds may fail.
 * See <insert link to user doc here>
bash: /usr/portage/distfiles/-.run: No such file or directory
/usr/portage/media-video/nvidia-kernel/nvidia-kernel-1.0.6111.ebuild: line 68: 
cd: /var/tmp/portage/nvidia-kernel-1.0.6111/work/-/usr/src/nv: No such file 
or directory
>>> Source unpacked.
make: *** No rule to make target `clean'.  Stop.

!!! ERROR: media-video/nvidia-kernel-1.0.6111 failed.
!!! Function src_compile, Line 87, Exitcode 2
!!! Failed to build module


$ emerge --info
Portage 2.0.50-r10 (2.6, gcc-3.4.1, glibc-2.3.4.20040808-r0, 2.6.8.1-mm4)
=================================================================
System uname: 2.6.8.1-mm4 i686 Pentium III (Coppermine)
Gentoo Base System version 1.5.3
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -Os -pipe -fomit-frame-pointer -ffast-math -ftracer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/share/config:/usr/kde/3.3/env:/usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -Os -pipe -fomit-frame-pointer -ffast-math -ftracer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache sandbox sfperms userpriv usersandbox"
GENTOO_MIRRORS="http://gentoo.osuosl.org 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.samerica.gentoo.org/gentoo-portage"
USE="acl acpi alsa cups gif imap jack ldap mmx nls nptl opengl pam pic 
readline sasl sse ssl tcpd threads unicode usb zlib"


$ USE=x86 sudo emerge nvidia-kernel
Calculating dependencies ...done!
>>> emerge (1 of 1) media-video/nvidia-kernel-1.0.6111 to /
x86
>>> md5 src_uri ;-) NVIDIA-Linux-x86-1.0-6111-pkg1.run
x86
x86
>>> Unpacking source...
 * /usr/src/linux is a symbolic link
 * Determining the real directory of the Linux kernel source code
 * Building for Linux 2.6.8.1-mm4 found in /usr/src/linux
 * which outputs to /usr/src/linux
 * By not using the kernel's ability to output to an alternative
 * directory, some external module builds may fail.
 * See <insert link to user doc here>
Creating directory NVIDIA-Linux-x86-1.0-6111-pkg1
Verifying archive integrity... OK
Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86 
1.0-6111..........................................................................................................................................................................................................
>>> Source unpacked.
x86

NVIDIA: calling KBUILD...
make -C //usr/src/linux         \
KBUILD_SRC=/usr/src/linux-2.6.8.1-mm4        KBUILD_VERBOSE=1   \
KBUILD_CHECK= 
KBUILD_EXTMOD="/var/tmp/portage/nvidia-kernel-1.0.6111/work/NVIDIA-Linux-x86-1.0-6111-pkg1/usr/src/nv"      
\
        -f /usr/src/linux-2.6.8.1-mm4/Makefile modules


... emerge continues...

Thanks,
Norberto

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-dev] GCC 3.4 x86 Profiles
  2004-08-24 14:17       ` gaelic
@ 2004-08-24 13:41         ` Mike Frysinger
  0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger @ 2004-08-24 13:41 UTC (permalink / raw
  To: gentoo-dev

On Tuesday 24 August 2004 10:17 am, gaelic wrote:
> wanted to start ufed but:
> >sh: /etc/make.profile/make.defaults: No such file or directory
> >sh: /etc/make.profile/make.defaults: No such file or directory
> >couldn't open use.defaults at /usr/sbin/ufed line 513.

ufed doesnt support cascading profiles
-mike

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-dev] GCC 3.4 x86 Profiles
  2004-08-23  4:09     ` Daniel Goller
  2004-08-23  4:04       ` Norberto Bensa
@ 2004-08-24 14:17       ` gaelic
  2004-08-24 13:41         ` Mike Frysinger
  1 sibling, 1 reply; 10+ messages in thread
From: gaelic @ 2004-08-24 14:17 UTC (permalink / raw
  To: gentoo-dev

Hi.

theres no make.defaults,... in the 2.6 directory. is it ok?

wanted to start ufed but:

>sh: /etc/make.profile/make.defaults: No such file or directory
>sh: /etc/make.profile/make.defaults: No such file or directory
>couldn't open use.defaults at /usr/sbin/ufed line 513.

thanks

gaelic

On Sun, 22 Aug 2004 23:09:17 -0500
Daniel Goller <morfic@gentoo.org> wrote:

> yes that is how you do it, just that my typo was picked up
> 
> # rm /etc/make.profile
> # ln -s /usr/portage/profiles/default-linux/x86/2004.2/gcc34/2.6
> # /etc/make.profile
> 
> 2004.2 not 2004.3, sorry for my initial typo
> 
> 
> Norberto Bensa wrote:
> 
> >Peter Gordon wrote:
> >  
> >
> >>like to change
> >>my system to use the new default-linux/x86/2004.3/gcc34/2.6 profile.
> >How>would I go about doing this?
> >>    
> >>
> >
> ># rm /etc/make.profile
> ># ln -s /usr/portage/profiles/default-linux/x86/2004.3/gcc34/2.6
> >/etc/make.profile
> >
> >Regards,
> >Norberto
> >
> >--
> >gentoo-dev@gentoo.org mailing list
> >
> >
> >  
> >
> 
> --
> gentoo-dev@gentoo.org mailing list
> 
> 

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-dev] GCC 3.4 x86 Profiles
  2004-08-23  2:55 [gentoo-dev] GCC 3.4 x86 Profiles Daniel Goller
  2004-08-23  3:54 ` Peter Gordon
  2004-08-23 18:43 ` Norberto Bensa
@ 2004-08-30  3:09 ` Andrew Gaffney
  2 siblings, 0 replies; 10+ messages in thread
From: Andrew Gaffney @ 2004-08-30  3:09 UTC (permalink / raw
  To: Daniel Goller; +Cc: gentoo-dev

Daniel Goller wrote:
> Please test the following profiles on x86 and report problems/successes:
> 
> /usr/portage/profiles/default-linux/x86/2004.3/gcc34
> /usr/portage/profiles/default-linux/x86/2004.3/gcc34/2.6
> 
> the second is nothing more than the first which should be using 
> linux26-headers in place of linux-headers
> and gentoo-dev-sources instead of gentoo-sources
> 
> The flat profile /usr/portage/profiles/gcc34-x86-2004.2 exists but in 
> wake of cascaded profiles being the next step in evolution i would like 
> to invite anyone using this profile to switch to the above listed 
> cascaded profiles.

I've been using the 2.6 profile above without problems for about a week now.

-- 
Andrew Gaffney
Network Administrator
Skyline Aeronautics, LLC.
636-357-1548


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-08-30  3:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-23  2:55 [gentoo-dev] GCC 3.4 x86 Profiles Daniel Goller
2004-08-23  3:54 ` Peter Gordon
2004-08-23  3:57   ` Norberto Bensa
2004-08-23  4:09     ` Daniel Goller
2004-08-23  4:04       ` Norberto Bensa
2004-08-24 14:17       ` gaelic
2004-08-24 13:41         ` Mike Frysinger
2004-08-23 18:43 ` Norberto Bensa
2004-08-30  3:09 ` Andrew Gaffney
  -- strict thread matches above, loose matches on Subject: below --
2004-08-23  4:21 stuart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox