public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Emerge building a binary from installed package
@ 2010-05-22  8:33 Dale
  2010-05-22  8:38 ` Volker Armin Hemmann
  0 siblings, 1 reply; 9+ messages in thread
From: Dale @ 2010-05-22  8:33 UTC (permalink / raw
  To: gentoo-user

Hi,

I think there is a way to do this but it's not sticking out at me on the 
emerge man page.  I'm doing a install and want to build a binary package 
from my running system and install it on the new install.  Basically, I 
don't want to recompile, I just want emerge to copy the correct files 
and make a tarball for me.

I found the buildpkg option but that seems to compile it first then make 
a tarball.  Can I get it to skip the compile part?  Is that a option 
that portage has?

Thanks.

Dale

:-)  :-)



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

* Re: [gentoo-user] Emerge building a binary from installed package
  2010-05-22  8:33 [gentoo-user] Emerge building a binary from installed package Dale
@ 2010-05-22  8:38 ` Volker Armin Hemmann
  2010-05-22  9:37   ` Dale
  0 siblings, 1 reply; 9+ messages in thread
From: Volker Armin Hemmann @ 2010-05-22  8:38 UTC (permalink / raw
  To: gentoo-user

On Samstag 22 Mai 2010, Dale wrote:
> Hi,
> 
> I think there is a way to do this but it's not sticking out at me on the
> emerge man page.  I'm doing a install and want to build a binary package
> from my running system and install it on the new install.  Basically, I
> don't want to recompile, I just want emerge to copy the correct files
> and make a tarball for me.
> 
> I found the buildpkg option but that seems to compile it first then make
> a tarball.  Can I get it to skip the compile part?  Is that a option
> that portage has?
> 
> Thanks.
> 
> Dale
> 
> :-)  :-)

quickpkg.

Which has been mentioned hundreds of times on this list alone.



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

* Re: [gentoo-user] Emerge building a binary from installed package
  2010-05-22  8:38 ` Volker Armin Hemmann
@ 2010-05-22  9:37   ` Dale
  2010-05-22 17:08     ` Crístian Viana
  0 siblings, 1 reply; 9+ messages in thread
From: Dale @ 2010-05-22  9:37 UTC (permalink / raw
  To: gentoo-user

Volker Armin Hemmann wrote:
> On Samstag 22 Mai 2010, Dale wrote:
>    
>> Hi,
>>
>> I think there is a way to do this but it's not sticking out at me on the
>> emerge man page.  I'm doing a install and want to build a binary package
>> from my running system and install it on the new install.  Basically, I
>> don't want to recompile, I just want emerge to copy the correct files
>> and make a tarball for me.
>>
>> I found the buildpkg option but that seems to compile it first then make
>> a tarball.  Can I get it to skip the compile part?  Is that a option
>> that portage has?
>>
>> Thanks.
>>
>> Dale
>>
>> :-)  :-)
>>      
> quickpkg.
>
> Which has been mentioned hundreds of times on this list alone.
>
>    

That's not portage but it will work just fine and is what I am looking 
for.  I just need to read the right man page next time.  ;-)

Thanks much.

Dale

:-)  :-)



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

* Re: [gentoo-user] Emerge building a binary from installed package
  2010-05-22  9:37   ` Dale
@ 2010-05-22 17:08     ` Crístian Viana
  2010-05-22 17:15       ` Dale
  0 siblings, 1 reply; 9+ messages in thread
From: Crístian Viana @ 2010-05-22 17:08 UTC (permalink / raw
  To: gentoo-user

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

yes it is, quickpkg is part of sys-apps/portage :-)

$ equery b /usr/sbin/quickpkg
* Searching for /usr/sbin/quickpkg ...
sys-apps/portage-2.1.8.3 (/usr/lib64/portage/bin/quickpkg)
sys-apps/portage-2.1.8.3 (/usr/sbin/quickpkg ->
../lib64/portage/bin/quickpkg)

On Sat, May 22, 2010 at 6:37 AM, Dale <rdalek1967@gmail.com> wrote:

> Volker Armin Hemmann wrote:
>
>> On Samstag 22 Mai 2010, Dale wrote:
>>
>>
>>> Hi,
>>>
>>> I think there is a way to do this but it's not sticking out at me on the
>>> emerge man page.  I'm doing a install and want to build a binary package
>>> from my running system and install it on the new install.  Basically, I
>>> don't want to recompile, I just want emerge to copy the correct files
>>> and make a tarball for me.
>>>
>>> I found the buildpkg option but that seems to compile it first then make
>>> a tarball.  Can I get it to skip the compile part?  Is that a option
>>> that portage has?
>>>
>>> Thanks.
>>>
>>> Dale
>>>
>>> :-)  :-)
>>>
>>>
>> quickpkg.
>>
>> Which has been mentioned hundreds of times on this list alone.
>>
>>
>>
>
> That's not portage but it will work just fine and is what I am looking for.
>  I just need to read the right man page next time.  ;-)
>
> Thanks much.
>
> Dale
>
> :-)  :-)
>
>

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

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

* Re: [gentoo-user] Emerge building a binary from installed package
  2010-05-22 17:08     ` Crístian Viana
@ 2010-05-22 17:15       ` Dale
  2010-05-25 15:30         ` Allan Gottlieb
  0 siblings, 1 reply; 9+ messages in thread
From: Dale @ 2010-05-22 17:15 UTC (permalink / raw
  To: gentoo-user

Crístian Viana wrote:
> yes it is, quickpkg is part of sys-apps/portage :-)
>
> $ equery b /usr/sbin/quickpkg
> * Searching for /usr/sbin/quickpkg ...
> sys-apps/portage-2.1.8.3 (/usr/lib64/portage/bin/quickpkg)
> sys-apps/portage-2.1.8.3 (/usr/sbin/quickpkg -> 
> ../lib64/portage/bin/quickpkg)
>

Allow me to clarify then.  It's not emerge.  I was looking at the emerge 
man page.  Obviously I was looking in the wrong place tho.  ;-)

Dale

:-)  :-)



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

* Re: [gentoo-user] Emerge building a binary from installed package
  2010-05-22 17:15       ` Dale
@ 2010-05-25 15:30         ` Allan Gottlieb
  2010-05-25 15:54           ` Dale
  0 siblings, 1 reply; 9+ messages in thread
From: Allan Gottlieb @ 2010-05-25 15:30 UTC (permalink / raw
  To: gentoo-user

At Sat, 22 May 2010 12:15:27 -0500 Dale <rdalek1967@gmail.com> wrote:

> Crístian Viana wrote:
>> yes it is, quickpkg is part of sys-apps/portage :-)
>>
>> $ equery b /usr/sbin/quickpkg
>> * Searching for /usr/sbin/quickpkg ...
>> sys-apps/portage-2.1.8.3 (/usr/lib64/portage/bin/quickpkg)
>> sys-apps/portage-2.1.8.3 (/usr/sbin/quickpkg -> 
>> ../lib64/portage/bin/quickpkg)
>>
>
> Allow me to clarify then.  It's not emerge.  I was looking at the
> emerge man page.  Obviously I was looking in the wrong place tho.  ;-)

emerge --buildpkg

allan



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

* Re: [gentoo-user] Emerge building a binary from installed package
  2010-05-25 15:30         ` Allan Gottlieb
@ 2010-05-25 15:54           ` Dale
  2010-05-25 16:34             ` Neil Bothwick
  0 siblings, 1 reply; 9+ messages in thread
From: Dale @ 2010-05-25 15:54 UTC (permalink / raw
  To: gentoo-user

Allan Gottlieb wrote:
> At Sat, 22 May 2010 12:15:27 -0500 Dale<rdalek1967@gmail.com>  wrote:
>
>    
>> Crístian Viana wrote:
>>      
>>> yes it is, quickpkg is part of sys-apps/portage :-)
>>>
>>> $ equery b /usr/sbin/quickpkg
>>> * Searching for /usr/sbin/quickpkg ...
>>> sys-apps/portage-2.1.8.3 (/usr/lib64/portage/bin/quickpkg)
>>> sys-apps/portage-2.1.8.3 (/usr/sbin/quickpkg ->
>>> ../lib64/portage/bin/quickpkg)
>>>
>>>        
>> Allow me to clarify then.  It's not emerge.  I was looking at the
>> emerge man page.  Obviously I was looking in the wrong place tho.  ;-)
>>      
> emerge --buildpkg
>
> allan
>
>    

That compiles it first tho.  I was trying to avoid that.

I am still ending up having to compile it tho.  KDE won't start for some 
crazy reason.  Heck, startx doesn't even work.  I think it missed 
something somewhere.

Dale

:-)  :-)



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

* Re: [gentoo-user] Emerge building a binary from installed package
  2010-05-25 15:54           ` Dale
@ 2010-05-25 16:34             ` Neil Bothwick
  2010-05-25 16:45               ` Dale
  0 siblings, 1 reply; 9+ messages in thread
From: Neil Bothwick @ 2010-05-25 16:34 UTC (permalink / raw
  To: gentoo-user

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

On Tue, 25 May 2010 10:54:31 -0500, Dale wrote:

> I am still ending up having to compile it tho.  KDE won't start for
> some crazy reason.  Heck, startx doesn't even work.  I think it missed 
> something somewhere.

USE="hal"?

SCNR :)


-- 
Neil Bothwick

When cryptography is outlawed, bayl bhgynjf jvyy unir cevinpl.

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

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

* Re: [gentoo-user] Emerge building a binary from installed package
  2010-05-25 16:34             ` Neil Bothwick
@ 2010-05-25 16:45               ` Dale
  0 siblings, 0 replies; 9+ messages in thread
From: Dale @ 2010-05-25 16:45 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick wrote:
> On Tue, 25 May 2010 10:54:31 -0500, Dale wrote:
>
>    
>> I am still ending up having to compile it tho.  KDE won't start for
>> some crazy reason.  Heck, startx doesn't even work.  I think it missed
>> something somewhere.
>>      
> USE="hal"?
>
> SCNR :)
>
>    

I told quickpkg to save the config files too but I think it missed one 
somewhere.  I checked and double checked everything and X just will not 
start.

I also had a couple cmake errors when trying to rebuild a few packages, 
hoping to recover whatever is missing.  A emerge -e @system appears to 
have fixed that and a emerge -e @ world is in the works.  I need one of 
them four core CPUs to rush this along a little.  ;-)   My little AMD 
2500+ is getting tired.

Now you know I'm not going to even attempt to use hal.  :-D  I been 
there and done that.  It was no fun at all.

Dale

:-)  :-)



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

end of thread, other threads:[~2010-05-25 16:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-22  8:33 [gentoo-user] Emerge building a binary from installed package Dale
2010-05-22  8:38 ` Volker Armin Hemmann
2010-05-22  9:37   ` Dale
2010-05-22 17:08     ` Crístian Viana
2010-05-22 17:15       ` Dale
2010-05-25 15:30         ` Allan Gottlieb
2010-05-25 15:54           ` Dale
2010-05-25 16:34             ` Neil Bothwick
2010-05-25 16:45               ` Dale

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