Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79092 - libpcre-5.0 unmasked, installed without problem on default-darwin/macos/10.3
Summary: libpcre-5.0 unmasked, installed without problem on default-darwin/macos/10.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: PPC All
: High normal (vote)
Assignee: Gentoo for Mac OS X
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-22 07:30 UTC by entrobot
Modified: 2006-04-12 10:52 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 entrobot 2005-01-22 07:30:04 UTC
System Software Overview:

  System Version:	Mac OS X 10.3.7 (7S215)
  Kernel Version:	Darwin 7.7.0

System Hardware Overview:

  Machine Model:	PowerBook G4 15"
  CPU Type:     	PowerPC G4  (1.1)
  Number Of CPUs:	1
  CPU Speed:	        1 GHz
  L2 Cache (per CPU):	512 KB
  Memory:       	768 MB
  Bus Speed:    	167 MHz
  Boot ROM Version:	4.7.1f1


Reproducible: Didn't try
Steps to Reproduce:
baby:~ b$ emerge -p nmap

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

Calculating dependencies -
!!! All ebuilds that could satisfy "dev-libs/libpcre" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-libs/libpcre-4.2-r1 (masked by: missing keyword)
- dev-libs/libpcre-4.4 (masked by: ~ppc keyword)
- dev-libs/libpcre-4.5 (masked by: ~ppc keyword)
- dev-libs/libpcre-5.0 (masked by: ~ppc keyword)

For more information, see MASKED PACKAGES section in the emerge man page or 
section 2.2 "Software Availability" in the Gentoo Handbook.
!!!    (dependency required by "net-analyzer/nmap-3.55" [ebuild])

baby:~ b$ ekeyword
syntax: ekeyword { arch | ~[arch] | -[arch] } ebuild...
baby:~ b$ ekeyword ppc-macos /usr/portage/dev-libs/libpcre/libpcre-5.0.ebuild 
/usr/portage/dev-libs/libpcre/libpcre-5.0.ebuild
Can't create /usr/portage/dev-libs/libpcre/libpcre-5.0.ebuild.new: Permission denied
baby:~ b$ sudo ekeyword ppc-macos /usr/portage/dev-libs/libpcre/libpcre-5.0.ebuild 
/usr/portage/dev-libs/libpcre/libpcre-5.0.ebuild
< KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~ppc-macos ~s390 ~sh ~sparc ~x86"
---
> KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ppc-macos ~s390 ~sh ~sparc ~x86"
baby:~ b$ emerge -p nmap
These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] dev-libs/libpcre-5.0  
[ebuild  N    ] net-analyzer/nmap-3.55  

Actual Results:  
baby:~ b$ emerge nmap
Calculating dependencies ...done!
>>> emerge (1 of 2) dev-libs/libpcre-5.0 to /
chflags: invalid flag: nosunlnk
>>> Downloading http://distfiles.gentoo.org/distfiles/pcre-5.0.tar.bz2
######################################################################## 100.0%
>>> md5 src_uri ;-) pcre-5.0.tar.bz2
>>> Unpacking source...
>>> Unpacking pcre-5.0.tar.bz2 to /var/tmp/portage/libpcre-5.0/work
 * Applying pcre-5.0-uclibc-tuple.patch ...                               [ ok ]
 * Applying pcre-4.2-link.patch ...                                       [ ok ]
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
 * Applying Darwin/libtool patches ...
 *  Fixing ${S}/ltmain.sh...                                              [ ok ]
 * Patching ${S}/ltmain.sh ...
 *   Applying portage-1.4.1.patch ...
 *   Applying max_cmd_len-1.5.0.patch ...
 *   Applying sed-1.4.3.patch ...
 *   Applying tmp-1.3.5.patch ...
 * Applying uClibc/libtool patches ...
 * Using GNU config files from /usr/share/gnuconfig
 *  Updating config.sub                                                   [ ok ]
 *  Updating config.guess                                                 [ ok ]
>>> Source unpacked.
./configure --prefix=/usr --host=powerpc-apple-darwin --mandir=/usr/share/man
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
--localstatedir=/var/lib --enable-utf8
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking for powerpc-apple-darwin-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... powerpc-apple-darwin7.7.0
checking host system type... powerpc-apple-darwin
checking for a sed that does not truncate output... /bin/gsed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for powerpc-apple-darwin-g++... no
checking for powerpc-apple-darwin-c++... no
checking for powerpc-apple-darwin-gpp... no
checking for powerpc-apple-darwin-aCC... no
checking for powerpc-apple-darwin-CC... no
checking for powerpc-apple-darwin-cxx... no
checking for powerpc-apple-darwin-cc++... no
checking for powerpc-apple-darwin-cl... no
checking for powerpc-apple-darwin-FCC... no
checking for powerpc-apple-darwin-KCC... no
checking for powerpc-apple-darwin-RCC... no
checking for powerpc-apple-darwin-xlC_r... no
checking for powerpc-apple-darwin-xlC... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for powerpc-apple-darwin-g77... no
checking for powerpc-apple-darwin-f77... no
checking for powerpc-apple-darwin-xlf... no
checking for powerpc-apple-darwin-frt... no
checking for powerpc-apple-darwin-pgf77... no
checking for powerpc-apple-darwin-fort77... no
checking for powerpc-apple-darwin-fl32... no
checking for powerpc-apple-darwin-af77... no
checking for powerpc-apple-darwin-f90... no
checking for powerpc-apple-darwin-xlf90... no
checking for powerpc-apple-darwin-pgf90... no
checking for powerpc-apple-darwin-epcf90... no
checking for powerpc-apple-darwin-f95... no
checking for powerpc-apple-darwin-fort... no
checking for powerpc-apple-darwin-xlf95... no
checking for powerpc-apple-darwin-ifc... no
checking for powerpc-apple-darwin-efc... no
checking for powerpc-apple-darwin-pgf95... no
checking for powerpc-apple-darwin-lf95... no
checking for powerpc-apple-darwin-gfortran... no
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 65536
checking command to parse nm output from gcc object... ok
checking for objdir... .libs
checking for powerpc-apple-darwin-ar... no
checking for ar... ar
checking for powerpc-apple-darwin-ranlib... no
checking for ranlib... ranlib
checking for powerpc-apple-darwin-strip... no
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common
checking if g++ PIC flag -fno-common works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for ANSI C header files... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for bcopy... yes
checking for memmove... yes
checking for strerror... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pcre.h
config.status: creating pcre-config
config.status: creating libpcre.pc
config.status: creating RunTest
config.status: creating config.h
config.status: executing default commands
/bin/sh ./libtool --mode=compile gcc -c -O2 -pipe -fPIC -I. -I.      ./maketables.c
mkdir .libs
 gcc -c -O2 -pipe -fPIC -I. -I. ./maketables.c  -fno-common -DPIC -o
.libs/maketables.o
 gcc -c -O2 -pipe -fPIC -I. -I. ./maketables.c -o maketables.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -c -O2 -pipe -fPIC -I. -I.      ./get.c
 gcc -c -O2 -pipe -fPIC -I. -I. ./get.c  -fno-common -DPIC -o .libs/get.o
 gcc -c -O2 -pipe -fPIC -I. -I. ./get.c -o get.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -c -O2 -pipe -fPIC -I. -I.     
-DSUPPORT_UTF8  ./study.c
 gcc -c -O2 -pipe -fPIC -I. -I. -DSUPPORT_UTF8 ./study.c  -fno-common -DPIC -o
.libs/study.o
 gcc -c -O2 -pipe -fPIC -I. -I. -DSUPPORT_UTF8 ./study.c -o study.o >/dev/null 2>&1
gcc -c -O2 -pipe -fPIC -I. ./dftables.c
/bin/sh ./libtool --mode=link gcc -O2 -pipe -fPIC -I. -I. -o dftables dftables.o
gcc -O2 -pipe -fPIC -I. -I. -o dftables dftables.o 
./dftables chartables.c
/bin/sh ./libtool --mode=compile gcc -c -O2 -pipe -fPIC -I. -I.     
-DSUPPORT_UTF8  -DPOSIX_MALLOC_THRESHOLD=10 ./pcre.c
 gcc -c -O2 -pipe -fPIC -I. -I. -DSUPPORT_UTF8 -DPOSIX_MALLOC_THRESHOLD=10
./pcre.c  -fno-common -DPIC -o .libs/pcre.o
 gcc -c -O2 -pipe -fPIC -I. -I. -DSUPPORT_UTF8 -DPOSIX_MALLOC_THRESHOLD=10
./pcre.c -o pcre.o >/dev/null 2>&1
rm -f libpcre.la
/bin/sh ./libtool --mode=link gcc -O2 -pipe -fPIC -I. -I. -L. -L.libs -rpath
/usr/lib -version-info \
        '0:1:0' -o libpcre.la maketables.lo get.lo study.lo pcre.lo 
gcc -dynamiclib ${wl}-undefined ${wl}dynamic_lookup -o .libs/libpcre.0.0.1 
.libs/maketables.o .libs/get.o .libs/study.o .libs/pcre.o 
-L/var/tmp/portage/libpcre-5.0/work/pcre-5.0
-L/var/tmp/portage/libpcre-5.0/work/pcre-5.0/.libs  -install_name 
/usr/lib/libpcre.0 -compatibility_version 1 -current_version 1.1
(cd .libs && rm -f libpcre.0 && ln -s libpcre.0.0.1 libpcre.0)
(cd .libs && rm -f libpcre && ln -s libpcre.0.0.1 libpcre)
ar cru .libs/libpcre.a  maketables.o get.o study.o pcre.o
ranlib .libs/libpcre.a
creating libpcre.la
(cd .libs && rm -f libpcre.la && ln -s ../libpcre.la libpcre.la)
/bin/sh ./libtool --mode=compile gcc -c -O2 -pipe -fPIC -I. -I.     
-DPOSIX_MALLOC_THRESHOLD=10 ./pcreposix.c
 gcc -c -O2 -pipe -fPIC -I. -I. -DPOSIX_MALLOC_THRESHOLD=10 ./pcreposix.c 
-fno-common -DPIC -o .libs/pcreposix.o
 gcc -c -O2 -pipe -fPIC -I. -I. -DPOSIX_MALLOC_THRESHOLD=10 ./pcreposix.c -o
pcreposix.o >/dev/null 2>&1
rm -f libpcreposix.la
/bin/sh ./libtool --mode=link gcc -O2 -pipe -fPIC -I. -I. -L. -L.libs -rpath
/usr/lib libpcre.la -version-info \
        '0:0:0' -o libpcreposix.la pcreposix.lo
gcc -dynamiclib ${wl}-undefined ${wl}dynamic_lookup -o .libs/libpcreposix.0.0.0
 .libs/pcreposix.o  -L/var/tmp/portage/libpcre-5.0/work/pcre-5.0
-L/var/tmp/portage/libpcre-5.0/work/pcre-5.0/.libs ./.libs/libpcre 
-install_name  /usr/lib/libpcreposix.0 -compatibility_version 1 -current_version 1.0
(cd .libs && rm -f libpcreposix.0 && ln -s libpcreposix.0.0.0 libpcreposix.0)
(cd .libs && rm -f libpcreposix && ln -s libpcreposix.0.0.0 libpcreposix)
ar cru .libs/libpcreposix.a  pcreposix.o
ranlib .libs/libpcreposix.a
creating libpcreposix.la
(cd .libs && rm -f libpcreposix.la && ln -s ../libpcreposix.la libpcreposix.la)
gcc -c -O2 -pipe -fPIC -I. -DSUPPORT_UTF8   ./pcretest.c
/bin/sh ./libtool --mode=link gcc -O2 -pipe -fPIC -I. -I.   -o pcretest 
pcretest.o \
        libpcre.la libpcreposix.la
gcc -O2 -pipe -fPIC -I. -I. -o .libs/pcretest pcretest.o  ./.libs/libpcre
-L/var/tmp/portage/libpcre-5.0/work/pcre-5.0
-L/var/tmp/portage/libpcre-5.0/work/pcre-5.0/.libs ./.libs/libpcreposix
/var/tmp/portage/libpcre-5.0/work/pcre-5.0/.libs/libpcre
creating pcretest
gcc -c -O2 -pipe -fPIC -I. -DSUPPORT_UTF8  -DIS_UNIX ./pcregrep.c
/bin/sh ./libtool --mode=link gcc -O2 -pipe -fPIC -I. -I. -o pcregrep pcregrep.o
libpcre.la
gcc -O2 -pipe -fPIC -I. -I. -o .libs/pcregrep pcregrep.o  ./.libs/libpcre
-L/var/tmp/portage/libpcre-5.0/work/pcre-5.0
-L/var/tmp/portage/libpcre-5.0/work/pcre-5.0/.libs
creating pcregrep
>>> Test phase [not enabled]: dev-libs/libpcre-5.0

>>> Install libpcre-5.0 into /var/tmp/portage/libpcre-5.0/image/ category dev-libs
/bin/sh ./mkinstalldirs /var/tmp/portage/libpcre-5.0/image//usr/lib
mkdir /var/tmp/portage/libpcre-5.0/image/usr
mkdir /var/tmp/portage/libpcre-5.0/image/usr/lib
echo "/bin/sh ./libtool --mode=install /usr/bin/install -c libpcre.la
/var/tmp/portage/libpcre-5.0/image//usr/lib/libpcre.la"
/bin/sh ./libtool --mode=install /usr/bin/install -c libpcre.la
/var/tmp/portage/libpcre-5.0/image//usr/lib/libpcre.la
/bin/sh ./libtool --mode=install /usr/bin/install -c libpcre.la
/var/tmp/portage/libpcre-5.0/image//usr/lib/libpcre.la
/usr/bin/install -c .libs/libpcre.0.0.1
/var/tmp/portage/libpcre-5.0/image//usr/lib/libpcre.0.0.1
(cd /var/tmp/portage/libpcre-5.0/image//usr/lib && rm -f libpcre.0 && ln -s
libpcre.0.0.1 libpcre.0)
(cd /var/tmp/portage/libpcre-5.0/image//usr/lib && rm -f libpcre && ln -s
libpcre.0.0.1 libpcre)
/usr/bin/install -c .libs/libpcre.lai
/var/tmp/portage/libpcre-5.0/image//usr/lib/libpcre.la
/usr/bin/install -c .libs/libpcre.a
/var/tmp/portage/libpcre-5.0/image//usr/lib/libpcre.a
ranlib /var/tmp/portage/libpcre-5.0/image//usr/lib/libpcre.a
chmod 644 /var/tmp/portage/libpcre-5.0/image//usr/lib/libpcre.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
echo "/bin/sh ./libtool --mode=install /usr/bin/install -c libpcreposix.la
/var/tmp/portage/libpcre-5.0/image//usr/lib/libpcreposix.la"
/bin/sh ./libtool --mode=install /usr/bin/install -c libpcreposix.la
/var/tmp/portage/libpcre-5.0/image//usr/lib/libpcreposix.la
/bin/sh ./libtool --mode=install /usr/bin/install -c libpcreposix.la
/var/tmp/portage/libpcre-5.0/image//usr/lib/libpcreposix.la
libtool: install: warning: relinking `libpcreposix.la'
(cd /var/tmp/portage/libpcre-5.0/work/pcre-5.0; /bin/sh ./libtool --mode=relink
gcc -O2 -pipe -fPIC -I. -I. -L. -L.libs -rpath /usr/lib libpcre.la -version-info
0:0:0 -o libpcreposix.la pcreposix.lo -inst-prefix-dir
/var/tmp/portage/libpcre-5.0/image/)
gcc -dynamiclib ${wl}-undefined ${wl}dynamic_lookup -o .libs/libpcreposix.0.0.0
 .libs/pcreposix.o  -L/var/tmp/portage/libpcre-5.0/work/pcre-5.0
-L/var/tmp/portage/libpcre-5.0/work/pcre-5.0/.libs
/var/tmp/portage/libpcre-5.0/image//usr/lib/libpcre  -install_name 
/usr/lib/libpcreposix.0 -compatibility_version 1 -current_version 1.0
/usr/bin/install -c .libs/libpcreposix.0.0.0T
/var/tmp/portage/libpcre-5.0/image//usr/lib/libpcreposix.0.0.0
(cd /var/tmp/portage/libpcre-5.0/image//usr/lib && rm -f libpcreposix.0 && ln -s
libpcreposix.0.0.0 libpcreposix.0)
(cd /var/tmp/portage/libpcre-5.0/image//usr/lib && rm -f libpcreposix && ln -s
libpcreposix.0.0.0 libpcreposix)
/usr/bin/install -c .libs/libpcreposix.lai
/var/tmp/portage/libpcre-5.0/image//usr/lib/libpcreposix.la
/usr/bin/install -c .libs/libpcreposix.a
/var/tmp/portage/libpcre-5.0/image//usr/lib/libpcreposix.a
ranlib /var/tmp/portage/libpcre-5.0/image//usr/lib/libpcreposix.a
chmod 644 /var/tmp/portage/libpcre-5.0/image//usr/lib/libpcreposix.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
/bin/sh ./libtool --finish /var/tmp/portage/libpcre-5.0/image//usr/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /var/tmp/portage/libpcre-5.0/image//usr/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
     during execution
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ./mkinstalldirs /var/tmp/portage/libpcre-5.0/image//usr/include
mkdir /var/tmp/portage/libpcre-5.0/image/usr/include
/usr/bin/install -c -m 644 pcre.h
/var/tmp/portage/libpcre-5.0/image//usr/include/pcre.h
/usr/bin/install -c -m 644 ./pcreposix.h
/var/tmp/portage/libpcre-5.0/image//usr/include/pcreposix.h
/bin/sh ./mkinstalldirs /var/tmp/portage/libpcre-5.0/image//usr/share/man/man3
mkdir /var/tmp/portage/libpcre-5.0/image/usr/share
mkdir /var/tmp/portage/libpcre-5.0/image/usr/share/man
mkdir /var/tmp/portage/libpcre-5.0/image/usr/share/man/man3
/usr/bin/install -c -m 644 ./doc/pcre.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcre.3
/usr/bin/install -c -m 644 ./doc/pcreapi.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcreapi.3
/usr/bin/install -c -m 644 ./doc/pcrebuild.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcrebuild.3
/usr/bin/install -c -m 644 ./doc/pcrecallout.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcrecallout.3
/usr/bin/install -c -m 644 ./doc/pcrecompat.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcrecompat.3
/usr/bin/install -c -m 644 ./doc/pcrepattern.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcrepattern.3
/usr/bin/install -c -m 644 ./doc/pcreperform.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcreperform.3
/usr/bin/install -c -m 644 ./doc/pcreposix.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcreposix.3
/usr/bin/install -c -m 644 ./doc/pcresample.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcresample.3
/usr/bin/install -c -m 644 ./doc/pcre_compile.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcre_compile.3
/usr/bin/install -c -m 644 ./doc/pcre_config.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcre_config.3
/usr/bin/install -c -m 644 ./doc/pcre_copy_named_substring.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcre_copy_named_substring.3
/usr/bin/install -c -m 644 ./doc/pcre_copy_substring.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcre_copy_substring.3
/usr/bin/install -c -m 644 ./doc/pcre_exec.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcre_exec.3
/usr/bin/install -c -m 644 ./doc/pcre_free_substring.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcre_free_substring.3
/usr/bin/install -c -m 644 ./doc/pcre_free_substring_list.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcre_free_substring_list.3
/usr/bin/install -c -m 644 ./doc/pcre_fullinfo.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcre_fullinfo.3
/usr/bin/install -c -m 644 ./doc/pcre_get_named_substring.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcre_get_named_substring.3
/usr/bin/install -c -m 644 ./doc/pcre_get_stringnumber.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcre_get_stringnumber.3
/usr/bin/install -c -m 644 ./doc/pcre_get_substring.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcre_get_substring.3
/usr/bin/install -c -m 644 ./doc/pcre_get_substring_list.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcre_get_substring_list.3
/usr/bin/install -c -m 644 ./doc/pcre_info.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcre_info.3
/usr/bin/install -c -m 644 ./doc/pcre_maketables.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcre_maketables.3
/usr/bin/install -c -m 644 ./doc/pcre_study.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcre_study.3
/usr/bin/install -c -m 644 ./doc/pcre_version.3
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man3/pcre_version.3
/bin/sh ./mkinstalldirs /var/tmp/portage/libpcre-5.0/image//usr/share/man/man1
mkdir /var/tmp/portage/libpcre-5.0/image/usr/share/man/man1
/usr/bin/install -c -m 644 ./doc/pcregrep.1
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man1/pcregrep.1
/usr/bin/install -c -m 644 ./doc/pcretest.1
/var/tmp/portage/libpcre-5.0/image//usr/share/man/man1/pcretest.1
/bin/sh ./mkinstalldirs /var/tmp/portage/libpcre-5.0/image//usr/bin
mkdir /var/tmp/portage/libpcre-5.0/image/usr/bin
/bin/sh ./libtool --mode=install /usr/bin/install -c pcregrep
/var/tmp/portage/libpcre-5.0/image//usr/bin/pcregrep
libtool: install: warning: `libpcre.la' has not been installed in `/usr/lib'
/usr/bin/install -c .libs/pcregrep
/var/tmp/portage/libpcre-5.0/image//usr/bin/pcregrep
/bin/sh ./libtool --mode=install /usr/bin/install -c pcretest
/var/tmp/portage/libpcre-5.0/image//usr/bin/pcretest
libtool: install: warning: `libpcre.la' has not been installed in `/usr/lib'
libtool: install: warning: `libpcreposix.la' has not been installed in `/usr/lib'
libtool: install: warning:
`/var/tmp/portage/libpcre-5.0/work/pcre-5.0/libpcre.la' has not been installed
in `/usr/lib'
/usr/bin/install -c .libs/pcretest
/var/tmp/portage/libpcre-5.0/image//usr/bin/pcretest
/usr/bin/install -c pcre-config
/var/tmp/portage/libpcre-5.0/image//usr/bin/pcre-config
/bin/sh ./mkinstalldirs /var/tmp/portage/libpcre-5.0/image//usr/lib/pkgconfig
mkdir /var/tmp/portage/libpcre-5.0/image/usr/lib/pkgconfig
/usr/bin/install -c libpcre.pc
/var/tmp/portage/libpcre-5.0/image//usr/lib/pkgconfig/libpcre.pc
man:
prepallstrip:
strip: strip --strip-unneeded
strip: strip --strip-unneeded
 * file /var/tmp/portage/libpcre-5.0/image// was installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr was installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/bin was installed with group
portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/bin/pcre-config was installed
with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/bin/pcregrep was installed with
group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/bin/pcretest was installed with
group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/include was installed with
group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/include/pcre.h was installed
with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/include/pcreposix.h was
installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/lib was installed with group
portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/lib/libpcre was installed with
group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/lib/libpcre.0 was installed
with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/lib/libpcre.0.0.1 was installed
with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/lib/libpcre.a was installed
with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/lib/libpcre.la was installed
with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/lib/libpcreposix was installed
with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/lib/libpcreposix.0 was
installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/lib/libpcreposix.0.0.0 was
installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/lib/libpcreposix.a was
installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/lib/libpcreposix.la was
installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/lib/pkgconfig was installed
with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/lib/pkgconfig/libpcre.pc was
installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share was installed with group
portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/doc was installed with
group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0 was
installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/AUTHORS.gz was
installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html was
installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html was
installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/index.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcre.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcre_compile.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcre_config.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcre_copy_named_substring.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcre_copy_substring.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcre_exec.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcre_free_substring.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcre_free_substring_list.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcre_fullinfo.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcre_get_named_substring.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcre_get_stringnumber.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcre_get_substring.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcre_get_substring_list.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcre_info.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcre_maketables.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcre_study.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcre_version.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcreapi.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcrebuild.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcrecallout.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcrecompat.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcregrep.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcrepartial.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcrepattern.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcreperform.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcreposix.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcreprecompile.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcresample.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/html/doc/html/pcretest.html
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/INSTALL.gz was
installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/NON-UNIX-USE.gz
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/pcre.txt.gz was
installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/pcregrep.txt.gz
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/pcretest.txt.gz
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/perltest.txt.gz
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/doc/libpcre-5.0/Tech.Notes.gz was
installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/man was installed with
group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/man/man1 was installed
with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/man/man1/pcregrep.1 was
installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/man/man1/pcretest.1 was
installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/man/man3 was installed
with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcre.3 was
installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcre_compile.3
was installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcre_config.3
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcre_copy_named_substring.3
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcre_copy_substring.3
was installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcre_exec.3 was
installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcre_free_substring.3
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcre_free_substring_list.3
was installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcre_fullinfo.3
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcre_get_named_substring.3
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcre_get_stringnumber.3
was installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcre_get_substring.3 was
installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcre_get_substring_list.3
was installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcre_info.3 was
installed with group portage!
 * file
/var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcre_maketables.3 was
installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcre_study.3 was
installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcre_version.3
was installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcreapi.3 was
installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcrebuild.3 was
installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcrecallout.3
was installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcrecompat.3 was
installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcrepattern.3
was installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcreperform.3
was installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcreposix.3 was
installed with group portage!
 * file /var/tmp/portage/libpcre-5.0/image///usr/share/man/man3/pcresample.3 was
installed with group portage!
>>> Completed installing libpcre-5.0 into /var/tmp/portage/libpcre-5.0/image/

* checking 77 files for package collisions
* spent 0.0238909721375 seconds checking for file collisions
>>> Merging dev-libs/libpcre-5.0 to /
--- /usr/
--- /usr/bin/
>>> /usr/bin/pcre-config
>>> /usr/bin/pcregrep
>>> /usr/bin/pcretest
--- /usr/include/
>>> /usr/include/pcre.h
>>> /usr/include/pcreposix.h
--- /usr/lib/
>>> /usr/lib/libpcre.0.0.1
>>> /usr/lib/libpcre.a
>>> /usr/lib/libpcre.la
>>> /usr/lib/libpcreposix.0.0.0
>>> /usr/lib/libpcreposix.a
>>> /usr/lib/libpcreposix.la
--- /usr/lib/pkgconfig/
>>> /usr/lib/pkgconfig/libpcre.pc
--- /usr/share/
--- /usr/share/doc/
>>> /usr/share/doc/libpcre-5.0/
>>> /usr/share/doc/libpcre-5.0/AUTHORS.gz
>>> /usr/share/doc/libpcre-5.0/html/
>>> /usr/share/doc/libpcre-5.0/html/doc/
>>> /usr/share/doc/libpcre-5.0/html/doc/html/
>>> /usr/share/doc/libpcre-5.0/html/doc/html/index.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcre.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcre_compile.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcre_config.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcre_copy_named_substring.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcre_copy_substring.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcre_exec.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcre_free_substring.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcre_free_substring_list.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcre_fullinfo.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcre_get_named_substring.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcre_get_stringnumber.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcre_get_substring.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcre_get_substring_list.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcre_info.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcre_maketables.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcre_study.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcre_version.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcreapi.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcrebuild.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcrecallout.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcrecompat.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcregrep.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcrepartial.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcrepattern.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcreperform.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcreposix.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcreprecompile.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcresample.html
>>> /usr/share/doc/libpcre-5.0/html/doc/html/pcretest.html
>>> /usr/share/doc/libpcre-5.0/INSTALL.gz
>>> /usr/share/doc/libpcre-5.0/NON-UNIX-USE.gz
>>> /usr/share/doc/libpcre-5.0/pcre.txt.gz
>>> /usr/share/doc/libpcre-5.0/pcregrep.txt.gz
>>> /usr/share/doc/libpcre-5.0/pcretest.txt.gz
>>> /usr/share/doc/libpcre-5.0/perltest.txt.gz
>>> /usr/share/doc/libpcre-5.0/Tech.Notes.gz
--- /usr/share/man/
--- /usr/share/man/man1/
>>> /usr/share/man/man1/pcregrep.1
>>> /usr/share/man/man1/pcretest.1
--- /usr/share/man/man3/
>>> /usr/share/man/man3/pcre.3
>>> /usr/share/man/man3/pcre_compile.3
>>> /usr/share/man/man3/pcre_config.3
>>> /usr/share/man/man3/pcre_copy_named_substring.3
>>> /usr/share/man/man3/pcre_copy_substring.3
>>> /usr/share/man/man3/pcre_exec.3
>>> /usr/share/man/man3/pcre_free_substring.3
>>> /usr/share/man/man3/pcre_free_substring_list.3
>>> /usr/share/man/man3/pcre_fullinfo.3
>>> /usr/share/man/man3/pcre_get_named_substring.3
>>> /usr/share/man/man3/pcre_get_stringnumber.3
>>> /usr/share/man/man3/pcre_get_substring.3
>>> /usr/share/man/man3/pcre_get_substring_list.3
>>> /usr/share/man/man3/pcre_info.3
>>> /usr/share/man/man3/pcre_maketables.3
>>> /usr/share/man/man3/pcre_study.3
>>> /usr/share/man/man3/pcre_version.3
>>> /usr/share/man/man3/pcreapi.3
>>> /usr/share/man/man3/pcrebuild.3
>>> /usr/share/man/man3/pcrecallout.3
>>> /usr/share/man/man3/pcrecompat.3
>>> /usr/share/man/man3/pcrepattern.3
>>> /usr/share/man/man3/pcreperform.3
>>> /usr/share/man/man3/pcreposix.3
>>> /usr/share/man/man3/pcresample.3
>>> /usr/lib/libpcre -> libpcre.0.0.1
>>> /usr/lib/libpcre.0 -> libpcre.0.0.1
>>> /usr/lib/libpcreposix -> libpcreposix.0.0.0
>>> /usr/lib/libpcreposix.0 -> libpcreposix.0.0.0
>>> Regenerating /etc/ld.so.cache...
>>> dev-libs/libpcre-5.0 merged.
chflags: invalid flag: nosunlnk

>>> clean: No packages selected for removal.

>>> emerge (2 of 2) net-analyzer/nmap-3.55 to /

...

>>> Install nmap-3.55 into /var/tmp/portage/nmap-3.55/image/ category net-analyzer
Compiling libpcre
make[1]: `libpcre.a' is up to date.
Compiling libnbase
cd nbase && make
make[1]: Nothing to be done for `all'.
Compiling libnsock
cd nsock/src && make
make[1]: Nothing to be done for `all'.
./shtool mkdir -f -p -m 755 /var/tmp/portage/nmap-3.55/image//usr/bin
/var/tmp/portage/nmap-3.55/image//usr/share/man/man1
/var/tmp/portage/nmap-3.55/image//usr/share/nmap
./shtool install  -c -m 755 nmap -s /var/tmp/portage/nmap-3.55/image//usr/bin/nmap
./shtool install  -c -m 644 docs/nmap.1
/var/tmp/portage/nmap-3.55/image//usr/share/man/man1/nmap.1
./shtool install  -c -m 644 nmap-services
/var/tmp/portage/nmap-3.55/image//usr/share/nmap/
./shtool install  -c -m 644 nmap-rpc
/var/tmp/portage/nmap-3.55/image//usr/share/nmap/
./shtool install  -c -m 644 nmap-os-fingerprints
/var/tmp/portage/nmap-3.55/image//usr/share/nmap/
./shtool install  -c -m 644 nmap-service-probes
/var/tmp/portage/nmap-3.55/image//usr/share/nmap/
./shtool install  -c -m 644 nmap-protocols
/var/tmp/portage/nmap-3.55/image//usr/share/nmap/
./shtool install  -c -m 644 nmap-mac-prefixes
/var/tmp/portage/nmap-3.55/image//usr/share/nmap/
make: Nothing to be done for `install'.

>>> Completed installing nmap-3.55 into /var/tmp/portage/nmap-3.55/image/

* checking 25 files for package collisions
* spent 0.00588703155518 seconds checking for file collisions
>>> Merging net-analyzer/nmap-3.55 to /

>>> clean: No packages selected for removal.

>>> Auto-cleaning packages ...

>>> No outdated packages were found on your system.


 * GNU info directory index is up-to-date.

baby:~ b$ nmap 192.168.1.1

Starting nmap 3.55 ( http://www.insecure.org/nmap/ ) at 2005-01-22 14:46 GMT
Interesting ports on 192.168.1.1:
(The 1658 ports scanned but not shown below are in state: closed)
PORT    STATE SERVICE
80/tcp  open  http
443/tcp open  https

Nmap run completed -- 1 IP address (1 host up) scanned in 2.195 seconds


Portage 2.0.51-r14 (default-darwin/macos/10.3, gcc-3.3, libsystem-7.1-r0, 7.7.0
Power Macintosh)
=================================================================
System uname: 7.7.0 Power Macintosh powerpc
macos-20041118
Python:               [2.3 (#1, Sep 13 2003, 00:49:11)]
distcc 2.0.1-zeroconf powerpc-apple-darwin7.0 (protocol 1) (default port 3632)
[disabled]
dev-lang/python:     [Not Present]
sys-devel/autoconf:  [Not Present]
sys-devel/automake:  [Not Present]
sys-devel/binutils:  [Not Present]
sys-devel/libtool:   [Not Present]
virtual/os-headers:  7.1
ACCEPT_KEYWORDS="ppc-macos"
AUTOCLEAN="yes"
CFLAGS="-O2 -pipe"
CHOST="powerpc-apple-darwin"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache collision-protect distlocks"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="ppc ncurses nls ppc-macos readline"
Unset:  ASFLAGS, CBUILD, CTARGET, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Hasan Khalil (RETIRED) gentoo-dev 2005-01-23 08:27:11 UTC
Already keyworded testing (~ppc-macos).