Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52362 - non existent (old) packages in packages.mask
Summary: non existent (old) packages in packages.mask
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Highest enhancement (vote)
Assignee: Gentoo Quality Assurance Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-29 08:17 UTC by Dick Marinus
Modified: 2004-09-15 14:06 UTC (History)
14 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 Dick Marinus 2004-05-29 08:17:31 UTC
the following packages are masked but aren't in portage anymore:
app-text/psgml
berlin-base/berlin
dev-dotnet/glib-sharp
dev-dotnet/gtk-sharp-base
dev-java/ibm-jdk
dev-java/ibm-jre
dev-lisp/cl-db-sockets
dev-lisp/sbcl-mt
dev-ruby/optparse
dev-utils/vdkbuilder
gnome-extra/gb
media-libs/libgpio
media-libs/oss-opengl-glu
media-libs/resid-builder
media-plugins/xmms-aalsa
media-sound/ardour-cvs
media-sound/libsidutils
net-p2p/lmule
sys-apps/pbbuttonsd
sys-fs/mkisofs
sys-kernel/gentoo-test-sources
sys-kernel/ppc-headers
sys-kernel/ppc-sources-crypto
x11-libs/qt-x11

I suppose we can remove them savely?
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-05-30 01:06:28 UTC
Removed app-text/psgml and dev-ruby/optparse.
Comment 2 Dick Marinus 2004-05-30 09:20:14 UTC
use this line to check (the great regexp came from etcatmur):
$ for pkg in $(cat /usr/portage/profiles/package.mask |grep -v ^$|grep -v '^#'|sed "s/*//"|sed "s/^[<>=~]*//"|sed "s/-\([[:digit:]]\+.\)*[[:digit:]]\+[[:lower:]]\?\(_\(alpha\|beta\|pre\|rc\|p\)[[:digit:]]*\)\?\(-r[[:digit:]]\+\)\?$//") ; do [ -d /usr/portage/$pkg ] || echo $pkg ; done|sort -u
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2004-06-01 14:33:06 UTC
dev-utils/vdkbuilder exists
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2004-06-01 14:38:03 UTC
fixed in cvs
Comment 5 Dick Marinus 2004-06-02 06:16:13 UTC
only sys-kernel/ppc-development-sources remains... 
i suppose it should mask sys-kernel/ppc-dev-sources...
Comment 6 Dick Marinus 2004-06-21 09:12:57 UTC
two extra packages:
dev-util/eclipse-sdk-bin
sys-devel/oskit
Comment 7 Dick Marinus 2004-07-02 07:57:10 UTC
app-admin/msyslog could be removed as well
Comment 8 Dick Marinus 2004-07-02 08:34:22 UTC
I did a thorough test and i believe the following masks can be removed:
>=net-nds/openldap-2.2*
=games-emulation/zsnes-1.37_pre20041220
app-admin/msyslog
=gnome-base/gnome-2.6_p1
=gnome-base/gnome-2.6.2_p1
>=games-arcade/pachi-20000000
=sys-devel/oskit-20020317
=app-office/abiword-2.0.4
=media-libs/SoQt-20010601-r1
<x11-misc/xscreensaver-4.14-r2
=sys-boot/grub-0.93.20040125
<net-analyzer/ns-2.27
>=dev-util/tla-20040113
>=x11-libs/openmotif-2.2.2
=net-mail/bincimap-1.2.4
>=dev-util/eclipse-sdk-bin-1.0
>=dev-util/eclipse-sdk-bin-1.0
>=net-print/foomatic-2000
>=net-print/foomatic-db-engine-2000
>=net-print/foomatic-filters-2000
=net-irc/xchat-2.0.6
=media-libs/libsidplay-2.1.0.20021111
=media-sound/sidplay-2.0.8.20021111
=dev-java/ant-1.5.4
=games-strategy/freeciv-1.15.0_alpha20030901
=net-misc/freeswan-2.01
=net-fs/openafs-1.3*
>=x11-base/xfree-4.3.99
=net-libs/nss_ldap-209
=app-crypt/mit-krb5-1.3_alpha1
>=app-portage/ufed-0.40
>=sys-devel/gcc-config-1.4
>=sys-devel/m4-1.4a
=mail-client/evolution-1.3*
>=gnome-extra/gtkhtml-3.0
=media-video/realplayer-8-r3
=sys-apps/pcmcia-cs-3.2.1-r2
=sys-apps/pcmcia-cs-3.2.2
>=sys-apps/shadow-5
<sys-devel/autoconf-2.53a
Comment 9 Heinrich Wendel (RETIRED) gentoo-dev 2004-07-02 09:04:06 UTC
openmotif and foomatic should be left there, because of people still running the newer versions
Comment 10 solar (RETIRED) gentoo-dev 2004-07-02 09:15:41 UTC
I'm not sure why I'm on the CC: of this bug.  
Add me back when you can tell me what ebuild I'm supposed to fix.
Comment 11 Dick Marinus 2004-07-02 09:52:17 UTC
Heinrich Wendel, I did some testing and portage seems to automatically mask  packages which aren't in portage anymore...
Comment 12 Seemant Kulleen (RETIRED) gentoo-dev 2004-07-02 11:28:21 UTC
chip and chad are not in gentoo any longer
Comment 13 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-07-02 13:04:33 UTC
of that package list, the only ones I believe approriate for me are:
>=net-nds/openldap-2.2*
<net-analyzer/ns-2.27
>=app-portage/ufed-0.40
=net-libs/nss_ldap-209

of that, the only one that still needs to be there is openldap, as the only reason i've got it in portage is to test it out properly pending upstream calling it ready for the masses, and the fact it uses db-4.2.
Comment 14 Masatomo Nakano (RETIRED) gentoo-dev 2004-07-03 13:47:36 UTC
Removed bincimap-1.2.4.
Comment 15 Dick Marinus 2004-07-04 12:31:22 UTC
you get this list by running this (puke puke, dirty...) script:
bash-2.05b$ for pkg in $(grep ^[^#] /usr/portage/profiles/package.mask)
do emerge -vp ${pkg} 2>/dev/null
done|grep 'no masked or unmasked'|cut -d'"' -f2
Comment 16 Hanno Böck gentoo-dev 2004-07-05 03:12:21 UTC
I removed the unneeded sidplay/libsidplay-masks
Comment 17 Kurt Lieber (RETIRED) gentoo-dev 2004-07-05 14:40:49 UTC
removed msyslog.
Comment 18 Dick Marinus 2004-07-13 12:56:16 UTC
Could someone please give me a situation when a package, which isn't in portage, should be masked?
Comment 19 Dick Marinus 2004-09-15 14:06:59 UTC
I suppose no-one minds...