Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25030 - /usr/sbin/pkgmerge needs a quick-fix
Summary: /usr/sbin/pkgmerge needs a quick-fix
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-21 22:48 UTC by Jeremy Huddleston (RETIRED)
Modified: 2011-10-30 22:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Huddleston (RETIRED) gentoo-dev 2003-07-21 22:48:48 UTC
It's missing an arg to portage.pkgmerge()

--- pkgmerge.orig       2003-07-21 22:46:41.000000000 -0700
+++ pkgmerge    2003-07-21 22:46:58.000000000 -0700
@@ -55,6 +55,6 @@
                if pretend:
                        print mytbz2
                else:
-                       portage.pkgmerge(mytbz2)
+                       portage.pkgmerge(mytbz2,"/")
                digraph.delnode(mykey)
 


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-07-22 17:05:38 UTC
changed to portage.settings["ROOT"]