[Fink-devel] libcdio mis-install in 10.4/unstable

2006-09-10 Thread Tim Wilson-Brown
Hi,

This problem has already been reported by Marco Bonetti for libcdio5- 
shlibs-0.73-13. This report is for libcdio1-shlibs-0.71-115.

It looks like libcdio1-shlibs installs itself into /sw/lib while  
building, removes its dylibs from the build directory, then tries to  
build another package from them (libiso96603-shlibs).

Maybe this line:
make install PREFIX=/tmp/root-libcdio1-shlibs-0.71-115/sw
is not having the desired effect?

The correct line may be:
make install DESTDIR=...
(copied from /tmp/root-gnome-icon-theme-2.16.0.1-1, which also uses  
ginstall)

I am running:
Package manager version: 0.24.26
Distribution version: 0.8.1.rsync powerpc

using 10.4/unstable,

on Mac OS X 10.4.7/8J135, with Xcode 2.3.

-

creating libiso9660.la
(cd .libs  rm -f libiso9660.la  ln -s ../libiso9660.la  
libiso9660.la)
/bin/rm -rf /tmp/root-libcdio1-shlibs-0.71-115
/bin/mkdir -p /tmp/root-libcdio1-shlibs-0.71-115/sw
/bin/mkdir -p /tmp/root-libcdio1-shlibs-0.71-115/DEBIAN
/usr/sbin/chown -R root:admin /tmp/root-libcdio1-shlibs-0.71-115
make install PREFIX=/tmp/root-libcdio1-shlibs-0.71-115/sw
Making install in include
Making install in cdio
make  install-am
make[4]: Nothing to be done for `install-exec-am'.
test -z /sw/include/cdio || mkdir -p -- /sw/include/cdio
/sw/bin/ginstall -c -m 644 'bytesex.h' '/sw/include/cdio/bytesex.h'
/sw/bin/ginstall -c -m 644 'bytesex_asm.h' '/sw/include/cdio/ 
bytesex_asm.h'
/sw/bin/ginstall -c -m 644 'cdio.h' '/sw/include/cdio/cdio.h'
/sw/bin/ginstall -c -m 644 'cdtext.h' '/sw/include/cdio/cdtext.h'
/sw/bin/ginstall -c -m 644 'cdtext.h' '/sw/include/cdio/cdtext.h'
/sw/bin/ginstall -c -m 644 'cd_types.h' '/sw/include/cdio/cd_types.h'
/sw/bin/ginstall -c -m 644 'ds.h' '/sw/include/cdio/ds.h'
/sw/bin/ginstall -c -m 644 'dvd.h' '/sw/include/cdio/dvd.h'
/sw/bin/ginstall -c -m 644 'iso9660.h' '/sw/include/cdio/iso9660.h'
/sw/bin/ginstall -c -m 644 'logging.h' '/sw/include/cdio/logging.h'
/sw/bin/ginstall -c -m 644 'sector.h' '/sw/include/cdio/sector.h'
/sw/bin/ginstall -c -m 644 'scsi_mmc.h' '/sw/include/cdio/scsi_mmc.h'
/sw/bin/ginstall -c -m 644 'types.h' '/sw/include/cdio/types.h'
/sw/bin/ginstall -c -m 644 'util.h' '/sw/include/cdio/util.h'
/sw/bin/ginstall -c -m 644 'version.h' '/sw/include/cdio/version.h'
/sw/bin/ginstall -c -m 644 'xa.h' '/sw/include/cdio/xa.h'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in lib
test -z /sw/lib || mkdir -p -- /sw/lib
/bin/sh ../libtool --mode=install /sw/bin/ginstall -c  'libcdio.la' '/ 
sw/lib/libcdio.la'
/sw/bin/ginstall -c .libs/libcdio.3.0.0.dylib /sw/lib/libcdio. 
3.0.0.dylib
(cd /sw/lib  rm -f libcdio.3.dylib  ln -s libcdio.3.0.0.dylib  
libcdio.3.dylib)
(cd /sw/lib  rm -f libcdio.dylib  ln -s libcdio.3.0.0.dylib  
libcdio.dylib)
/sw/bin/ginstall -c .libs/libcdio.lai /sw/lib/libcdio.la
/sw/bin/ginstall -c .libs/libcdio.a /sw/lib/libcdio.a
ranlib /sw/lib/libcdio.a
chmod 644 /sw/lib/libcdio.a
--
Libraries have been installed in:
/sw/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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
/bin/sh ../libtool --mode=install /sw/bin/ginstall -c   
'libiso9660.la' '/sw/lib/libiso9660.la'
/sw/bin/ginstall -c .libs/libiso9660.3.0.0.dylib /sw/lib/ 
libiso9660.3.0.0.dylib
(cd /sw/lib  rm -f libiso9660.3.dylib  ln -s  
libiso9660.3.0.0.dylib libiso9660.3.dylib)
(cd /sw/lib  rm -f libiso9660.dylib  ln -s libiso9660.3.0.0.dylib  
libiso9660.dylib)
/sw/bin/ginstall -c .libs/libiso9660.lai /sw/lib/libiso9660.la
/sw/bin/ginstall -c .libs/libiso9660.a /sw/lib/libiso9660.a
ranlib /sw/lib/libiso9660.a
chmod 644 /sw/lib/libiso9660.a
--
Libraries have been installed in:
/sw/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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[2]: Nothing to be done for `install-data-am'.
make[2]: Nothing to be done for `install-exec-am'.
test -z /sw/lib/pkgconfig || mkdir -p -- /sw/lib/pkgconfig

Re: [Fink-devel] libcdio mis-install in 10.4/unstable

2006-09-10 Thread Benjamin Reed
Tim Wilson-Brown wrote:
 Hi,
 
 This problem has already been reported by Marco Bonetti for libcdio5- 
 shlibs-0.73-13. This report is for libcdio1-shlibs-0.71-115.
 
 It looks like libcdio1-shlibs installs itself into /sw/lib while  
 building, removes its dylibs from the build directory, then tries to  
 build another package from them (libiso96603-shlibs).
 
 Maybe this line:
 make install PREFIX=/tmp/root-libcdio1-shlibs-0.71-115/sw
 is not having the desired effect?

yeah, I had fixed the gaffe in the libcdio5 package for justin, but had 
forgotten to check libcdio1 for the same issue.  This should be fixed now.


-- 
Benjamin Reed a.k.a. Ranger Rick
Fink, KDE, and Mac OS X development
http://www.racoonfink.com/

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] /sw/var/db/fink.db

2006-09-10 Thread William Scott
Hi folks:

On my ppc I have a file /sw/var/db/fink.db that I think gets updated  
any time I issue fink index or install a new package.

On my intel iMac, there is no /sw/var/db/fink.db, just an empty  
directory.  Is there some other location for this or an analogous file?

The reason I am curious is I have written a LauchAgent to watch the  
path /sw/var/db/fink.db, so that when this file changes, it updates  
the cache for my highly geeky zsh fink completion function.

Thanks.

Bill Scott



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] /sw/var/db/fink.db

2006-09-10 Thread Jean-François Mertens

On 10 Sep 2006, at 18:43, William Scott wrote:

 On my ppc I have a file /sw/var/db/fink.db that I think gets updated
 any time I issue fink index or install a new package.

don't know what fink version that is..
 On my intel iMac, there is no /sw/var/db/fink.db, just an empty
 directory.  Is there some other location for this or an analogous  
 file?
  look in /sw/var/lib/fink

JF Mertens

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] /sw/var/db/fink.db

2006-09-10 Thread William Scott



On Sun, 10 Sep 2006, [ISO-8859-1] Jean-Fran?ois Mertens wrote:



On 10 Sep 2006, at 18:43, William Scott wrote:


On my ppc I have a file /sw/var/db/fink.db that I think gets updated
any time I issue fink index or install a new package.


don't know what fink version that is..



Package manager version: 0.24.26
Distribution version: 0.8.1.cvs powerpc




On my intel iMac, there is no /sw/var/db/fink.db, just an empty
directory.  Is there some other location for this or an analogous file?

look in /sw/var/lib/fink

JF Mertens



OK, but is there an equivalent of a fink.db file that changes when a 
package is added or removed.  I just need a file I can put into the 
LaunchAgent watchpath.


There is a /sw/var/lib/fink on my intel imac but not on my ppc.

I just updated everything, and still have the same fink version on ppc.

Both are using the unstable branches, and all the other packages apart 
from fink have the same version number.  WTF?



Thanks.

Bill

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] /sw/var/db/fink.dbhis

2006-09-10 Thread Martin Costabel
William Scott wrote:
 
 On Sun, 10 Sep 2006, Jean-François Mertens wrote:
 
 On 10 Sep 2006, at 18:43, William Scott wrote:

 On my ppc I have a file /sw/var/db/fink.db that I think gets updated
 any time I issue fink index or install a new package.

 don't know what fink version that is..
 
 Package manager version: 0.24.26
 Distribution version: 0.8.1.cvs powerpc

You don't say what version you use on your intel machine.
The renaming from /sw/var/db/fink.db to /sw/var/lib/fink/fink.db (which 
later moved on to /sw/var/lib/fink/index.db plus other stuff in 
/sw/var/lib/fink/finkinfodb/) happened in Fink HEAD sometime in early 
2005. The 0.24 release branch broke off some time before this.

-- 
Martin



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel