Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 247532

Summary: x11-misc/adesklets-0.6.1-r1 and net-analyzer/net-snmp-5.4.1.1 - File collision (perllocal.pod)
Product: Gentoo Linux Reporter: Max Arnold <lwarxx>
Component: Current packagesAssignee: Gentoo Dockapp Team <desktop-dock>
Status: RESOLVED DUPLICATE    
Severity: normal CC: netmon, tove
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 241834    

Description Max Arnold 2008-11-19 03:01:08 UTC
net-analyzer/net-snmp overwrites file perllocal.pod which belongs to x11-misc/adesklets:

$ equery b perllocal.pod

net-analyzer/net-snmp-5.4.1.1 (/usr/lib/perl5/5.8.8/i686-linux/perllocal.pod)
x11-misc/adesklets-0.6.1-r1 (/usr/lib/perl5/5.8.8/i686-linux/perllocal.pod)

Portage snapshot 2008-10-13

Reproducible: Always
Comment 1 Max Arnold 2008-11-21 05:21:18 UTC
For both packages the "perl" use flag is disabled:

$ emerge -pv adesklets net-snmp

[ebuild   R   ] x11-misc/adesklets-0.6.1-r1  USE="X ctrlmenu fontconfig python -debug -perl" 0 kB
[ebuild   R   ] net-analyzer/net-snmp-5.4.1.1  USE="X python ssl -diskio -doc -elf -extensible -ipv6 -lm_sensors -mfd-rewrites -minimal -perl -rpm (-selinux) -sendmail -smux -tcpd" 0 kB
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2010-05-27 07:18:59 UTC
adesklet replaces myconf:

        use perl || myconf="${myconf} --without-perl-support"
        myconf="${myconf} $(use_enable debug)"
-       use ctrlmenu && myconf="--enable-control-on-context-menu"
+       use ctrlmenu && myconf="${myconf} --enable-control-on-context-menu"
        use fontconfig || myconf="${myconf} --without-fontconfig"

Still it failes with fontconfig...
Comment 3 Michele Noberasco (RETIRED) gentoo-dev 2010-09-03 10:41:44 UTC
Uhm.

adesklets has several bugs open, none of which have been fixed. Package seems dead since 2007, upstream is unresponsive. I think I'll just hard mask this package, pending removal.
Comment 4 Michele Noberasco (RETIRED) gentoo-dev 2010-09-09 10:13:35 UTC

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