Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 145166 - portage strange dev-libs/lzo side-by-side dependency problem
Summary: portage strange dev-libs/lzo side-by-side dependency problem
Status: RESOLVED DUPLICATE of bug 67179
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-26 04:56 UTC by Alon Bar-Lev (RETIRED)
Modified: 2006-08-26 05:10 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 Alon Bar-Lev (RETIRED) gentoo-dev 2006-08-26 04:56:55 UTC
Hello, 

lzo dependencies is somewhat strange...
The net-libs/gnutls-1.2.10 needs lzo-1 and openvpn needs >=lzo-1, so it should
use the newest stable one.
Until recently there was no problem... Both lzo versions were installed as expected.
But now, depclean tries to remove lzo, but when updating world, it tries to remerge it...

# emerge --update --deep world
# equery lzo
[I--] [  ] dev-libs/lzo-1.08-r1 (0)
[I--] [  ] dev-libs/lzo-2.02-r1 (2)
# emerge --depclean --pretend
 dev-libs/lzo
    selected: 2.02-r1
   protected: none
     omitted: 1.08-r1
# emerge --update --deep world
# emerge --update --deep --pretend --tree world
[nomerge      ] net-misc/kovpn-0.3_pre6
[nomerge      ]  net-misc/openvpn-2.1_beta14
[ebuild  NS   ]   dev-libs/lzo-2.02-r1  USE="-examples"
# emerge --update --deep world
# emerge --depclean --pretend
 dev-libs/lzo
    selected: 2.02-r1
   protected: none
     omitted: 1.08-r1
Comment 1 Alon Bar-Lev (RETIRED) gentoo-dev 2006-08-26 04:57:29 UTC
# emerge --info
Portage 2.1-r2 (default-linux/x86/2005.1, gcc-3.4.6, glibc-2.3.6-r4, 2.6.17-suspend2 i686)
=================================================================
System uname: 2.6.17-suspend2 i686 Intel(R) Pentium(R) M processor 1.80GHz
Gentoo Base System version 1.12.4
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium-m -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-O3 -march=pentium-m -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.osuosl.org http://mirror.hamakor.org.il/pub/mirrors/gentoo"
LANG="he"
LINGUAS="en he"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/alon-barlev-portage /usr/local/ase-portage"
SYNC=""
USE="x86 X acl acpi alsa apache2 apm arts avi berkdb bidi bitmap-fonts bluetooth bzip2 caps cli crypt cups curl directfb dlloader dri dvd eds emboss encode esd fam foomaticdb fortran gdbm gif gpm gstreamer gtk gtk2 imlib iproute2 ipv6 isdnlog java java5 jpeg jpeg2k kde kdeenablefinal kerberos ldap libg++ libwww logrotate mad mikmod mmx motif mp3 mpeg ncurses nls nptl ogg oggvorbis opengl oss pam pcre pdflib perl png pppd python qt3 qt4 quicktime readline reflection samba sdl session smartcard spell spl sse sse2 ssl svga tcpd tiff truetype truetype-fonts type1-fonts unicode usb vorbis wifi xcomposite xinerama xml2 xmms xorg xv zlib elibc_glibc input_devices_mouse input_devices_keyboard input_devices_evdev kernel_linux linguas_en linguas_he userland_GNU video_cards_radeon"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-08-26 05:10:10 UTC

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