Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 255425 - sys-cluster/openpbs-common-1.1.1 blocks itself
Summary: sys-cluster/openpbs-common-1.1.1 blocks itself
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-18 19:54 UTC by Matthias Langer
Modified: 2010-09-10 19:01 UTC (History)
2 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 Matthias Langer 2009-01-18 19:54:44 UTC
sys-cluster/openpbs-common-1.1.1 can not be installed, as it depends on virtual/pbs, which pulls in sys-cluster/torque-2.2.1-r2 which itself blocks openpbs-common. Thus, it is not surprising, that "emerge openpbs-common" leads to

"
[ebuild  N    ] sys-apps/ed-1.0 
[ebuild  N    ] sys-cluster/torque-2.2.1-r2  USE="crypt -doc -server -syslog -tk" 
[ebuild  N    ] sys-cluster/openpbs-common-1.1.1 
[blocks B     ] sys-cluster/openpbs-common ("sys-cluster/openpbs-common" is blocking sys-cluster/torque-2.2.1-r2)
"

Portage 2.1.6.4 (default/linux/amd64/2008.0/server, gcc-4.1.2, glibc-2.6.1-r0, 2.6.27-gentoo-r7 x86_64)
=================================================================
System uname: Linux-2.6.27-gentoo-r7-x86_64-AMD_Athlon-tm-_64_Processor_3200+-with-glibc2.2.5
Timestamp of tree: Sun, 18 Jan 2009 18:45:01 +0000
app-shells/bash:     3.2_p39
dev-lang/python:     2.5.2-r7
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.5, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=k8"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -pipe -march=k8"
DISTDIR="/var/portage/distfiles"
FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://mirror.uni-c.dk/pub/gentoo/ http://trumpetti.atm.tut.fi/gentoo/ "
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j2"
PKGDIR="/var/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/var/portage/repos/gentoo"
PORTDIR_OVERLAY="/var/portage/repos/private"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="acl amd64 berkdb bzip2 caps cli cracklib crypt cups dri fam fortran gdbm gpm iconv ipv6 isdnlog ldap mailwrapper midi mmx mudflap multilib ncurses nls nptl nptlonly openmp pam pcre perl pppd python readline reflection session snmp spl sse sse2 ssl sysfs tcpd truetype unicode vim-syntax xattr xml xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="fbdev glint i810 intel mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Arttu Valo 2009-01-24 16:50:32 UTC
Funny, the package only has one dependency (virtual/pbs), which doesn't exist in the main tree. Removing that broken(?) dependency allows the emerging to complete, but results in three pretty useless(?) files.

Looking into the init script would possibly reveal some anachronisms:
eerror "Are you sure you've actually installed an ebuild that provides virtual/pbs?"
eerror "Try emerging sys-cluster/torque or sys-cluster/openpbs."

Out of those two openpbs has been gone from the tree for 20 months due to security issues (bug #153495 ) and torque has apparently evolved to be incompatible with this stuff.

Time to call ghostbusters or treecleaners instead of trying to revive this one?
Comment 2 Matthias Langer 2009-01-26 00:49:57 UTC
(In reply to comment #1)
> Funny, the package only has one dependency (virtual/pbs), which doesn't exist
> in the main tree. 

Just for the record: virtual/pbs does exist. It's an old style virtual defined in ${PORTDIR}/profiles/base/virtuals (see also [1]) and pulls in sys-cluster/torque.

Apart from that, you are absolutely right: If nobody is willing to maintain this stuff, it should just be removed from the tree. As it seems there isn't much interest in the package anyway. Thus I'm going to ask in #gentoo-cluster if anyone would be offended if I add treecleans to cc.
Comment 3 Matthias Langer 2009-01-26 01:07:02 UTC
<mlangc> would anyone of you guys be offended if I add treecleaners to bug 255425?
<jsbronder> Take it away :)
<jsbronder> The stuff it used to install is in torque's ebuild now.

So be it ;-).
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-02-04 05:05:07 UTC
Marking as 60 days and simply ignoring the last-rites message because it seems pointless =P

+# Jeremy Olexa <darkside@gentoo.org> (04 Feb 2009)
+# Masked for removal in 60 days. Use sys-cluster/torque instead. bug 255425
+sys-cluster/openpbs-common
+

Thanks.
Comment 5 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-04-14 00:57:34 UTC
gone.