Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40780 - nmap 3.50 lacks RDEPEND on libpcre
Summary: nmap 3.50 lacks RDEPEND on libpcre
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-07 19:17 UTC by Spider (RETIRED)
Modified: 2004-02-07 20:08 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 Spider (RETIRED) gentoo-dev 2004-02-07 19:17:21 UTC
xspider@ripples spider $ ldd `which nmap`
        libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0x40022000)
        libcrypto.so.0.9.7 => /usr/lib/libcrypto.so.0.9.7 (0x40053000)
        libpcre.so.0 => not found
        libstdc++.so.5 => /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.so.5 (0x40155000)
        libm.so.6 => /lib/libm.so.6 (0x4020f000)
        libgcc_s.so.1 => /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libgcc_s.so.1 (0x40232000)
        libc.so.6 => /lib/libc.so.6 (0x4023b000)
        libdl.so.2 => /lib/libdl.so.2 (0x40372000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)


This is bad, it seems to automagically use libpcre if its found when building, this will break GRP sets.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Spider (RETIRED) gentoo-dev 2004-02-07 19:20:10 UTC
from ./configure --help

  --with-libpcre=DIR    Use an existing (compiled) pcre lib from DIR/include and DIR/lib.  Specify --with-libpcre=included to always use the version included with Nmap


suggested is that you make the DEPEND & RDEPEND on dev-libs/libpcre  
Comment 2 Spider (RETIRED) gentoo-dev 2004-02-07 20:08:44 UTC
okay, I bumped it and added the dependency. Hope noone feels hurt.