* [gentoo-dev] Portage-2.0.47-r9 -- Out for testing @ 2003-03-11 11:54 Nick Jones 2003-03-11 18:52 ` Martin Larsen 2003-03-12 0:41 ` Peter Ruskin 0 siblings, 2 replies; 8+ messages in thread From: Nick Jones @ 2003-03-11 11:54 UTC (permalink / raw To: gentoo-dev, gentoo-user Ok. It's out for testing now. It fixes some issues with cvs-src and ccache in particular. It's mostly fixes but also has flag-o-matic and a few small chunks of eutils in it. etc-update now has an option to merge all remaining files without prompting. With those being the exceptions, everything else is fixes. Please test and remark/comment on it. Feedback is _VERY_ important and appreciated. Thanks, --NJ ChangeLog as follows: ------------------------------------------------------------------------ *portage-2.0.47-r9 (10 Mar 2003): Fixes -- cvs-src, ebuild.sh, repoman 10 Mar 2003; Nicholas Jones <carpaski@gentoo.org> make.conf*: Adjusted the LOGDIR message and change the default location to /var/log/portage. 10 Mar 2003; Nicholas Jones <carpaski@gentoo.org> repoman: One more fix for the PORTDIR setting -- '/usr/portage' was matching '/usr/portage.cvs'. 10 Mar 2003; Nicholas Jones <carpaski@gentoo.org> etc-update: Added the capability to automerge all files in the list -- with out without prompts. 10 Mar 2003; Nicholas Jones <carpaski@gentoo.org> emerge: Added messages on failure to create a depgraph -- Helps with bad DEPEND detection. Made 'emerge sync' stop if it fails, and not update cache. 10 Mar 2003; Nicholas Jones <carpaski@gentoo.org> ebuild.sh: added an external extra_functions.sh file with extra functions for portage -- it is flag-o-matic and pieces of eutils presently. Removed libdir/incdir from einstall(). Added 'keepwork' to keep the source code after a package is merged. Removed the 'local' declaration of ROOT in dyn_install() -- this fixes has_version in src_install(). Fixed the sourcing of environment so that variables are peristent across stages of a merge. Removed the SANDBOX vars from the environment file, as that upsets SANDBOX. 10 Mar 2003; Nicholas Jones <carpaski@gentoo.org> portage.py: Fixes to permission problems with cvs-src and ccache (removed nested try's). Log counter fix -- One log per package now. -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] Portage-2.0.47-r9 -- Out for testing 2003-03-11 11:54 [gentoo-dev] Portage-2.0.47-r9 -- Out for testing Nick Jones @ 2003-03-11 18:52 ` Martin Larsen 2003-03-11 19:54 ` Klaus-J. Wolf 2003-03-12 0:41 ` Peter Ruskin 1 sibling, 1 reply; 8+ messages in thread From: Martin Larsen @ 2003-03-11 18:52 UTC (permalink / raw To: gentoo-dev -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > Ok. It's out for testing now. Don't know if it has been fixed, Couldn't see anything in the changelog though. After emerge sync I get: * An update to portage is available. It is _highly_ recommended * that you update portage now, before any other packages are updated. * Please do so and then update ALL of your configuration files Which is very nice, indeed, but as it is masked in package.mask I don't think this message should appear. emerge -pu portage gives me (correctly): martin@pc236140 portage $ emerge -pu portage These are the packages that I would merge, in order: Calculating dependencies ...done! - -- Martin -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+bjBpDQBX9e7xQ8cRAkv+AJ49mh/E25MVGsrvTMCKPVWkAFw6EgCdEI0Z 517QLDYk6jC7cY7J/phYhhw= =tjOa -----END PGP SIGNATURE----- -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] Portage-2.0.47-r9 -- Out for testing 2003-03-11 18:52 ` Martin Larsen @ 2003-03-11 19:54 ` Klaus-J. Wolf 0 siblings, 0 replies; 8+ messages in thread From: Klaus-J. Wolf @ 2003-03-11 19:54 UTC (permalink / raw To: gentoo-dev; +Cc: Martin Larsen I think the whole masking system has to be thought-over... Martin Larsen wrote: > Ok. It's out for testing now. > > > Don't know if it has been fixed, Couldn't see anything in the changelog > though. > > After emerge sync I get: > > * An update to portage is available. It is _highly_ recommended > * that you update portage now, before any other packages are updated. > * Please do so and then update ALL of your configuration files -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] Portage-2.0.47-r9 -- Out for testing 2003-03-11 11:54 [gentoo-dev] Portage-2.0.47-r9 -- Out for testing Nick Jones 2003-03-11 18:52 ` Martin Larsen @ 2003-03-12 0:41 ` Peter Ruskin 2003-03-12 4:53 ` gentoo 2003-03-12 10:05 ` Nick Jones 1 sibling, 2 replies; 8+ messages in thread From: Peter Ruskin @ 2003-03-12 0:41 UTC (permalink / raw To: gentoo-dev On Tuesday 11 Mar 2003 11:54, Nick Jones wrote: > Ok. It's out for testing now. It fixes some issues with cvs-src and > ccache in particular. It's mostly fixes but also has flag-o-matic > and a few small chunks of eutils in it. etc-update now has an option > to merge all remaining files without prompting. With those being the > exceptions, everything else is fixes. Please test and remark/comment > on it. Feedback is _VERY_ important and appreciated. > > Thanks, > OK, I unmasked amd merged it, did an `emerge sync` and tried it out with `emerge xfree` ... end result follows: >>> Completed installing into /var/tmp/portage/xfree-4.3.0-r1/image/ >>> Merging x11-base/xfree-4.3.0-r1 to / Traceback (most recent call last): File "/usr/bin/emerge", line 1845, in ? mydepgraph.merge(mydepgraph.altlist()) File "/usr/bin/emerge", line 1129, in merge retval=portage.doebuild(y,"merge",myroot,edebug) File "/usr/lib/python2.2/site-packages/portage.py", line 1491, in doebuild return merge(settings["CATEGORY"],settings["PF"],settings["D"],settings["BUILDDIR"]+"/build-info",myroot,myebuild=settings["EBUILD"]) File "/usr/lib/python2.2/site-packages/portage.py", line 1599, in merge return mylink.merge(pkgloc,infloc,myroot,myebuild) File "/usr/lib/python2.2/site-packages/portage.py", line 4171, in merge return self.treewalk(mergeroot,myroot,inforoot,myebuild) File "/usr/lib/python2.2/site-packages/portage.py", line 3840, in treewalk lcfile=open(inforoot+"/COUNTER","w") IOError: [Errno 2] No such file or directory: '/var/tmp/portage/xfree-4.3.0-r1/build-info/COUNTER' I used FEATURES="sandbox ccache userpriv usersandbox keepwork" and the only directories in /var/tmp/portage/xfree-4.3.0-r1/ were image temp and work. Peter -- Gentoo-1.4.2.8 Unstable. KDE: 3.1.0 Qt: 3.1.0 AMD Athlon(tm) XP 1900+ 768MB. Kernel: 2.4.20-xfs_pre6. GCC 3.2.2 -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] Portage-2.0.47-r9 -- Out for testing 2003-03-12 0:41 ` Peter Ruskin @ 2003-03-12 4:53 ` gentoo 2003-03-12 10:05 ` Nick Jones 1 sibling, 0 replies; 8+ messages in thread From: gentoo @ 2003-03-12 4:53 UTC (permalink / raw To: Peter Ruskin; +Cc: gentoo-dev <long trace leading up to error snipped> > I used FEATURES="sandbox ccache userpriv usersandbox keepwork" and the > only directories in /var/tmp/portage/xfree-4.3.0-r1/ were image temp and > work. Xfree emerged with absolutely no problems for me with the new portage. I have no FEATURES set in /etc/make.conf so that may be where your problem lies. -- Thomas M. Beaudry k8la / ys1ztm gentoo@myrealbox.com -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] Portage-2.0.47-r9 -- Out for testing 2003-03-12 0:41 ` Peter Ruskin 2003-03-12 4:53 ` gentoo @ 2003-03-12 10:05 ` Nick Jones 2003-03-12 13:03 ` Peter Ruskin 1 sibling, 1 reply; 8+ messages in thread From: Nick Jones @ 2003-03-12 10:05 UTC (permalink / raw To: Peter Ruskin; +Cc: gentoo-dev > `emerge xfree` ... end result follows: > >>> Completed installing into /var/tmp/portage/xfree-4.3.0-r1/image/ [snip] > File "/usr/lib/python2.2/site-packages/portage.py", line 3840, in > treewalk > lcfile=open(inforoot+"/COUNTER","w") > IOError: [Errno 2] No such file or directory: > '/var/tmp/portage/xfree-4.3.0-r1/build-info/COUNTER' > > I used FEATURES="sandbox ccache userpriv usersandbox keepwork" and the Ok... Can you try this without 'keepwork'? And then if that still fails, without 'userpriv usersandbox' but with 'keepwork' still added. Thanks, --NJ -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] Portage-2.0.47-r9 -- Out for testing 2003-03-12 10:05 ` Nick Jones @ 2003-03-12 13:03 ` Peter Ruskin 2003-03-14 3:34 ` Nick Jones 0 siblings, 1 reply; 8+ messages in thread From: Peter Ruskin @ 2003-03-12 13:03 UTC (permalink / raw To: gentoo-dev On Wednesday 12 Mar 2003 10:05, Nick Jones wrote: > > `emerge xfree` ... end result follows: > > >>> Completed installing into /var/tmp/portage/xfree-4.3.0-r1/image/ > > [snip] > > > File "/usr/lib/python2.2/site-packages/portage.py", line 3840, in > > treewalk > > lcfile=open(inforoot+"/COUNTER","w") > > IOError: [Errno 2] No such file or directory: > > '/var/tmp/portage/xfree-4.3.0-r1/build-info/COUNTER' > > > > I used FEATURES="sandbox ccache userpriv usersandbox keepwork" and > > the > > Ok... Can you try this without 'keepwork'? And then if that still > fails, without 'userpriv usersandbox' but with 'keepwork' still added. > > Thanks, > It works without 'keepwork'. Peter -- Gentoo-1.4.2.8 Unstable. KDE: 3.1.0 Qt: 3.1.0 AMD Athlon(tm) XP 1900+ 768MB. Kernel: 2.4.20-xfs_pre6. GCC 3.2.2 -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] Portage-2.0.47-r9 -- Out for testing 2003-03-12 13:03 ` Peter Ruskin @ 2003-03-14 3:34 ` Nick Jones 0 siblings, 0 replies; 8+ messages in thread From: Nick Jones @ 2003-03-14 3:34 UTC (permalink / raw To: Peter Ruskin; +Cc: gentoo-dev > It works without 'keepwork'. Ok. It's fixed for 2.0.47-r10. -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2003-03-14 3:46 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2003-03-11 11:54 [gentoo-dev] Portage-2.0.47-r9 -- Out for testing Nick Jones 2003-03-11 18:52 ` Martin Larsen 2003-03-11 19:54 ` Klaus-J. Wolf 2003-03-12 0:41 ` Peter Ruskin 2003-03-12 4:53 ` gentoo 2003-03-12 10:05 ` Nick Jones 2003-03-12 13:03 ` Peter Ruskin 2003-03-14 3:34 ` Nick Jones
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox