Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21126 - Problems with autoadding.
Summary: Problems with autoadding.
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: Highest normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-16 15:48 UTC by Daniel Ahlberg (RETIRED)
Modified: 2011-10-30 22:17 UTC (History)
0 users

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


Attachments
fixed (bugs.21126.patch,1.62 KB, patch)
2003-08-02 22:49 UTC, Masatomo Nakano (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Ahlberg (RETIRED) gentoo-dev 2003-05-16 15:48:26 UTC
When running ebuild file.ebuild digest having "cvs" in FEATURES the newly created digest file used to 
be autoadded by portage. With 2.0.48_pre6 the only file that gets autoadded is the Manifest file. Also, 
there seems to be no checks to see if the Manifest is already added to CVS. 
 
devel mlterm # cp mlterm-2.6.3-r2.ebuild mlterm-2.6.3-r3.ebuild 
devel mlterm # ebuild mlterm-2.6.3-r3.ebuild digest 
>>> Downloading http://aleron.dl.sourceforge.net/sourceforge/mlterm/mlterm-2.6.3.tar.gz 
--19:42:54--  http://aleron.dl.sourceforge.net/sourceforge/mlterm/mlterm-2.6.3.tar.gz 
           => `/mnt/distfiles/mlterm-2.6.3.tar.gz' 
Resolving aleron.dl.sourceforge.net... done. 
Connecting to aleron.dl.sourceforge.net[204.157.3.229]:80... connected. 
HTTP request sent, awaiting response... 200 OK 
Length: 1,669,131 [application/x-tar] 
 
100%[=============================================================================================>] 
1,669,131    207.38K/s    ETA 00:00 
 
19:43:02 (207.38 KB/s) - `/mnt/distfiles/mlterm-2.6.3.tar.gz' saved [1669131/1669131] 
 
>>> Generating digest file... 
<<< mlterm-2.6.3.tar.gz 
>>> Generating manifest file... 
<<< ChangeLog 
<<< mlterm-2.5.0-r1.ebuild 
<<< mlterm-2.6.2.ebuild 
<<< mlterm-2.6.3.ebuild 
<<< mlterm-2.6.3-r1.ebuild 
<<< mlterm-2.6.3-r2.ebuild 
<<< mlterm-2.6.3-r3.ebuild 
<<< files/digest-mlterm-2.5.0-r1 
<<< files/digest-mlterm-2.6.2 
<<< files/digest-mlterm-2.6.3 
<<< files/digest-mlterm-2.6.3-r1 
<<< files/digest-mlterm-2.6.3-r2 
<<< files/digest-mlterm-2.6.3-r3 
>>> Auto-adding digest file(s) to CVS... 
aliz@cvs.gentoo.org's password: 
cvs server: Manifest already exists, with version number 1.2 
>>> Computed message digests. 
 
devel mlterm # cvs up -dP 
aliz@cvs.gentoo.org's password: 
? mlterm-2.6.3-r3.ebuild 
? files/digest-mlterm-2.6.3-r3 
cvs server: Updating . 
M Manifest 
cvs server: Updating files
Comment 1 Masatomo Nakano (RETIRED) gentoo-dev 2003-08-02 22:49:34 UTC
Created attachment 15413 [details, diff]
fixed
Comment 2 Masatomo Nakano (RETIRED) gentoo-dev 2003-08-20 14:03:57 UTC
fixed