Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 247532 - x11-misc/adesklets-0.6.1-r1 and net-analyzer/net-snmp-5.4.1.1 - File collision (perllocal.pod)
Summary: x11-misc/adesklets-0.6.1-r1 and net-analyzer/net-snmp-5.4.1.1 - File collisio...
Status: RESOLVED DUPLICATE of bug 284155
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Dockapp Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: perllocal
  Show dependency tree
 
Reported: 2008-11-19 03:01 UTC by Max Arnold
Modified: 2010-09-09 10:13 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 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 ***