public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] crossdev and depclean
@ 2007-01-16 21:29 Aggelos
  2007-01-16 22:25 ` Boyd Stephen Smith Jr.
  0 siblings, 1 reply; 7+ messages in thread
From: Aggelos @ 2007-01-16 21:29 UTC (permalink / raw
  To: gentoo-amd64

I followed the DistCC Cross-compiling Guide
(http://www.gentoo.org/doc/en/cross-compiling-distcc.xml)
and run
crossdev -t i686
and, I guess, it built a full cross-toolchain targeting the i686
architecture on a x86_64 (amd64) machine.
Now, whenever I run (on the x86_64 machine)
emerge -av --depclean
it wants to unmerge those packages merged by crossdev, like:
cross-i686-pc-linux-gnu/binutils
cross-i686-pc-linux-gnu/linux-headers
cross-i686-pc-linux-gnu/glibc
cross-i686-pc-linux-gnu/gcc

So, what should normally be done in this case?
The guide does not say anything about that issue...

Aggelos

-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] crossdev and depclean
  2007-01-16 21:29 [gentoo-amd64] crossdev and depclean Aggelos
@ 2007-01-16 22:25 ` Boyd Stephen Smith Jr.
  2007-01-16 23:07   ` Daemon Xavier
  2007-01-17 21:49   ` Aggelos
  0 siblings, 2 replies; 7+ messages in thread
From: Boyd Stephen Smith Jr. @ 2007-01-16 22:25 UTC (permalink / raw
  To: gentoo-amd64

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

On Tuesday 16 January 2007 15:29, Aggelos <marmango@freemail.gr> wrote 
about '[gentoo-amd64] crossdev and depclean':
> I followed the DistCC Cross-compiling Guide
> (http://www.gentoo.org/doc/en/cross-compiling-distcc.xml)
> and run
> crossdev -t i686
> Now, whenever I run (on the x86_64 machine)
> emerge -av --depclean
> it wants to unmerge those packages merged by crossdev, like:
> cross-i686-pc-linux-gnu/binutils
> cross-i686-pc-linux-gnu/linux-headers
> cross-i686-pc-linux-gnu/glibc
> cross-i686-pc-linux-gnu/gcc
>
> So, what should normally be done in this case?

Add one (or more) of these packages to /var/lib/portage/world, either 
manually or via emerge -n.

-- 
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-amd64] crossdev and depclean
  2007-01-16 22:25 ` Boyd Stephen Smith Jr.
@ 2007-01-16 23:07   ` Daemon Xavier
  2007-01-16 23:15     ` Bo Ørsted Andresen
  2007-01-16 23:18     ` Boyd Stephen Smith Jr.
  2007-01-17 21:49   ` Aggelos
  1 sibling, 2 replies; 7+ messages in thread
From: Daemon Xavier @ 2007-01-16 23:07 UTC (permalink / raw
  To: gentoo-amd64

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

dont you mean "/etc/portage/package.keywords"?

On 1/16/07, Boyd Stephen Smith Jr. <bss03@volumehost.net> wrote:
>
> On Tuesday 16 January 2007 15:29, Aggelos <marmango@freemail.gr> wrote
> about '[gentoo-amd64] crossdev and depclean':
> > I followed the DistCC Cross-compiling Guide
> > (http://www.gentoo.org/doc/en/cross-compiling-distcc.xml)
> > and run
> > crossdev -t i686
> > Now, whenever I run (on the x86_64 machine)
> > emerge -av --depclean
> > it wants to unmerge those packages merged by crossdev, like:
> > cross-i686-pc-linux-gnu/binutils
> > cross-i686-pc-linux-gnu/linux-headers
> > cross-i686-pc-linux-gnu/glibc
> > cross-i686-pc-linux-gnu/gcc
> >
> > So, what should normally be done in this case?
>
> Add one (or more) of these packages to /var/lib/portage/world, either
> manually or via emerge -n.
>
> --
> "If there's one thing we've established over the years,
> it's that the vast majority of our users don't have the slightest
> clue what's best for them in terms of package stability."
> -- Gentoo Developer Ciaran McCreesh
>
>
>


-- 
"Don't worry about the world coming to an end today. It's already tomorrow
in Australia." Charles Schultz
"No penguins were harmed during the writing, just a bunch of broken windows
to let them escape..."-xtacocorex

[-- Attachment #2: Type: text/html, Size: 1845 bytes --]

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

* Re: [gentoo-amd64] crossdev and depclean
  2007-01-16 23:07   ` Daemon Xavier
@ 2007-01-16 23:15     ` Bo Ørsted Andresen
  2007-01-16 23:18     ` Boyd Stephen Smith Jr.
  1 sibling, 0 replies; 7+ messages in thread
From: Bo Ørsted Andresen @ 2007-01-16 23:15 UTC (permalink / raw
  To: gentoo-amd64

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

On Wednesday 17 January 2007 00:07, Daemon Xavier wrote:
> dont you mean "/etc/portage/package.keywords"?

No. Now if you actually read the warning... -n == --noreplace.

# emerge --depclean -vp
[SNIP]
*** WARNING ***  Also study the list of packages to be cleaned for any obvious
*** WARNING ***  mistakes. Packages that are part of the world set will always
*** WARNING ***  be kept.  They can be manually added to this set with
*** WARNING ***  `emerge --noreplace <atom>`.  Packages that are listed in
*** WARNING ***  package.provided (see portage(5)) will be removed by
*** WARNING ***  depclean, even if they are part of the world set.

And please don't top-post.

-- 
Bo Andresen

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-amd64] crossdev and depclean
  2007-01-16 23:07   ` Daemon Xavier
  2007-01-16 23:15     ` Bo Ørsted Andresen
@ 2007-01-16 23:18     ` Boyd Stephen Smith Jr.
  2007-01-17  9:50       ` Neil Bothwick
  1 sibling, 1 reply; 7+ messages in thread
From: Boyd Stephen Smith Jr. @ 2007-01-16 23:18 UTC (permalink / raw
  To: gentoo-amd64

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

On Tuesday 16 January 2007 17:07, "Daemon Xavier" <daemon.xavier@gmail.com> 
wrote about 'Re: [gentoo-amd64] crossdev and depclean':
> On 1/16/07, Boyd Stephen Smith Jr. <bss03@volumehost.net> wrote:
> > On Tuesday 16 January 2007 15:29, Aggelos <marmango@freemail.gr> wrote
> > about '[gentoo-amd64] crossdev and depclean':
> > > emerge -av --depclean
> > > wants to unmerge
> > > cross-i686-pc-linux-gnu/binutils
> > > cross-i686-pc-linux-gnu/linux-headers
> > > cross-i686-pc-linux-gnu/glibc
> > > cross-i686-pc-linux-gnu/gcc
> > >
> > > So, what should normally be done in this case?
> >
> > Add one (or more) of these packages to /var/lib/portage/world, either
> > manually or via emerge -n.
> 
> dont you mean "/etc/portage/package.keywords"?

No, not at all.

PS
A It reverses the order of the conversation.
Q Why is top-posting so annoying?
A Top-posting.
Q What the most annoying this on mailing lists?

-- 
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-amd64] crossdev and depclean
  2007-01-16 23:18     ` Boyd Stephen Smith Jr.
@ 2007-01-17  9:50       ` Neil Bothwick
  0 siblings, 0 replies; 7+ messages in thread
From: Neil Bothwick @ 2007-01-17  9:50 UTC (permalink / raw
  To: gentoo-amd64

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

On Tue, 16 Jan 2007 17:18:10 -0600, Boyd Stephen Smith Jr. wrote:

> Q What the most annoying this on mailing lists?

People who press send without checking that what they've written makes
sense ;-)

SCNR


-- 
Neil Bothwick

Always proofread carefully to see if you any words out.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-amd64] crossdev and depclean
  2007-01-16 22:25 ` Boyd Stephen Smith Jr.
  2007-01-16 23:07   ` Daemon Xavier
@ 2007-01-17 21:49   ` Aggelos
  1 sibling, 0 replies; 7+ messages in thread
From: Aggelos @ 2007-01-17 21:49 UTC (permalink / raw
  To: gentoo-amd64

on 01/17/2007 12:25 AM Boyd Stephen Smith Jr. wrote the following:
> On Tuesday 16 January 2007 15:29, Aggelos <marmango@freemail.gr> wrote 
> about '[gentoo-amd64] crossdev and depclean':
>> I followed the DistCC Cross-compiling Guide
>> (http://www.gentoo.org/doc/en/cross-compiling-distcc.xml)
>> and run
>> crossdev -t i686
>> Now, whenever I run (on the x86_64 machine)
>> emerge -av --depclean
>> it wants to unmerge those packages merged by crossdev, like:
>> cross-i686-pc-linux-gnu/binutils
>> cross-i686-pc-linux-gnu/linux-headers
>> cross-i686-pc-linux-gnu/glibc
>> cross-i686-pc-linux-gnu/gcc
>>
>> So, what should normally be done in this case?
> 
> Add one (or more) of these packages to /var/lib/portage/world, either 
> manually or via emerge -n.
> 

Thanks for the idea. ;-)
Shouldn't that be taken care of, normally, from crossdev as part of its
use (but maybe I 'm asking too much)?



-- 
gentoo-amd64@gentoo.org mailing list



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

end of thread, other threads:[~2007-01-17 21:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-16 21:29 [gentoo-amd64] crossdev and depclean Aggelos
2007-01-16 22:25 ` Boyd Stephen Smith Jr.
2007-01-16 23:07   ` Daemon Xavier
2007-01-16 23:15     ` Bo Ørsted Andresen
2007-01-16 23:18     ` Boyd Stephen Smith Jr.
2007-01-17  9:50       ` Neil Bothwick
2007-01-17 21:49   ` Aggelos

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