Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22314 - (mod_php-4.3.2) Files not copied?
Summary: (mod_php-4.3.2) Files not copied?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-05 20:55 UTC by Jesse Adelman
Modified: 2003-06-06 17:37 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 Jesse Adelman 2003-06-05 20:55:04 UTC
In upgrading from mod_php-4.3.1 (emerge -U mod_php):

[...snip...]
PATH="$PATH:/sbin" ldconfig -n /var/tmp/portage/mod_php-4.3.2/work/php-4.3.2/modules
----------------------------------------------------------------------
Libraries have been installed in:
   /var/tmp/portage/mod_php-4.3.2/work/php-4.3.2/modules
 
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 `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - 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.
----------------------------------------------------------------------
 
Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).
 
 
>>> Install mod_php-4.3.2 into /var/tmp/portage/mod_php-4.3.2/image/ category
dev-php
Installing shared extensions:    
/var/tmp/portage/mod_php-4.3.2/image//usr/lib/php/extensions/no-debug-non-zts-20020429/
Installing PEAR environment:      /var/tmp/portage/mod_php-4.3.2/image//usr/lib/php/
[PEAR] Archive_Tar    - installed: 0.9
[PEAR] Console_Getopt - installed: 1.0
[PEAR] PEAR           - installed: 1.1
[PEAR] DB             - installed: 1.3
[PEAR] HTTP           - installed: 1.2
[PEAR] Mail           - installed: 1.0.1
[PEAR] Net_SMTP       - installed: 1.0
[PEAR] Net_Socket     - installed: 1.0.1
[PEAR] XML_Parser     - installed: 1.0.1
[PEAR] XML_RPC        - installed: 1.0.4
Installing build environment:    
/var/tmp/portage/mod_php-4.3.2/image//usr/lib/php/build/
Installing header files:         
/var/tmp/portage/mod_php-4.3.2/image//usr/include/php/
Installing helper programs:       /var/tmp/portage/mod_php-4.3.2/image//usr/bin/
 program: phpize
  program: php-config
  program: phpextdist
make: `install-modules' is up to date.
make: `install-pear' is up to date.
make: `install-build' is up to date.
make: `install-headers' is up to date.
make: `install-programs' is up to date.
make: `install-modules' is up to date.
make: `install-pear' is up to date.
make: `install-build' is up to date.
make: `install-headers' is up to date.
make: `install-programs' is up to date.
make: `install-modules' is up to date.
make: `install-pear' is up to date.
make: `install-build' is up to date.
make: `install-headers' is up to date.
make: `install-programs' is up to date.
install: cannot stat
`/var/tmp/portage/mod_php-4.3.2/work/php-4.3.2/pear/scripts/phpize': No such
file or directory
install: cannot stat
`/var/tmp/portage/mod_php-4.3.2/work/php-4.3.2/pear/scripts/php-config': No such
file or directory
install: cannot stat
`/var/tmp/portage/mod_php-4.3.2/work/php-4.3.2/pear/scripts/phpextdist': No such
file or directory
install: cannot stat `pear/pear.m4': No such file or directory
man:
prepallstrip:
strip:
strip:
   usr/lib/php/extensions/no-debug-non-zts-20020429/java.so
   usr/lib/apache-extramodules/libphp4.so
>>> Completed installing into /var/tmp/portage/mod_php-4.3.2/image/

[...snip...]

Is this intentional to leave out the 4 files in the install as seen above? Thanks!
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-06-06 17:37:18 UTC
Fixed in CVS. Actually the files got moved and are now installed by the Makefile automatically. But previosuly they weren't so the copy stuff was in there. It's not needed now so I removed it.