public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] emerge gone--can I use a tbz?
@ 2011-03-26 13:24 Allan Gottlieb
  2011-03-26 19:00 ` Yohan Pereira
  2011-03-26 21:02 ` Neil Bothwick
  0 siblings, 2 replies; 7+ messages in thread
From: Allan Gottlieb @ 2011-03-26 13:24 UTC (permalink / raw
  To: gentoo-user

Something went wrong (I was away from the screen) with a

   emerge --ignore --depclean --ask ; revdep-rebuild --
   --ignore-default-opts --ask

I meant to answer n to the depclean since I wasn't ready to unmerge
gentoo-sources, but perhaps I answered y (there were only three
other--non critical packages mentioned).

Anyway now emerge just returns immediately no matter what arguments it
is given.

I do have buildsyspkg so have many versions of portage as tbz files.
But emerge won't install it (again, just returns).

Can I do something analogous to an untar on one of the portage files?

thanks,
allan



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

* Re: [gentoo-user] emerge gone--can I use a tbz?
  2011-03-26 13:24 [gentoo-user] emerge gone--can I use a tbz? Allan Gottlieb
@ 2011-03-26 19:00 ` Yohan Pereira
  2011-03-26 19:27   ` Allan Gottlieb
  2011-03-26 21:02 ` Neil Bothwick
  1 sibling, 1 reply; 7+ messages in thread
From: Yohan Pereira @ 2011-03-26 19:00 UTC (permalink / raw
  To: gentoo-user

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

On Saturday 26 Mar 2011 06:54:29 PM Allan Gottlieb wrote:
> I do have buildsyspkg so have many versions of portage as tbz files.
> But emerge won't install it (again, just returns).
> 
> Can I do something analogous to an untar on one of the portage files?

do you have qmerge installed?

qmerge -K <package name> 

-- 

- Yohan Pereira

"A man can do as he will, but not will as he will" - Schopenhauer

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

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

* Re: [gentoo-user] emerge gone--can I use a tbz?
  2011-03-26 19:00 ` Yohan Pereira
@ 2011-03-26 19:27   ` Allan Gottlieb
  2011-03-26 20:07     ` Yohan Pereira
  0 siblings, 1 reply; 7+ messages in thread
From: Allan Gottlieb @ 2011-03-26 19:27 UTC (permalink / raw
  To: gentoo-user

On Sat, Mar 26 2011, Yohan Pereira wrote:

> On Saturday 26 Mar 2011 06:54:29 PM Allan Gottlieb wrote:
>> I do have buildsyspkg so have many versions of portage as tbz files.
>> But emerge won't install it (again, just returns).
>> 
>> Can I do something analogous to an untar on one of the portage files?
>
> do you have qmerge installed?
>
> qmerge -K <package name> 

No and eix qmerge doesn't show it.  However, I was apparently bitten by
the same python problem as in the next thread.  I have done

   eselect python set 1

and now revdep-rebuild is reinstalling 25 packages.

allan



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

* Re: [gentoo-user] emerge gone--can I use a tbz?
  2011-03-26 19:27   ` Allan Gottlieb
@ 2011-03-26 20:07     ` Yohan Pereira
  2011-03-26 21:07       ` Allan Gottlieb
  0 siblings, 1 reply; 7+ messages in thread
From: Yohan Pereira @ 2011-03-26 20:07 UTC (permalink / raw
  To: gentoo-user

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

On Sunday 27 Mar 2011 12:57:23 AM Allan Gottlieb wrote:
> On Sat, Mar 26 2011, Yohan Pereira wrote:
> > On Saturday 26 Mar 2011 06:54:29 PM Allan Gottlieb wrote:
> >> I do have buildsyspkg so have many versions of portage as tbz files.
> >> But emerge won't install it (again, just returns).
> >> 
> >> Can I do something analogous to an untar on one of the portage files?
> > 
> > do you have qmerge installed?
> > 
> > qmerge -K <package name>
> 
> No and eix qmerge doesn't show it.  However, I was apparently bitten by
> the same python problem as in the next thread.  I have done
> 
>    eselect python set 1
> 
> and now revdep-rebuild is reinstalling 25 packages.
> 
> allan

yea i thought as much after reading that thread. Anyways qmerge is part of 
portage-utils useful for mergeing bin pkgs when portage starts acting up.

-- 

- Yohan Pereira

"A man can do as he will, but not will as he will" - Schopenhauer

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

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

* Re: [gentoo-user] emerge gone--can I use a tbz?
  2011-03-26 13:24 [gentoo-user] emerge gone--can I use a tbz? Allan Gottlieb
  2011-03-26 19:00 ` Yohan Pereira
@ 2011-03-26 21:02 ` Neil Bothwick
  2011-03-26 21:10   ` Allan Gottlieb
  1 sibling, 1 reply; 7+ messages in thread
From: Neil Bothwick @ 2011-03-26 21:02 UTC (permalink / raw
  To: gentoo-user

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

On Sat, 26 Mar 2011 09:24:29 -0400, Allan Gottlieb wrote:

> I do have buildsyspkg so have many versions of portage as tbz files.
> But emerge won't install it (again, just returns).
> 
> Can I do something analogous to an untar on one of the portage files?

tar xf package-tbz -C /

Ignore the warnings about metadata, but re-emerge the package as soon as
you can to stop portage getting confused.


-- 
Neil Bothwick

Remember that the Titanic was built by experts, and the Ark by a newbie

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

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

* Re: [gentoo-user] emerge gone--can I use a tbz?
  2011-03-26 20:07     ` Yohan Pereira
@ 2011-03-26 21:07       ` Allan Gottlieb
  0 siblings, 0 replies; 7+ messages in thread
From: Allan Gottlieb @ 2011-03-26 21:07 UTC (permalink / raw
  To: gentoo-user

On Sat, Mar 26 2011, Yohan Pereira wrote:

> On Sunday 27 Mar 2011 12:57:23 AM Allan Gottlieb wrote:
>> On Sat, Mar 26 2011, Yohan Pereira wrote:
>> > On Saturday 26 Mar 2011 06:54:29 PM Allan Gottlieb wrote:
>> >> I do have buildsyspkg so have many versions of portage as tbz files.
>> >> But emerge won't install it (again, just returns).
>> >> 
>> >> Can I do something analogous to an untar on one of the portage files?
>> > 
>> > do you have qmerge installed?
>> > 
>> > qmerge -K <package name>
>> 
>> No and eix qmerge doesn't show it.  However, I was apparently bitten by
>> the same python problem as in the next thread.  I have done
>> 
>>    eselect python set 1
>> 
>> and now revdep-rebuild is reinstalling 25 packages.
>> 
>> allan
>
> yea i thought as much after reading that thread. Anyways qmerge is part of 
> portage-utils useful for mergeing bin pkgs when portage starts acting up.

I see.  I though qmerge was its own package.  I do indeed have
portage-utils and hence qmerge.  But it looks as though *this time* I
won't need it.

thanks for the help.
allan



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

* Re: [gentoo-user] emerge gone--can I use a tbz?
  2011-03-26 21:02 ` Neil Bothwick
@ 2011-03-26 21:10   ` Allan Gottlieb
  0 siblings, 0 replies; 7+ messages in thread
From: Allan Gottlieb @ 2011-03-26 21:10 UTC (permalink / raw
  To: gentoo-user

On Sat, Mar 26 2011, Neil Bothwick wrote:

> On Sat, 26 Mar 2011 09:24:29 -0400, Allan Gottlieb wrote:
>
>> I do have buildsyspkg so have many versions of portage as tbz files.
>> But emerge won't install it (again, just returns).
>> 
>> Can I do something analogous to an untar on one of the portage files?
>
> tar xf package-tbz -C /
>
> Ignore the warnings about metadata, but re-emerge the package as soon as
> you can to stop portage getting confused.

That is what I hoped.  It does now seem that I was bitten by the python
update.  Having executed eselect python set 1 has help considerably.
When the current update world completes, I will try python-updater and
hopefully all will be well.

But thanks for the tip it is nice to know that I do have two
recourses (the untar and qmerge) in case emerge dies.

thank you all again.
allan



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

end of thread, other threads:[~2011-03-26 21:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-26 13:24 [gentoo-user] emerge gone--can I use a tbz? Allan Gottlieb
2011-03-26 19:00 ` Yohan Pereira
2011-03-26 19:27   ` Allan Gottlieb
2011-03-26 20:07     ` Yohan Pereira
2011-03-26 21:07       ` Allan Gottlieb
2011-03-26 21:02 ` Neil Bothwick
2011-03-26 21:10   ` Allan Gottlieb

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