* Re: [gentoo-user] Exluding some apps from emerge --update world
2006-07-30 14:57 [gentoo-user] Exluding some apps from emerge --update world Alex Fortwinder
@ 2006-07-04 19:58 ` Paul Sebastian Ziegler
2006-07-30 15:45 ` Jarry
2006-07-31 0:28 ` Neil Bothwick
2006-07-30 15:25 ` Robert G. Siebeck
2006-07-30 16:24 ` Randy Barlow
2 siblings, 2 replies; 20+ messages in thread
From: Paul Sebastian Ziegler @ 2006-07-04 19:58 UTC (permalink / raw
To: gentoo-user
Alex Fortwinder wrote:
> Hi list,
>
> I's like to update my system, however, I'd like to keep some of the packages as they are (X, firefox, kernel, etc)
> How do I go about it before i run emerge --update --deep --newuse world?
> Thanks in advance,
> Alex
Hi,
I'm not sure if I missed something here but removing the packages from
the world-file (/var/lib/portage/world) should work.
Also you could emerge them using the --oneshot option in the first place
to avoid adding them to the world-file.
However are you really sure you want to exclude packages with frequent
security-issues like firefox and the kernel from being updated?
MfG
Paul
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* [gentoo-user] Exluding some apps from emerge --update world
@ 2006-07-30 14:57 Alex Fortwinder
2006-07-04 19:58 ` Paul Sebastian Ziegler
` (2 more replies)
0 siblings, 3 replies; 20+ messages in thread
From: Alex Fortwinder @ 2006-07-30 14:57 UTC (permalink / raw
To: gentoo-user
Hi list,
I's like to update my system, however, I'd like to keep some of the packages as they are (X, firefox, kernel, etc)
How do I go about it before i run emerge --update --deep --newuse world?
Thanks in advance,
Alex
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Exluding some apps from emerge --update world
2006-07-30 14:57 [gentoo-user] Exluding some apps from emerge --update world Alex Fortwinder
2006-07-04 19:58 ` Paul Sebastian Ziegler
@ 2006-07-30 15:25 ` Robert G. Siebeck
2006-07-30 16:24 ` Randy Barlow
2 siblings, 0 replies; 20+ messages in thread
From: Robert G. Siebeck @ 2006-07-30 15:25 UTC (permalink / raw
To: gentoo-user
Hi,
2006/7/30, Alex Fortwinder <alex_fortwinder@gmx.net>:
> Hi list,
>
> I's like to update my system, however, I'd like to keep some of the packages as they are (X, firefox, kernel, etc)
> How do I go about it before i run emerge --update --deep --newuse world?
Just add the new versions of packages you don't want to be upgraded to
/etc/portage/package.mask
Robert.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Exluding some apps from emerge --update world
2006-07-04 19:58 ` Paul Sebastian Ziegler
@ 2006-07-30 15:45 ` Jarry
2006-07-31 0:28 ` Neil Bothwick
1 sibling, 0 replies; 20+ messages in thread
From: Jarry @ 2006-07-30 15:45 UTC (permalink / raw
To: gentoo-user
Paul Sebastian Ziegler wrote:
...
Check your system time, pls. Your message which I got right now
showed deep in my gentoo-inbox folder, it has date 4.7.2006 21:58
Jarry
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Exluding some apps from emerge --update world
2006-07-30 14:57 [gentoo-user] Exluding some apps from emerge --update world Alex Fortwinder
2006-07-04 19:58 ` Paul Sebastian Ziegler
2006-07-30 15:25 ` Robert G. Siebeck
@ 2006-07-30 16:24 ` Randy Barlow
[not found] ` <20060730211741.50a8e533.alex_fortwinder@gmx.net>
2006-09-06 8:31 ` Daevid Vincent
2 siblings, 2 replies; 20+ messages in thread
From: Randy Barlow @ 2006-07-30 16:24 UTC (permalink / raw
To: gentoo-user
Alex Fortwinder wrote:
> I's like to update my system, however, I'd like to keep some of the packages as they are (X, firefox, kernel, etc)
> How do I go about it before i run emerge --update --deep --newuse world?
Add entries to /etc/portage/package.mask. Something like:
>x11-base/xorg-x11-7.0-r1
would tell portage not to merge anything "greater than" X version
7.0-r1. You could also just put 7.0 and it would at least get you the
bug fixes (r2, r3, etc. when they come along). Enjoy!
R
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Exluding some apps from emerge --update world
[not found] ` <20060730211741.50a8e533.alex_fortwinder@gmx.net>
@ 2006-07-30 17:28 ` Tim Igoe
0 siblings, 0 replies; 20+ messages in thread
From: Tim Igoe @ 2006-07-30 17:28 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1604 bytes --]
Alex Fortwinder wrote:
> Hi again. I did everything you've suggested and put those in /etc/portage/mask, however I got this:
>
>
> --- Invalid atom in /etc/portage/package.mask: mail-client/sylpheed-2.2.5
> --- Invalid atom in /etc/portage/package.mask: www-client/mozilla-firefox-1.5.0.4
> --- Invalid atom in /etc/portage/package.mask: xorg-x11-7.0-r1
>
> What's atom it's talking about? Thanks again
>
The 'atom' being each line.
Because you have specified a version number, you will need to tell it if
you mean just that version (=) or anything newer than that version (>=)
thus
www-client/mozilla-firefox-1.5.0.4
would become
>=www-client/mozilla-firefox-1.5.0.4
Tim
> Alex
>
>
>
>
>
>
> On Sun, 30 Jul 2006 11:24:07 -0500
> Randy Barlow <randy@electronsweatshop.com> wrote:
>
>
>> Alex Fortwinder wrote:
>>
>>> I's like to update my system, however, I'd like to keep some of the packages as they are (X, firefox, kernel, etc)
>>> How do I go about it before i run emerge --update --deep --newuse world?
>>>
>> Add entries to /etc/portage/package.mask. Something like:
>>
>>
>>> x11-base/xorg-x11-7.0-r1
>>>
>> would tell portage not to merge anything "greater than" X version
>> 7.0-r1. You could also just put 7.0 and it would at least get you the
>> bug fixes (r2, r3, etc. when they come along). Enjoy!
>>
>> R
>> --
>> gentoo-user@gentoo.org mailing list
>>
>>
--
Tim Igoe
http://tv.igoe.me.uk - UK TV Guide
"Computers are like Air-con, open windows and they stop working!"
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Exluding some apps from emerge --update world
2006-07-04 19:58 ` Paul Sebastian Ziegler
2006-07-30 15:45 ` Jarry
@ 2006-07-31 0:28 ` Neil Bothwick
1 sibling, 0 replies; 20+ messages in thread
From: Neil Bothwick @ 2006-07-31 0:28 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 380 bytes --]
On Wed, 05 Jul 2006 04:58:30 +0900, Paul Sebastian Ziegler wrote:
> I'm not sure if I missed something here but removing the packages from
> the world-file (/var/lib/portage/world) should work.
It won't because, for example, xorg-x11 is a dependency of many other
packages in world.
--
Neil Bothwick
C:\DOS\SYSTEM\OS2\UTILITIES\DOCS\HELP\WHERE\THE\F$#%\AM\I???
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* RE: [gentoo-user] Exluding some apps from emerge --update world
2006-07-30 16:24 ` Randy Barlow
[not found] ` <20060730211741.50a8e533.alex_fortwinder@gmx.net>
@ 2006-09-06 8:31 ` Daevid Vincent
2006-09-06 8:48 ` Neil Bothwick
1 sibling, 1 reply; 20+ messages in thread
From: Daevid Vincent @ 2006-09-06 8:31 UTC (permalink / raw
To: gentoo-user
Related to this, is there a way to NOT get notified of all the minor
increments?
I'd rather just upgrade when a new "real" version is available instead of
all these itty bitty incremental upgrades like "rc1" "rc2" etc. or 0.5.2-r1
and 0.5.2-r3 etc. But I would consider 0.5.3 and certainly want 0.6.x
> -----Original Message-----
> From: Randy Barlow [mailto:randy@electronsweatshop.com]
> Sent: Sunday, July 30, 2006 9:24 AM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] Exluding some apps from emerge
> --update world
>
> Alex Fortwinder wrote:
> > I's like to update my system, however, I'd like to keep
> some of the packages as they are (X, firefox, kernel, etc)
> > How do I go about it before i run emerge --update --deep
> --newuse world?
>
> Add entries to /etc/portage/package.mask. Something like:
>
> >x11-base/xorg-x11-7.0-r1
>
> would tell portage not to merge anything "greater than" X version
> 7.0-r1. You could also just put 7.0 and it would at least get you the
> bug fixes (r2, r3, etc. when they come along). Enjoy!
>
> R
> --
> gentoo-user@gentoo.org mailing list
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Exluding some apps from emerge --update world
2006-09-06 8:31 ` Daevid Vincent
@ 2006-09-06 8:48 ` Neil Bothwick
2006-09-06 9:22 ` Daevid Vincent
0 siblings, 1 reply; 20+ messages in thread
From: Neil Bothwick @ 2006-09-06 8:48 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 422 bytes --]
On Wed, 6 Sep 2006 01:31:06 -0700, Daevid Vincent wrote:
> I'd rather just upgrade when a new "real" version is available instead
> of all these itty bitty incremental upgrades like "rc1" "rc2" etc. or
> 0.5.2-r1 and 0.5.2-r3 etc.
Even if 0.5.2-r1 contains a patch to fix a gaping security hole in 0.5.2?
--
Neil Bothwick
PENTIUM: Produces Erroneous Numbers Thru Incorrect Understanding of Mathematics
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* RE: [gentoo-user] Exluding some apps from emerge --update world
2006-09-06 8:48 ` Neil Bothwick
@ 2006-09-06 9:22 ` Daevid Vincent
2006-09-06 10:00 ` Hieu, Luu Danh
0 siblings, 1 reply; 20+ messages in thread
From: Daevid Vincent @ 2006-09-06 9:22 UTC (permalink / raw
To: gentoo-user
...even if...
The problem is that there is always something to emerge every day it seems
and it's getting tiresome, especially for things like KDE or Gnome that are
huge and take days on my 1Ghz Celeron.
I run a firewall and only ssh access (no telnet). There are no users on the
server (except me), so I'm not real worried about "gaping security holes",
as I'm sure the 0.5.3 version will fix it and be released not far after the
-r1, -r2, -r3 that I tend to always see.
> -----Original Message-----
> From: Neil Bothwick [mailto:neil@digimed.co.uk]
> Sent: Wednesday, September 06, 2006 1:49 AM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] Exluding some apps from emerge
> --update world
>
> On Wed, 6 Sep 2006 01:31:06 -0700, Daevid Vincent wrote:
>
> > I'd rather just upgrade when a new "real" version is
> available instead
> > of all these itty bitty incremental upgrades like "rc1"
> "rc2" etc. or
> > 0.5.2-r1 and 0.5.2-r3 etc.
>
> Even if 0.5.2-r1 contains a patch to fix a gaping security
> hole in 0.5.2?
>
>
> --
> Neil Bothwick
>
> PENTIUM: Produces Erroneous Numbers Thru Incorrect
> Understanding of Mathematics
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] Exluding some apps from emerge --update world
2006-09-06 9:22 ` Daevid Vincent
@ 2006-09-06 10:00 ` Hieu, Luu Danh
2006-09-06 13:01 ` [gentoo-user] problem with a world update Timothy A. Holmes
0 siblings, 1 reply; 20+ messages in thread
From: Hieu, Luu Danh @ 2006-09-06 10:00 UTC (permalink / raw
To: gentoo-user
-r1, -r2, -r3 are also usually fixes to the ebuild itself. For
example, one -r5 ebuild had the Xorg modular deps included in it,
while the -r4 did not. So it also affects your own system and how it
interacts with portage.
I suggest you use -l flag with emerge, or head/cat the Changelog
inside the ebuild which is asked to upgrade to -rX and see if it is
important or not before thinking of masking all the -rX updates.
On 06/09/06, Daevid Vincent <daevid@daevid.com> wrote:
> ...even if...
>
> The problem is that there is always something to emerge every day it seems
> and it's getting tiresome, especially for things like KDE or Gnome that are
> huge and take days on my 1Ghz Celeron.
>
> I run a firewall and only ssh access (no telnet). There are no users on the
> server (except me), so I'm not real worried about "gaping security holes",
> as I'm sure the 0.5.3 version will fix it and be released not far after the
> -r1, -r2, -r3 that I tend to always see.
>
> > -----Original Message-----
> > From: Neil Bothwick [mailto:neil@digimed.co.uk]
> > Sent: Wednesday, September 06, 2006 1:49 AM
> > To: gentoo-user@lists.gentoo.org
> > Subject: Re: [gentoo-user] Exluding some apps from emerge
> > --update world
> >
> > On Wed, 6 Sep 2006 01:31:06 -0700, Daevid Vincent wrote:
> >
> > > I'd rather just upgrade when a new "real" version is
> > available instead
> > > of all these itty bitty incremental upgrades like "rc1"
> > "rc2" etc. or
> > > 0.5.2-r1 and 0.5.2-r3 etc.
> >
> > Even if 0.5.2-r1 contains a patch to fix a gaping security
> > hole in 0.5.2?
> >
> >
> > --
> > Neil Bothwick
> >
> > PENTIUM: Produces Erroneous Numbers Thru Incorrect
> > Understanding of Mathematics
> >
>
> --
> gentoo-user@gentoo.org mailing list
>
>
--
.
.
--
*ipridian
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* [gentoo-user] problem with a world update
2006-09-06 10:00 ` Hieu, Luu Danh
@ 2006-09-06 13:01 ` Timothy A. Holmes
2006-09-06 15:53 ` Jean-Marc Beaune
2006-09-06 16:59 ` James Ausmus
0 siblings, 2 replies; 20+ messages in thread
From: Timothy A. Holmes @ 2006-09-06 13:01 UTC (permalink / raw
To: gentoo-user
Hi folks;
I have a server that im getting ready to build as a file server -- the
OS is installed (several months ago-- its been idleing) and im doing an
emerge -NDuav world to get it all up to date.
Im getting the following error, and I have no clue what to do about it,
can someone please point me in the right direction?
** adjusting tabset paths
sed -f run_tic.sed
/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/misc/terminfo.src
>terminfo.tmp
make[1]: Leaving directory
`/var/tmp/portage/ncurses-5.5-r2/work/narrowc/misc'
cd c++ && make DESTDIR="" all
make[1]: Entering directory
`/var/tmp/portage/ncurses-5.5-r2/work/narrowc/c++'
/usr/bin/g++ -I../c++ -I../include
-I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++ -DHAVE_CONFIG_H
-I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/../include -I.
-I../include -D_GNU_SOURCE -DNDEBUG {-O2 -march=pentium4 -pipe
-fomit-frame-pointer} -fPIC -c
/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/cursesf.cc -o
../obj_s/cursesf.o
/usr/bin/g++ -I../c++ -I../include
-I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++ -DHAVE_CONFIG_H
-I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/../include -I.
-I../include -D_GNU_SOURCE -DNDEBUG {-O2 -march=pentium4 -pipe
-fomit-frame-pointer} -fPIC -c
/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/cursesm.cc -o
../obj_s/cursesm.o
/usr/bin/g++ -I../c++ -I../include
-I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++ -DHAVE_CONFIG_H
-I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/../include -I.
-I../include -D_GNU_SOURCE -DNDEBUG {-O2 -march=pentium4 -pipe
-fomit-frame-pointer} -fPIC -c
/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/cursesw.cc -o
../obj_s/cursesw.o
g++: {-O2: No such file or directory
g++: {-O2: No such file or directory
/usr/bin/g++ -I../c++ -I../include
-I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++ -DHAVE_CONFIG_H
-I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/../include -I.
-I../include -D_GNU_SOURCE -DNDEBUG {-O2 -march=pentium4 -pipe
-fomit-frame-pointer} -fPIC -c
/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/cursespad.cc -o
../obj_s/cursespad.o
g++: {-O2: No such file or directory
g++: {-O2: No such file or directory
make[1]: *** [../obj_s/cursesf.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [../obj_s/cursespad.o] Error 1
make[1]: *** [../obj_s/cursesw.o] Error 1
make: *** [all] Error 2
!!! ERROR: sys-libs/ncurses-5.5-r2 failed.
Call stack:
ebuild.sh, line 1539: Called dyn_compile
ebuild.sh, line 939: Called src_compile
ncurses-5.5-r2.ebuild, line 49: Called do_compile
ncurses-5.5-r2.ebuild, line 91: Called die
!!! make failed
!!! If you need support, post the topmost build error, and the call
stack if relevant.
Timothy A. Holmes
IT Manager / Network Admin / Web Master / Computer Teacher
Medina Christian Academy
A Higher Standard...
Jeremiah 33:3
Jeremiah 29:11
Esther 4:14
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] problem with a world update
2006-09-06 13:01 ` [gentoo-user] problem with a world update Timothy A. Holmes
@ 2006-09-06 15:53 ` Jean-Marc Beaune
2006-09-06 16:49 ` Timothy A. Holmes
2006-09-06 16:59 ` James Ausmus
1 sibling, 1 reply; 20+ messages in thread
From: Jean-Marc Beaune @ 2006-09-06 15:53 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 3246 bytes --]
Could you send the output of 'emerge -V'?
On 9/6/06, Timothy A. Holmes <tholmes@mcaschool.net> wrote:
>
> Hi folks;
>
> I have a server that im getting ready to build as a file server -- the
> OS is installed (several months ago-- its been idleing) and im doing an
> emerge -NDuav world to get it all up to date.
>
> Im getting the following error, and I have no clue what to do about it,
> can someone please point me in the right direction?
>
>
>
> ** adjusting tabset paths
> sed -f run_tic.sed
> /var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/misc/terminfo.src
> >terminfo.tmp
> make[1]: Leaving directory
> `/var/tmp/portage/ncurses-5.5-r2/work/narrowc/misc'
> cd c++ && make DESTDIR="" all
> make[1]: Entering directory
> `/var/tmp/portage/ncurses-5.5-r2/work/narrowc/c++'
> /usr/bin/g++ -I../c++ -I../include
> -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++ -DHAVE_CONFIG_H
> -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/../include -I.
> -I../include -D_GNU_SOURCE -DNDEBUG {-O2 -march=pentium4 -pipe
> -fomit-frame-pointer} -fPIC -c
> /var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/cursesf.cc -o
> ../obj_s/cursesf.o
> /usr/bin/g++ -I../c++ -I../include
> -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++ -DHAVE_CONFIG_H
> -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/../include -I.
> -I../include -D_GNU_SOURCE -DNDEBUG {-O2 -march=pentium4 -pipe
> -fomit-frame-pointer} -fPIC -c
> /var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/cursesm.cc -o
> ../obj_s/cursesm.o
> /usr/bin/g++ -I../c++ -I../include
> -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++ -DHAVE_CONFIG_H
> -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/../include -I.
> -I../include -D_GNU_SOURCE -DNDEBUG {-O2 -march=pentium4 -pipe
> -fomit-frame-pointer} -fPIC -c
> /var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/cursesw.cc -o
> ../obj_s/cursesw.o
> g++: {-O2: No such file or directory
> g++: {-O2: No such file or directory
> /usr/bin/g++ -I../c++ -I../include
> -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++ -DHAVE_CONFIG_H
> -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/../include -I.
> -I../include -D_GNU_SOURCE -DNDEBUG {-O2 -march=pentium4 -pipe
> -fomit-frame-pointer} -fPIC -c
> /var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/cursespad.cc -o
> ../obj_s/cursespad.o
> g++: {-O2: No such file or directory
> g++: {-O2: No such file or directory
> make[1]: *** [../obj_s/cursesf.o] Error 1
> make[1]: *** Waiting for unfinished jobs....
> make[1]: *** [../obj_s/cursespad.o] Error 1
> make[1]: *** [../obj_s/cursesw.o] Error 1
> make: *** [all] Error 2
>
> !!! ERROR: sys-libs/ncurses-5.5-r2 failed.
> Call stack:
> ebuild.sh, line 1539: Called dyn_compile
> ebuild.sh, line 939: Called src_compile
> ncurses-5.5-r2.ebuild, line 49: Called do_compile
> ncurses-5.5-r2.ebuild, line 91: Called die
>
> !!! make failed
> !!! If you need support, post the topmost build error, and the call
> stack if relevant.
>
> Timothy A. Holmes
> IT Manager / Network Admin / Web Master / Computer Teacher
>
> Medina Christian Academy
> A Higher Standard...
>
> Jeremiah 33:3
> Jeremiah 29:11
> Esther 4:14
>
>
>
> --
> gentoo-user@gentoo.org mailing list
>
>
--
/JM
[-- Attachment #2: Type: text/html, Size: 3824 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* RE: [gentoo-user] problem with a world update
2006-09-06 15:53 ` Jean-Marc Beaune
@ 2006-09-06 16:49 ` Timothy A. Holmes
2006-09-06 16:56 ` Jean-Marc Beaune
0 siblings, 1 reply; 20+ messages in thread
From: Timothy A. Holmes @ 2006-09-06 16:49 UTC (permalink / raw
To: gentoo-user
Could you send the output of 'emerge -V'?
/JM
[Timothy A. Holmes]
srvweb-01 ~ # emerge -V
Portage 2.1-r2 (default-linux/x86/no-nptl, gcc-3.4.4, glibc-2.3.5-r2,
2.6.16-gentoo-r6Kernel5-9-2006a i686)
srvweb-01 ~ #
Timothy A. Holmes
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] problem with a world update
2006-09-06 16:49 ` Timothy A. Holmes
@ 2006-09-06 16:56 ` Jean-Marc Beaune
2006-09-06 17:56 ` Timothy A. Holmes
0 siblings, 1 reply; 20+ messages in thread
From: Jean-Marc Beaune @ 2006-09-06 16:56 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 400 bytes --]
Did you upgrade gcc ?
On 9/6/06, Timothy A. Holmes <tholmes@mcaschool.net> wrote:
>
> Could you send the output of 'emerge -V'?
>
> /JM
> [Timothy A. Holmes]
>
>
> srvweb-01 ~ # emerge -V
> Portage 2.1-r2 (default-linux/x86/no-nptl, gcc-3.4.4, glibc-2.3.5-r2,
> 2.6.16-gentoo-r6Kernel5-9-2006a i686)
> srvweb-01 ~ #
>
> Timothy A. Holmes
>
>
> --
> gentoo-user@gentoo.org mailing list
>
>
--
/JM
[-- Attachment #2: Type: text/html, Size: 763 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] problem with a world update
2006-09-06 13:01 ` [gentoo-user] problem with a world update Timothy A. Holmes
2006-09-06 15:53 ` Jean-Marc Beaune
@ 2006-09-06 16:59 ` James Ausmus
2006-09-06 18:33 ` Timothy A. Holmes
1 sibling, 1 reply; 20+ messages in thread
From: James Ausmus @ 2006-09-06 16:59 UTC (permalink / raw
To: gentoo-user
On 9/6/06, Timothy A. Holmes <tholmes@mcaschool.net> wrote:
> Hi folks;
>
> I have a server that im getting ready to build as a file server -- the
> OS is installed (several months ago-- its been idleing) and im doing an
> emerge -NDuav world to get it all up to date.
>
> Im getting the following error, and I have no clue what to do about it,
> can someone please point me in the right direction?
>
>
>
> ** adjusting tabset paths
> sed -f run_tic.sed
> /var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/misc/terminfo.src
> >terminfo.tmp
> make[1]: Leaving directory
> `/var/tmp/portage/ncurses-5.5-r2/work/narrowc/misc'
> cd c++ && make DESTDIR="" all
> make[1]: Entering directory
> `/var/tmp/portage/ncurses-5.5-r2/work/narrowc/c++'
> /usr/bin/g++ -I../c++ -I../include
> -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++ -DHAVE_CONFIG_H
> -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/../include -I.
> -I../include -D_GNU_SOURCE -DNDEBUG {-O2 -march=pentium4 -pipe
> -fomit-frame-pointer} -fPIC -c
It looks like your CFLAGS setting in /etc/make.conf might be screwed
up - contains some curly braces {} ?
HTH-
James
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* RE: [gentoo-user] problem with a world update
2006-09-06 16:56 ` Jean-Marc Beaune
@ 2006-09-06 17:56 ` Timothy A. Holmes
2006-09-06 19:46 ` Richard Fish
0 siblings, 1 reply; 20+ messages in thread
From: Timothy A. Holmes @ 2006-09-06 17:56 UTC (permalink / raw
To: gentoo-user
Did you upgrade gcc ?
On 9/6/06, Timothy A. Holmes <tholmes@mcaschool.net> wrote:
Could you send the output of 'emerge -V'?
/JM
[Timothy A. Holmes]
srvweb-01 ~ # emerge -V
Portage 2.1-r2 (default-linux/x86/no-nptl, gcc-3.4.4, glibc-2.3.5-r2,
2.6.16-gentoo-r6Kernel5-9-2006a i686)
srvweb-01 ~ #
Timothy A. Holmes
Not yet, should I do that first?
Timothy A. Holmes
IT Manager / Network Admin / Web Master / Computer Teacher
Medina Christian Academy
A Higher Standard...
Jeremiah 33:3
Jeremiah 29:11
Esther 4:14
________________________________________
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* RE: [gentoo-user] problem with a world update
2006-09-06 16:59 ` James Ausmus
@ 2006-09-06 18:33 ` Timothy A. Holmes
2006-09-06 18:49 ` Gian Domeni Calgeer
0 siblings, 1 reply; 20+ messages in thread
From: Timothy A. Holmes @ 2006-09-06 18:33 UTC (permalink / raw
To: gentoo-user
> -----Original Message-----
> From: James Ausmus [mailto:james.ausmus@gmail.com]
> Sent: Wednesday, September 06, 2006 12:59 PM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] problem with a world update
>
> On 9/6/06, Timothy A. Holmes <tholmes@mcaschool.net> wrote:
> > Hi folks;
> >
> > I have a server that im getting ready to build as a file server --
the
> > OS is installed (several months ago-- its been idleing) and im doing
an
> > emerge -NDuav world to get it all up to date.
> >
> > Im getting the following error, and I have no clue what to do about
it,
> > can someone please point me in the right direction?
> >
> >
> >
> > ** adjusting tabset paths
> > sed -f run_tic.sed
> > /var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/misc/terminfo.src
> > >terminfo.tmp
> > make[1]: Leaving directory
> > `/var/tmp/portage/ncurses-5.5-r2/work/narrowc/misc'
> > cd c++ && make DESTDIR="" all
> > make[1]: Entering directory
> > `/var/tmp/portage/ncurses-5.5-r2/work/narrowc/c++'
> > /usr/bin/g++ -I../c++ -I../include
> > -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++
-DHAVE_CONFIG_H
> > -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/../include
-I.
> > -I../include -D_GNU_SOURCE -DNDEBUG {-O2 -march=pentium4 -pipe
> > -fomit-frame-pointer} -fPIC -c
>
> It looks like your CFLAGS setting in /etc/make.conf might be screwed
> up - contains some curly braces {} ?
>
> HTH-
>
> James
> --
> gentoo-user@gentoo.org mailing list
[Timothy A. Holmes]
James:
The setting is set per the handbook -- with a couple mods for speed
CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="{$CFLAGS}"
MAKEOPTS="-j4"
Timothy A. Holmes
IT Manager / Network Admin / Web Master / Computer Teacher
Medina Christian Academy
A Higher Standard...
Jeremiah 33:3
Jeremiah 29:11
Esther 4:14
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] problem with a world update
2006-09-06 18:33 ` Timothy A. Holmes
@ 2006-09-06 18:49 ` Gian Domeni Calgeer
0 siblings, 0 replies; 20+ messages in thread
From: Gian Domeni Calgeer @ 2006-09-06 18:49 UTC (permalink / raw
To: gentoo-user
Am Mittwoch, 6. September 2006 20:33 schrieb Timothy A. Holmes:
> The setting is set per the handbook -- with a couple mods for speed
> CXXFLAGS="{$CFLAGS}"
Hi
I think CXXFLAGS="${CFLAGS}" would be the correct syntax.
Gian
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] problem with a world update
2006-09-06 17:56 ` Timothy A. Holmes
@ 2006-09-06 19:46 ` Richard Fish
0 siblings, 0 replies; 20+ messages in thread
From: Richard Fish @ 2006-09-06 19:46 UTC (permalink / raw
To: gentoo-user
On 9/6/06, Timothy A. Holmes <tholmes@mcaschool.net> wrote:
> srvweb-01 ~ # emerge -V
> Portage 2.1-r2 (default-linux/x86/no-nptl, gcc-3.4.4, glibc-2.3.5-r2,
BTW, you probably do _not_ want to be on a no-nptl profile. The
current glibc is nptl only, so you will probably need to update your
profile, and add nptl nptlonly to your use flags.
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
end of thread, other threads:[~2006-09-06 20:01 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-30 14:57 [gentoo-user] Exluding some apps from emerge --update world Alex Fortwinder
2006-07-04 19:58 ` Paul Sebastian Ziegler
2006-07-30 15:45 ` Jarry
2006-07-31 0:28 ` Neil Bothwick
2006-07-30 15:25 ` Robert G. Siebeck
2006-07-30 16:24 ` Randy Barlow
[not found] ` <20060730211741.50a8e533.alex_fortwinder@gmx.net>
2006-07-30 17:28 ` Tim Igoe
2006-09-06 8:31 ` Daevid Vincent
2006-09-06 8:48 ` Neil Bothwick
2006-09-06 9:22 ` Daevid Vincent
2006-09-06 10:00 ` Hieu, Luu Danh
2006-09-06 13:01 ` [gentoo-user] problem with a world update Timothy A. Holmes
2006-09-06 15:53 ` Jean-Marc Beaune
2006-09-06 16:49 ` Timothy A. Holmes
2006-09-06 16:56 ` Jean-Marc Beaune
2006-09-06 17:56 ` Timothy A. Holmes
2006-09-06 19:46 ` Richard Fish
2006-09-06 16:59 ` James Ausmus
2006-09-06 18:33 ` Timothy A. Holmes
2006-09-06 18:49 ` Gian Domeni Calgeer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox