Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24667 - Dependences problem when try to emerge nessus, two veresion of nessus-core are required to be installed
Summary: Dependences problem when try to emerge nessus, two veresion of nessus-core ar...
Status: RESOLVED DUPLICATE of bug 25874
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Patrick Kursawe (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-17 07:27 UTC by gaplo
Modified: 2005-07-17 13:06 UTC (History)
0 users

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 gaplo 2003-07-17 07:27:53 UTC
emerge -p nessus

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N   ] net-analyzer/nessus-libraries-2.0.6a
[ebuild  N   ] net-analyzer/nessus-core-2.0.6a-r1
[ebuild  N   ] net-analyzer/nessus-core-2.0.6a
[ebuild  N   ] net-analyzer/nessus-plugins-2.0.6a
[ebuild  N   ] net-analyzer/nessus-2.0.6a-r1

Both nessus-core-2.0.6a-r1 and nessus-core-2.0.6a are required to be installed.

Reproducible: Always
Steps to Reproduce:
1.emerge sync
2.emerge -p nessus
3.
Actual Results:  
These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N   ] net-analyzer/nessus-libraries-2.0.6a
[ebuild  N   ] net-analyzer/nessus-core-2.0.6a-r1
[ebuild  N   ] net-analyzer/nessus-core-2.0.6a
[ebuild  N   ] net-analyzer/nessus-plugins-2.0.6a
[ebuild  N   ] net-analyzer/nessus-2.0.6a-r1

Expected Results:  
These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N   ] net-analyzer/nessus-libraries-2.0.6a
[ebuild  N   ] net-analyzer/nessus-core-2.0.6a-r1
[ebuild  N   ] net-analyzer/nessus-plugins-2.0.6a
[ebuild  N   ] net-analyzer/nessus-2.0.6a-r1

Portage 2.0.48-r1 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20-wolk4.3s i686 Intel(R) Celeron(TM) CPU                1000MHz
GENTOO_MIRRORS="rsync://203.16.234.20/gentoo/ rsync://203.16.234.19/gentoo/
ftp://gg3.net/pub/linux/gentoo/ http://ftp.gentoo.or.kr/
http://www.zentek-international.com/mirrors/gentoo/"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 crypt cups foomaticdb gif jpeg libg++ mad mmx ncurses nls pdflib png
spell xml2 zlib gdbm berkdb slang readline tetex java tcpd pam libwww ssl perl
python apache2 clamav curl icc icc-pgo ipv6 maildir memlimit nptl oav pic samba
sasl slp tiff usagi xml -oss -3dnow -apm -arts -avi -encode -gpm -gtk -imlib
-kde -gnome -mikmod -motif -mpeg -oggvorbis -opengl -qt -quicktime -sdl -svga
-truetype -X -xmms -xv"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe"
CXXFLAGS="-march=pentium3 -O3 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Dwight Tuinstra 2003-08-05 09:23:43 UTC
"emerge sync" may fix this. Earlier today, I encountered a  
perhaps-related problem where "emerge nessus -p" would fail  
because one of the dependencies (nessus-lib?) in turn  
depended on a version of nessus-core that was no longer in  
the portage tree. (I did not see the reported problem of two 
versions of -core being required, though). 
 
Sync'ing must have updated the offending ebuild, since nessus 
is now happily compiling away. 
Comment 2 SpanKY gentoo-dev 2003-08-05 20:59:53 UTC
i think it's because one nessus pkg depends on 2.0.6a while another depends on 
-r1 or better ... 
 
pat, any ideas ? 
Comment 3 Patrick Kursawe (RETIRED) gentoo-dev 2003-08-05 23:50:25 UTC
I hope this is a duplicate and I didn't break anything by fixing the other bug :-)

*** This bug has been marked as a duplicate of 25874 ***