* [gentoo-user] how to trigger complete rebuild after changing CFLAGS oder USEFLAGS
@ 2006-05-30 9:44 Enrico Weigelt
2006-05-30 9:53 ` Raymond Lewis Rebbeck
2006-05-30 9:55 ` Jürgen Pierau
0 siblings, 2 replies; 9+ messages in thread
From: Enrico Weigelt @ 2006-05-30 9:44 UTC (permalink / raw
To: gentoo-user
Hi folks,
can anyone give me a quick hint, how to trigger a complete rebuild
if some build settings, ie CFLAGS or USEFLAGS are changed ?
thanks
--
---------------------------------------------------------------------
Enrico Weigelt == metux IT service
phone: +49 36207 519931 www: http://www.metux.de/
fax: +49 36207 519932 email: contact@metux.de
cellphone: +49 174 7066481
---------------------------------------------------------------------
-- DSL ab 0 Euro. -- statische IP -- UUCP -- Hosting -- Webshops --
---------------------------------------------------------------------
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] how to trigger complete rebuild after changing CFLAGS oder USEFLAGS
2006-05-30 9:44 [gentoo-user] how to trigger complete rebuild after changing CFLAGS oder USEFLAGS Enrico Weigelt
@ 2006-05-30 9:53 ` Raymond Lewis Rebbeck
2006-05-30 9:55 ` Jürgen Pierau
1 sibling, 0 replies; 9+ messages in thread
From: Raymond Lewis Rebbeck @ 2006-05-30 9:53 UTC (permalink / raw
To: gentoo-user
# emerge -e world
On Tuesday, 30 May 2006 19:14, Enrico Weigelt wrote:
> Hi folks,
>
> can anyone give me a quick hint, how to trigger a complete rebuild
> if some build settings, ie CFLAGS or USEFLAGS are changed ?
>
> thanks
> --
> ---------------------------------------------------------------------
> Enrico Weigelt == metux IT service
>
> phone: +49 36207 519931 www: http://www.metux.de/
> fax: +49 36207 519932 email: contact@metux.de
> cellphone: +49 174 7066481
> ---------------------------------------------------------------------
> -- DSL ab 0 Euro. -- statische IP -- UUCP -- Hosting -- Webshops --
> ---------------------------------------------------------------------
--
Raymond Lewis Rebbeck
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] how to trigger complete rebuild after changing CFLAGS oder USEFLAGS
2006-05-30 9:44 [gentoo-user] how to trigger complete rebuild after changing CFLAGS oder USEFLAGS Enrico Weigelt
2006-05-30 9:53 ` Raymond Lewis Rebbeck
@ 2006-05-30 9:55 ` Jürgen Pierau
2006-05-30 13:59 ` Neil Bothwick
1 sibling, 1 reply; 9+ messages in thread
From: Jürgen Pierau @ 2006-05-30 9:55 UTC (permalink / raw
To: gentoo-user
Enrico Weigelt schrieb:
> Hi folks,
>
> can anyone give me a quick hint, how to trigger a complete rebuild
> if some build settings, ie CFLAGS or USEFLAGS are changed ?
>
> thanks
>
Yo Enrico,
emerge -aev world
should do the trick.
Jürgen
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] how to trigger complete rebuild after changing CFLAGS oder USEFLAGS
2006-05-30 9:55 ` Jürgen Pierau
@ 2006-05-30 13:59 ` Neil Bothwick
2006-05-31 19:10 ` Enrico Weigelt
0 siblings, 1 reply; 9+ messages in thread
From: Neil Bothwick @ 2006-05-30 13:59 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 426 bytes --]
On Tue, 30 May 2006 11:55:24 +0200, Jürgen Pierau wrote:
> > can anyone give me a quick hint, how to trigger a complete rebuild
> > if some build settings, ie CFLAGS or USEFLAGS are changed ?
> emerge -aev world
For a change of CFLAGS. For USE changes you only need to rebuild the
affected packages with
emerge -uavDN world
--
Neil Bothwick
I couldn't repair your brakes, so I made your horn louder.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] how to trigger complete rebuild after changing CFLAGS oder USEFLAGS
2006-05-30 13:59 ` Neil Bothwick
@ 2006-05-31 19:10 ` Enrico Weigelt
2006-05-31 19:57 ` Justin R Findlay
0 siblings, 1 reply; 9+ messages in thread
From: Enrico Weigelt @ 2006-05-31 19:10 UTC (permalink / raw
To: gentoo-user
* Neil Bothwick <neil@digimed.co.uk> wrote:
> On Tue, 30 May 2006 11:55:24 +0200, Jürgen Pierau wrote:
>
> > > can anyone give me a quick hint, how to trigger a complete rebuild
> > > if some build settings, ie CFLAGS or USEFLAGS are changed ?
>
> > emerge -aev world
>
> For a change of CFLAGS. For USE changes you only need to rebuild the
> affected packages with
>
> emerge -uavDN world
Ok. Thanks.
What does
emerge system
exactly do ?
cu
--
---------------------------------------------------------------------
Enrico Weigelt == metux IT service
phone: +49 36207 519931 www: http://www.metux.de/
fax: +49 36207 519932 email: contact@metux.de
cellphone: +49 174 7066481
---------------------------------------------------------------------
-- DSL ab 0 Euro. -- statische IP -- UUCP -- Hosting -- Webshops --
---------------------------------------------------------------------
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] how to trigger complete rebuild after changing CFLAGS oder USEFLAGS
2006-05-31 19:10 ` Enrico Weigelt
@ 2006-05-31 19:57 ` Justin R Findlay
2006-05-31 20:53 ` Hans-Werner Hilse
0 siblings, 1 reply; 9+ messages in thread
From: Justin R Findlay @ 2006-05-31 19:57 UTC (permalink / raw
To: gentoo-user
On Wed, May 31, 2006 at 09:10:48PM +0200, Enrico Weigelt wrote:
>
> What does
>
> emerge system
>
> exactly do ?
system is an alias for a bunch of core packages. I forgot where it's
defined.
Justin
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] how to trigger complete rebuild after changing CFLAGS oder USEFLAGS
2006-05-31 19:57 ` Justin R Findlay
@ 2006-05-31 20:53 ` Hans-Werner Hilse
2006-06-15 16:43 ` Enrico Weigelt
0 siblings, 1 reply; 9+ messages in thread
From: Hans-Werner Hilse @ 2006-05-31 20:53 UTC (permalink / raw
To: gentoo-user
Hi,
On Wed, 31 May 2006 13:57:10 -0600
Justin R Findlay <justin@jfindlay.us> wrote:
> On Wed, May 31, 2006 at 09:10:48PM +0200, Enrico Weigelt wrote:
> > What does
> > emerge system
> > exactly do ?
>
> system is an alias for a bunch of core packages. I forgot where it's
> defined.
That's the profile. This is cascading. The start point
is /etc/make.profile (check what the symlink points to) and downwards
the path (in fact, according to the "parent" files, i.e. "base" is the
most upward level atm.) to $PORTDIR/profiles in the "packages" files.
Note that the rest is up to the dependencies. The profile is in fact a
bunch of default settings, default masks and a default "system" package
list.
-hwh
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] how to trigger complete rebuild after changing CFLAGS oder USEFLAGS
2006-05-31 20:53 ` Hans-Werner Hilse
@ 2006-06-15 16:43 ` Enrico Weigelt
2006-06-15 18:04 ` Allan Gottlieb
0 siblings, 1 reply; 9+ messages in thread
From: Enrico Weigelt @ 2006-06-15 16:43 UTC (permalink / raw
To: gentoo-user
* Hans-Werner Hilse <hilse@web.de> wrote:
> Hi,
>
> On Wed, 31 May 2006 13:57:10 -0600
> Justin R Findlay <justin@jfindlay.us> wrote:
>
> > On Wed, May 31, 2006 at 09:10:48PM +0200, Enrico Weigelt wrote:
> > > What does
> > > emerge system
> > > exactly do ?
> >
> > system is an alias for a bunch of core packages. I forgot where it's
> > defined.
>
> That's the profile. This is cascading. The start point
> is /etc/make.profile (check what the symlink points to) and downwards
> the path (in fact, according to the "parent" files, i.e. "base" is the
> most upward level atm.) to $PORTDIR/profiles in the "packages" files.
> Note that the rest is up to the dependencies. The profile is in fact a
> bunch of default settings, default masks and a default "system" package
> list.
So "system" represents the base system ?
And "world" represents evrything I emerge'd manually ?
cu
--
---------------------------------------------------------------------
Enrico Weigelt == metux IT service
phone: +49 36207 519931 www: http://www.metux.de/
fax: +49 36207 519932 email: contact@metux.de
cellphone: +49 174 7066481
---------------------------------------------------------------------
-- DSL ab 0 Euro. -- statische IP -- UUCP -- Hosting -- Webshops --
---------------------------------------------------------------------
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] how to trigger complete rebuild after changing CFLAGS oder USEFLAGS
2006-06-15 16:43 ` Enrico Weigelt
@ 2006-06-15 18:04 ` Allan Gottlieb
0 siblings, 0 replies; 9+ messages in thread
From: Allan Gottlieb @ 2006-06-15 18:04 UTC (permalink / raw
To: gentoo-user
At Thu, 15 Jun 2006 18:43:03 +0200 Enrico Weigelt <weigelt@metux.de> wrote:
> So "system" represents the base system ?
> And "world" represents evrything I emerge'd manually ?
World also includes system.
The packages mentioned in the file /var/lib/portage/world.
were emerged by you manually. An
emerge foo
also emerges packages that are required by foo. These are not,
however, placed in the world file by this emerge.
allan
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2006-06-15 18:15 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-30 9:44 [gentoo-user] how to trigger complete rebuild after changing CFLAGS oder USEFLAGS Enrico Weigelt
2006-05-30 9:53 ` Raymond Lewis Rebbeck
2006-05-30 9:55 ` Jürgen Pierau
2006-05-30 13:59 ` Neil Bothwick
2006-05-31 19:10 ` Enrico Weigelt
2006-05-31 19:57 ` Justin R Findlay
2006-05-31 20:53 ` Hans-Werner Hilse
2006-06-15 16:43 ` Enrico Weigelt
2006-06-15 18:04 ` Allan Gottlieb
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox