Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566112 - Removed packages still have ChangeLogs
Summary: Removed packages still have ChangeLogs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Git (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
: 567672 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-11-18 12:37 UTC by Michael Palimaka (kensington)
Modified: 2018-09-17 10:47 UTC (History)
3 users (show)

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 Michael Palimaka (kensington) gentoo-dev 2015-11-18 12:37:07 UTC
After a package has been removed, ChangeLogs are still being generated:

$ ls /usr/portage/dev-java/commons-grant
ChangeLog  ChangeLog-2015  Manifest
Comment 1 Anthony Basile gentoo-dev 2015-11-27 14:04:06 UTC
For what its worth the following

#!/usr/bin/env python
import portage
portdb = portage.db[portage.root]["porttree"].dbapi
tree = portdb.cp_all()
for _cp in tree:
    try:
        _cpv = portdb.cp_list(_cp)[0]
    except IndexError:
        print('Package with no ebuilds: %s ' % _cp)
        continue

finds all cat/pkgs that have no ebuilds.
Comment 2 Michael Palimaka (kensington) gentoo-dev 2015-12-07 13:40:49 UTC
*** Bug 567672 has been marked as a duplicate of this bug. ***
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2015-12-15 06:15:32 UTC
This was already fixed, but seems this bug got missed.
blueness's test script returns no entries now.
Comment 4 zvasylvv 2015-12-19 21:21:28 UTC
I think this is not fixed yet.

I have downloaded today's snapshot and it has issues with next packages/dirs


[21:10:12.190372] ERROR: Something is wrong with next package '/home/vv/work/own/portage3/data/portage/dev-db/octopus'
[21:10:12.218504] ERROR: Something is wrong with next package '/home/vv/work/own/portage3/data/portage/dev-db/jxtray'
[21:10:12.520700] ERROR: Something is wrong with next package '/home/vv/work/own/portage3/data/portage/dev-java/cos'
[21:10:12.539995] ERROR: Something is wrong with next package '/home/vv/work/own/portage3/data/portage/dev-java/commons-grant'
[21:10:12.557954] ERROR: Something is wrong with next package '/home/vv/work/own/portage3/data/portage/dev-java/dbunit'
[21:10:12.582542] ERROR: Something is wrong with next package '/home/vv/work/own/portage3/data/portage/dev-java/poi'
[21:10:12.605515] ERROR: Something is wrong with next package '/home/vv/work/own/portage3/data/portage/dev-java/castor'
[21:10:12.618936] ERROR: Something is wrong with next package '/home/vv/work/own/portage3/data/portage/dev-java/flute'
[21:10:12.627294] ERROR: Something is wrong with next package '/home/vv/work/own/portage3/data/portage/dev-java/jakarta-jstl'
[21:10:12.629188] ERROR: Something is wrong with next package '/home/vv/work/own/portage3/data/portage/dev-java/xjavadoc'
[21:10:12.631059] ERROR: Something is wrong with next package '/home/vv/work/own/portage3/data/portage/dev-java/commons-attributes'
[21:10:13.319856] ERROR: Something is wrong with next package '/home/vv/work/own/portage3/data/portage/dev-perl/module-info'
[21:10:15.030464] ERROR: Something is wrong with next package '/home/vv/work/own/portage3/data/portage/kde-apps/oxygen-icons'
[21:10:16.393792] ERROR: Something is wrong with next package '/home/vv/work/own/portage3/data/portage/net-p2p/phex'
[21:10:16.443199] ERROR: Something is wrong with next package '/home/vv/work/own/portage3/data/portage/net-proxy/webscarab'


vv@e5520 ~/work/own/portage3/data/portage/metadata $ ls -l /home/vv/work/own/portage3/data/portage/net-proxy/webscarab
total 12
-rw-r--r-- 1 vv vv 2291 гру 10 17:41 ChangeLog
-rw-r--r-- 1 vv vv 2835 лис  9 07:01 ChangeLog-2015
-rw-r--r-- 1 vv vv  739 гру 10 17:41 Manifest
vv@e5520 ~/work/own/portage3/data/portage/metadata $
Comment 5 zvasylvv 2016-01-12 20:19:11 UTC
Any news here?

number of that packages gets increased

vv@e5520 ~/work/own/portage3/data/portage-cache-20160112-201315-UTC $ grep -c ERROR 071_read_maintainers_data.log
79
vv@e5520 ~/work/own/portage3/data/portage-cache-20160112-201315-UTC $
Comment 6 Sergey Popov gentoo-dev 2016-01-18 14:04:50 UTC
Reopening, cause it is still not fixed
Comment 7 Sergey Popov gentoo-dev 2018-09-17 10:47:00 UTC
Fixed long time ago