Re: [Fink-users] iplike-pg82 install problems

2008-04-04 Thread Daniel Macks
Problem is reproducible. Bug is in upstream Makefile.am:

ACLOCAL_AMFLAGS = -I .

The .m4 files are in m4/ not that local dir, so should be:

ACLOCAL_AMFLAGS = -I m4

instead.

dan

On Sat, Apr 05, 2008 at 08:18:34AM +1000, Rob Gillan wrote:
> Here's the complete error dump, which indicates m4 "missing" although  
> fink and fink commander show installed:
> 
> Makefile.am Makefile.in aclocal.m4 confdefs.h config.guess  
> config.h.in config.log config.sub configure configure.ac depcomp  
> install-sh install_iplike.sh.in iplike-cmd.c iplike.c iplike.spec  
> iplike.spec.in ltmain.sh m4 missing mkinstalldirs RPM Configuration  
> Failed
> Makefile.am Makefile.in aclocal.m4 confdefs.h config.guess  
> config.h.in config.log config.sub configure configure.ac depcomp  
> install-sh install_iplike.sh.in iplike-cmd.c iplike.c iplike.spec  
> iplike.spec.in ltmain.sh m4 missing mkinstalldirs Failed to find the  
> rpmbuild program. If you want to build rpm packages
> Makefile.am Makefile.in aclocal.m4 confdefs.h config.guess  
> config.h.in config.log config.sub configure configure.ac depcomp  
> install-sh install_iplike.sh.in iplike-cmd.c iplike.c iplike.spec  
> iplike.spec.in ltmain.sh m4 missing mkinstalldirs indicate the path  
> to the rpmbuild program using --with-rpmbuild-prog=PROG
> checking for pg_config... /sw/bin/pg_config
> checking for postgres.h... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating iplike.spec
> config.status: creating install_iplike.sh
> config.status: creating config.h
> config.status: executing depfiles commands
> config.status: executing libtool commands
> make
> cd . && /bin/sh /sw/src/fink.build/iplike-pg82-1.0.7-1/iplike-1.0.7/ 
> missing --run aclocal-1.10 -I .
> configure.ac:24: warning: macro `AM_RPM_INIT' not found in library
>  cd . && /bin/sh /sw/src/fink.build/iplike-pg82-1.0.7-1/iplike-1.0.7/ 
> missing --run automake-1.10 --foreign
> cd . && /bin/sh /sw/src/fink.build/iplike-pg82-1.0.7-1/iplike-1.0.7/ 
> missing --run autoconf
> configure.ac:24: error: possibly undefined macro: AM_RPM_INIT
>   If this token and others are legitimate, please use  
> m4_pattern_allow.
>   See the Autoconf documentation.
> make: *** [configure] Error 1
> ### execution of make failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-iplike-pg82-1.0.7-1
> (Reading database ... 12120 files and directories currently installed.)
> Removing fink-buildlock-iplike-pg82-1.0.7-1 ...
> Failed: phase compiling: iplike-pg82-1.0.7-1 failed
> 
> 
> 

> -
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> ___
> Fink-users mailing list
> Fink-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fink-users


-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] iplike-pg82 install problems

2008-04-04 Thread Rob Gillan
Here's the complete error dump, which indicates m4 "missing" although  
fink and fink commander show installed:


Makefile.am Makefile.in aclocal.m4 confdefs.h config.guess  
config.h.in config.log config.sub configure configure.ac depcomp  
install-sh install_iplike.sh.in iplike-cmd.c iplike.c iplike.spec  
iplike.spec.in ltmain.sh m4 missing mkinstalldirs RPM Configuration  
Failed
Makefile.am Makefile.in aclocal.m4 confdefs.h config.guess  
config.h.in config.log config.sub configure configure.ac depcomp  
install-sh install_iplike.sh.in iplike-cmd.c iplike.c iplike.spec  
iplike.spec.in ltmain.sh m4 missing mkinstalldirs Failed to find the  
rpmbuild program. If you want to build rpm packages
Makefile.am Makefile.in aclocal.m4 confdefs.h config.guess  
config.h.in config.log config.sub configure configure.ac depcomp  
install-sh install_iplike.sh.in iplike-cmd.c iplike.c iplike.spec  
iplike.spec.in ltmain.sh m4 missing mkinstalldirs indicate the path  
to the rpmbuild program using --with-rpmbuild-prog=PROG

checking for pg_config... /sw/bin/pg_config
checking for postgres.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating iplike.spec
config.status: creating install_iplike.sh
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make
cd . && /bin/sh /sw/src/fink.build/iplike-pg82-1.0.7-1/iplike-1.0.7/ 
missing --run aclocal-1.10 -I .

configure.ac:24: warning: macro `AM_RPM_INIT' not found in library
 cd . && /bin/sh /sw/src/fink.build/iplike-pg82-1.0.7-1/iplike-1.0.7/ 
missing --run automake-1.10 --foreign
cd . && /bin/sh /sw/src/fink.build/iplike-pg82-1.0.7-1/iplike-1.0.7/ 
missing --run autoconf

configure.ac:24: error: possibly undefined macro: AM_RPM_INIT
  If this token and others are legitimate, please use  
m4_pattern_allow.

  See the Autoconf documentation.
make: *** [configure] Error 1
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-iplike-pg82-1.0.7-1
(Reading database ... 12120 files and directories currently installed.)
Removing fink-buildlock-iplike-pg82-1.0.7-1 ...
Failed: phase compiling: iplike-pg82-1.0.7-1 failed



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] iplike-pg82 install problems

2008-04-04 Thread Rob Gillan
Ran the install again and there's an error saying it needs rpmbuild  
and it can't find it.  Any ideas?


On 05/04/2008, at 7:49 AM, Alexander Hansen wrote:

> Darn.  I guess the next thing to check would be the installed  
> versions of autoconf and automake, via
>
> fink list -i automake autoconf
>
> Rob Gillan wrote:
>> Alexander,
>>
>> m4 is installed so it isn't the culprit.
>>
>> Cheers
>> Rob
>>
>> On 04/04/2008, at 8:16 PM, Alexander Hansen wrote:
>>
>>>
>>> On Apr 4, 2008, at 2:51 AM, Rob Gillan wrote:
 Hi,

 Trying to install iplike-pg82-1.0.7-1 on OS X 10.4.10 on a  
 XServe/G5 machine.  Have done all the selfupdates but keep  
 getting the following error on make.

 Any help/guidance much appreciated,

 Thanks and regards
 Rob

 cd . && /bin/sh /sw/src/fink.build/iplike-pg82-1.0.7-1/ 
 iplike-1.0.7/missing --run aclocal-1.10 -I .
 configure.ac:24: warning: macro `AM_RPM_INIT' not found in library
  cd . && /bin/sh /sw/src/fink.build/iplike-pg82-1.0.7-1/ 
 iplike-1.0.7/missing --run automake-1.10 --foreign cd . && /bin/ 
 sh /sw/src/fink.build/iplike-pg82-1.0.7-1/iplike-1.0.7/missing -- 
 run autoconf
 configure.ac:24: error: possibly undefined macro: AM_RPM_INIT
   If this token and others are legitimate, please use  
 m4_pattern_allow.
   See the Autoconf documentation.
 make: *** [configure] Error 1
 ### execution of make failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-iplike-pg82-1.0.7-1
 (Reading database ... 12120 files and directories currently  
 installed.)
 Removing fink-buildlock-iplike-pg82-1.0.7-1 ...
 Failed: phase compiling: iplike-pg82-1.0.7-1 failed

>>>
>>> Do you have m4 installed?  I've seen errors of this nature when  
>>> packages are missing a BuildDepend on m4.
>>>
>>
>
>


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gst-plugins-0.8.12-1031

2008-04-04 Thread Jean-Francois Mertens
Jean-François Mertens wrote:
> 
> This is "normal".
I.e., it is the recent introduction of the x264 pkg
that broke gst-plugins

JF Mertens


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] iplike-pg82 install problems

2008-04-04 Thread Alexander Hansen
Darn.  I guess the next thing to check would be the installed versions 
of autoconf and automake, via

fink list -i automake autoconf

Rob Gillan wrote:
> Alexander,
>
> m4 is installed so it isn't the culprit.
>
> Cheers
> Rob
>
> On 04/04/2008, at 8:16 PM, Alexander Hansen wrote:
>
>>
>> On Apr 4, 2008, at 2:51 AM, Rob Gillan wrote:
>>> Hi,
>>>
>>> Trying to install iplike-pg82-1.0.7-1 on OS X 10.4.10 on a XServe/G5 
>>> machine.  Have done all the selfupdates but keep getting the 
>>> following error on make.
>>>
>>> Any help/guidance much appreciated,
>>>
>>> Thanks and regards
>>> Rob
>>>
>>> cd . && /bin/sh 
>>> /sw/src/fink.build/iplike-pg82-1.0.7-1/iplike-1.0.7/missing --run 
>>> aclocal-1.10 -I .
>>> configure.ac:24: warning: macro `AM_RPM_INIT' not found in library
>>>  cd . && /bin/sh 
>>> /sw/src/fink.build/iplike-pg82-1.0.7-1/iplike-1.0.7/missing --run 
>>> automake-1.10 --foreign 
>>> cd . && /bin/sh 
>>> /sw/src/fink.build/iplike-pg82-1.0.7-1/iplike-1.0.7/missing --run 
>>> autoconf
>>> configure.ac:24: error: possibly undefined macro: AM_RPM_INIT
>>>   If this token and others are legitimate, please use 
>>> m4_pattern_allow.
>>>   See the Autoconf documentation.
>>> make: *** [configure] Error 1
>>> ### execution of make failed, exit code 2
>>> Removing runtime build-lock...
>>> Removing build-lock package...
>>> /sw/bin/dpkg-lockwait -r fink-buildlock-iplike-pg82-1.0.7-1
>>> (Reading database ... 12120 files and directories currently installed.)
>>> Removing fink-buildlock-iplike-pg82-1.0.7-1 ...
>>> Failed: phase compiling: iplike-pg82-1.0.7-1 failed
>>>
>>
>> Do you have m4 installed?  I've seen errors of this nature when 
>> packages are missing a BuildDepend on m4.
>>
>


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] iplike-pg82 install problems

2008-04-04 Thread Rob Gillan

Alexander,

m4 is installed so it isn't the culprit.

Cheers
Rob

On 04/04/2008, at 8:16 PM, Alexander Hansen wrote:



On Apr 4, 2008, at 2:51 AM, Rob Gillan wrote:

Hi,

Trying to install iplike-pg82-1.0.7-1 on OS X 10.4.10 on a XServe/ 
G5 machine.  Have done all the selfupdates but keep getting the  
following error on make.


Any help/guidance much appreciated,

Thanks and regards
Rob

cd . && /bin/sh /sw/src/fink.build/iplike-pg82-1.0.7-1/ 
iplike-1.0.7/missing --run aclocal-1.10 -I .

configure.ac:24: warning: macro `AM_RPM_INIT' not found in library
 cd . && /bin/sh /sw/src/fink.build/iplike-pg82-1.0.7-1/ 
iplike-1.0.7/missing --run automake-1.10 --foreign
cd . && /bin/sh /sw/src/fink.build/iplike-pg82-1.0.7-1/ 
iplike-1.0.7/missing --run autoconf

configure.ac:24: error: possibly undefined macro: AM_RPM_INIT
  If this token and others are legitimate, please use  
m4_pattern_allow.

  See the Autoconf documentation.
make: *** [configure] Error 1
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-iplike-pg82-1.0.7-1
(Reading database ... 12120 files and directories currently  
installed.)

Removing fink-buildlock-iplike-pg82-1.0.7-1 ...
Failed: phase compiling: iplike-pg82-1.0.7-1 failed



Do you have m4 installed?  I've seen errors of this nature when  
packages are missing a BuildDepend on m4.




-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gst-plugins-0.8.12-1031

2008-04-04 Thread Jean-François Mertens

On 04 Apr 2008, at 21:46, Robert T Wyatt wrote:
> You might be on to something in both cases, but it's still not  
> clear to
> me. With fink's sed and ssed installed I get this error instead:
>
>   gcc -DHAVE_CONFIG_H -I. -I. -I../.. -fno-common
> -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include
> -I/sw/include/cdparanoia -I/sw/include -I../../gst-libs -I../../gst- 
> libs
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/sw/include/glib-2.0
> -I/sw/lib/glib-2.0/include -I/sw/include/libxml2 -I/sw/include
> -I/sw/include/gstreamer-0.8 -DGST_DISABLE_DEPRECATED -Wall -Os
> -funroll-loops -fstrict-aliasing -fno-common -Os -funroll-loops
> -fstrict-aliasing -fno-common -c x264enc.c  -fno-common -DPIC -o
> .libs/libx264_la-x264enc.o
> x264enc.c: In function 'gst_x264enc_get_property':
> x264enc.c:463: error: 'struct ' has no member named 'b_cbr'
> x264enc.c: In function 'gst_x264enc_set_property':
> x264enc.c:506: error: 'struct ' has no member named 'b_cbr'
> make[3]: *** [libx264_la-x264enc.lo] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2

This is "normal".
Is fixed (a.o. other problems) with the following diff :

> diff -r1.15 gst-plugins.info
> 94c94
> < SetCPPFLAGS: -fno-common -I%p/lib/freetype219/include/freetype2 -I 
> %p/lib/freetype219/include -I%p/include/cdparanoia -I%p/include
> ---
> > SetCPPFLAGS: -fno-common -I%p/lib/freetype219/include/freetype2 -I 
> %p/lib/freetype219/include -I%p/include/libcdparanoia -I%p/include
> 100a101
> > SetLIBRARY_PATH: %p/lib
> 102c103
> < ConfigureParams: --without-check --libexecdir=%p/lib/%n --mandir=% 
> p/share/man --disable-arts --disable-artsc --with-ft-prefix=%p/lib/ 
> freetype219 --disable-sdltest --disable-dependency-tracking (%m =  
> i386) --disable-spc --enable-tests --enable-failing-tests
> ---
> > ConfigureParams: --without-check --libexecdir=%p/lib/%n --mandir=% 
> p/share/man --disable-arts --disable-x264 --with-ft-prefix=%p/lib/ 
> freetype219 --disable-sdltest --disable-dependency-tracking (%m =  
> i386) --disable-spc --enable-tests --enable-failing-tests

(maintainer was already informed)

JF Mertens

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] coot-0.5-pre-1-906

2008-04-04 Thread Robert T Wyatt
Martin Costabel wrote:
> Robert T Wyatt wrote:
> []
>> +/var/tmp/tmp.2.BPOqWx:22> touch c-interface-database.hh
>> +/var/tmp/tmp.2.BPOqWx:23> make coot_wrap_guile.cc
>> make: *** No rule to make target `coot_wrap_guile.cc'.  Stop.
> 
> There is a hint of some mixup between different guile versions in your 
> log. Both guile-1.8 and guile-1.4 are found. I have no idea if this is 
> really relevant, but you might try to remove a couple of your guiles and 
> only leave guile18 installed.
> 

Hi Martin,

Good eye! You are correct!

The upstream author expressed concern about this issue:

This is worrying and happens before sed problems:
checking command to parse /usr/bin/nm -p output from /usr/bin/gcc 
object... rm: conftest.dSYM: is a directory


This seems to me to not be fatal in this case, but there may be a 
'standard' fix that could be applied...? If you can speak to that, I'm 
sure he'd appreciate it.

Meanwhile, checking the guile idea:

I had quite a few guile, guile16, and guile18 packages installed.

Using apt-get to remove guile16 guile16-libs guile guile16-shlibs 
guile-shlibs (and taking into account William's last note, evidently it 
is one or both of these last two that were crucial, because I 
unintentionally removed them in a piecemeal fashion--I didn't catch them 
all the first time):

The following packages will be REMOVED:
   bundle-gnome gnome-games gnucash2 gnucash2-shlibs guile16 slib-gu16 
guile16-libs mdk gnome-applets guile guile-shlibs guile16-shlibs 
libgtop2 libgtop2-dev libgtop2-shlibs

Finally, updating coot yielded:

The following 2 additional packages will be installed:
  coot-shlibs gnome-libs-dev
Do you want to continue? [Y/n]
Reading buildlock packages...
All buildlocks accounted for.
/sw/bin/dpkg-lockwait -i 
/sw/fink/dists/unstable/main/binary-darwin-i386/gnome/gnome-libs-dev_1.4.2-53_darwin-i386.deb
Selecting previously deselected package gnome-libs-dev.
dpkg: considering removing libgnome2-dev in favour of gnome-libs-dev ...
dpkg: yes, will remove libgnome2-dev in favour of gnome-libs-dev.


and:
  i coot0.5-pre-1-906
(i) coot-dev0.5-pre-1-906
  i coot-shlibs 0.5-pre-1-906

Thank you!

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gst-plugins-0.8.12-1031

2008-04-04 Thread Robert T Wyatt
Alexander K. Hansen wrote:
> Robert T Wyatt wrote:
>>  The other current issue is with gst-plugins-0.8.12-1031 (on OS 10.5.2,
>>  Intel MBP, latest iPhone SDK) which gives (with and without fink's
>>  sed/ssed):
>>
>>  mkdir .libs
>>   gcc -DHAVE_CONFIG_H -I. -I. -I../.. -fno-common

>>  libgstcairo_la-gstcairo.lo `test -f 'gstcairo.c' || echo './'`gstcairo.c
>>  ../../libtool: line 1002: /sw/bin/sed: No such file or directory
>>
> I assume you don't get the same thing here with /sw/bin/sed installed.  
> That looks like what you get if you remove fink's sed and the shell 
> doesn't automatically update the hash of the files in the PATH.
> 
>>  and then:
>>  libtool: compile: cannot determine name of library object from `'
>>  make[3]: *** [libgstcairo_la-gstcairo.lo] Error 1
>>  make[2]: *** [all-recursive] Error 1
>>  make[1]: *** [all-recursive] Error 1
>>  make: *** [all] Error 2
>>
>>  Complete output is here:
>>  http://63.246.166.35/~robertwyatt/fink/gst-plugins-0.8.12-1031.txt

>>
>>
> That looks like one of the dependent packages has generated a bad .la file.

You might be on to something in both cases, but it's still not clear to 
me. With fink's sed and ssed installed I get this error instead:

  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -fno-common 
-I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include 
-I/sw/include/cdparanoia -I/sw/include -I../../gst-libs -I../../gst-libs 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/sw/include/glib-2.0 
-I/sw/lib/glib-2.0/include -I/sw/include/libxml2 -I/sw/include 
-I/sw/include/gstreamer-0.8 -DGST_DISABLE_DEPRECATED -Wall -Os 
-funroll-loops -fstrict-aliasing -fno-common -Os -funroll-loops 
-fstrict-aliasing -fno-common -c x264enc.c  -fno-common -DPIC -o 
.libs/libx264_la-x264enc.o
x264enc.c: In function 'gst_x264enc_get_property':
x264enc.c:463: error: 'struct ' has no member named 'b_cbr'
x264enc.c: In function 'gst_x264enc_set_property':
x264enc.c:506: error: 'struct ' has no member named 'b_cbr'
make[3]: *** [libx264_la-x264enc.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Complete output here:
http://63.246.166.35/~robertwyatt/fink/gst-plugins-0.8.12-1031-with-ssed.txt

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] coot-0.5-pre-1-906

2008-04-04 Thread William Scott

I don't have guile-14, but the machine that has guile16 (uniquely) in  
addition to 18 is the one where I have this problem.

On Apr 4, 2008, at 12:34 PM, Martin Costabel wrote:

> Robert T Wyatt wrote:
> []
>> +/var/tmp/tmp.2.BPOqWx:22> touch c-interface-database.hh
>> +/var/tmp/tmp.2.BPOqWx:23> make coot_wrap_guile.cc
>> make: *** No rule to make target `coot_wrap_guile.cc'.  Stop.
>
> There is a hint of some mixup between different guile versions in  
> your log. Both guile-1.8 and guile-1.4 are found. I have no idea if  
> this is really relevant, but you might try to remove a couple of  
> your guiles and only leave guile18 installed.
>
> -- 
> Martin
>


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] coot-0.5-pre-1-906

2008-04-04 Thread Martin Costabel
Robert T Wyatt wrote:
[]
> +/var/tmp/tmp.2.BPOqWx:22> touch c-interface-database.hh
> +/var/tmp/tmp.2.BPOqWx:23> make coot_wrap_guile.cc
> make: *** No rule to make target `coot_wrap_guile.cc'.  Stop.

There is a hint of some mixup between different guile versions in your 
log. Both guile-1.8 and guile-1.4 are found. I have no idea if this is 
really relevant, but you might try to remove a couple of your guiles and 
only leave guile18 installed.

-- 
Martin


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] phase compiling: ccp4-6.0.2-9 failed

2008-04-04 Thread Guy Lauquin

Package manager version: 0.28.1
Distribution version: selfupdate-rsync Fri Apr  4 08:42:11 2008, 10.4, powerpc

ccp4 failed to compile with the following error message:

ranlib rspslib.a
/sw/lib/gcc4.3/bin/gfortran -O3 
-fno-second-underscore -c -o 
/sw/src/fink.build/ccp4-6.0.2-9/ccp4-6.0.2/src/rsps.o 
/sw/src/fink.build/ccp4-6.0.2-9/ccp4-6.0.2/src/rsps_/rsps.f
eval /sw/lib/gcc4.3/bin/gfortran 
${rsps_FLAGS-"-O3 -fno-second-underscore"} -o 
rsps rsps.o rspslib.dir/*.o -L../lib/src -lccp4f 
-lccp4c -lmmdb 
-L/sw/src/fink.build/ccp4-6.0.2-9/ccp4-6.0.2/lib/ccif 
-lccif -framework vecLib 
-L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1 
-L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../.. 
-lstdc++ -lgcc_s.10.4 -lSystemStubs -lSystem -lm 
&& rm -f rsps.o

/usr/bin/ld: multiple definitions of symbol _sexpnd_
rspslib.dir/lxfile.o definition of _sexpnd_ in section (__TEXT,__text)
rspslib.dir/sexpnd.o definition of _sexpnd_ in section (__TEXT,__text)
collect2: ld a retourné 1 code d'état d'exécution
make[1]: *** [rsps] Error 1
make: *** [srcdir] Error 2
### execution of /var/tmp/tmp.2.oBIwSa failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-ccp4-6.0.2-9
(Lecture de la base de données... 144499 fichiers 
et répertoires déjà installés.)

Suppression de fink-buildlock-ccp4-6.0.2-9 ...
Failed: phase compiling: ccp4-6.0.2-9 failed

Thanks

Guy-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] iplike-pg82 install problems

2008-04-04 Thread Rob Gillan

Hi,

Trying to install iplike-pg82-1.0.7-1 on OS X 10.4.10 on a XServe/G5  
machine.  Have done all the selfupdates but keep getting the  
following error on make.


Any help/guidance much appreciated,

Thanks and regards
Rob

cd . && /bin/sh /sw/src/fink.build/iplike-pg82-1.0.7-1/iplike-1.0.7/ 
missing --run aclocal-1.10 -I .

configure.ac:24: warning: macro `AM_RPM_INIT' not found in library
 cd . && /bin/sh /sw/src/fink.build/iplike-pg82-1.0.7-1/iplike-1.0.7/ 
missing --run automake-1.10 --foreign
cd . && /bin/sh /sw/src/fink.build/iplike-pg82-1.0.7-1/iplike-1.0.7/ 
missing --run autoconf

configure.ac:24: error: possibly undefined macro: AM_RPM_INIT
  If this token and others are legitimate, please use  
m4_pattern_allow.

  See the Autoconf documentation.
make: *** [configure] Error 1
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-iplike-pg82-1.0.7-1
(Reading database ... 12120 files and directories currently installed.)
Removing fink-buildlock-iplike-pg82-1.0.7-1 ...
Failed: phase compiling: iplike-pg82-1.0.7-1 failed-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gst-plugins-0.8.12-1031

2008-04-04 Thread Alexander K. Hansen
Robert T Wyatt wrote:
>  The other current issue is with gst-plugins-0.8.12-1031 (on OS 10.5.2,
>  Intel MBP, latest iPhone SDK) which gives (with and without fink's
>  sed/ssed):
>
>  mkdir .libs
>   gcc -DHAVE_CONFIG_H -I. -I. -I../.. -fno-common
>  -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include
>  -I/sw/include/cdparanoia -I/sw/include -I../../gst-libs -I../../gst-libs
>  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/sw/include/glib-2.0
>  -I/sw/lib/glib-2.0/include -I/sw/include/libxml2 -I/sw/include
>  -I/sw/include/gstreamer-0.8 -DGST_DISABLE_DEPRECATED -Wall
>  -I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/include/freetype2
>  -I/sw/lib/freetype219/include -I/usr/X11/include
>  -I/usr/X11/include/libpng12 -I/sw/include -I/sw/include/cairo
>  -I/usr/X11R6/include -I../../gst/videofilter -Os -funroll-loops
>  -fstrict-aliasing -fno-common -c gsttimeoverlay.c  -fno-common -DPIC -o
>  .libs/libgstcairo_la-gsttimeoverlay.o
>  /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
>  -I. -I../..   -fno-common -I/sw/lib/freetype219/include/freetype2
>  -I/sw/lib/freetype219/include -I/sw/include/cdparanoia -I/sw/include
>  -I../../gst-libs -I../../gst-libs -D_LARGEFILE_SOURCE
>  -D_FILE_OFFSET_BITS=64 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include
>  -I/sw/include/libxml2 -I/sw/include -I/sw/include/gstreamer-0.8
>  -DGST_DISABLE_DEPRECATED  -Wall -I/sw/lib/fontconfig2/include
>  -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include
>  -I/usr/X11/include -I/usr/X11/include/libpng12 -I/sw/include
>  -I/sw/include/cairo -I/usr/X11R6/include   -I../../gst/videofilter -Os
>  -funroll-loops -fstrict-aliasing -fno-common -c -o
>  libgstcairo_la-gsttextoverlay.lo `test -f 'gsttextoverlay.c' || echo
>  './'`gsttextoverlay.c
>   gcc -DHAVE_CONFIG_H -I. -I. -I../.. -fno-common
>  -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include
>  -I/sw/include/cdparanoia -I/sw/include -I../../gst-libs -I../../gst-libs
>  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/sw/include/glib-2.0
>  -I/sw/lib/glib-2.0/include -I/sw/include/libxml2 -I/sw/include
>  -I/sw/include/gstreamer-0.8 -DGST_DISABLE_DEPRECATED -Wall
>  -I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/include/freetype2
>  -I/sw/lib/freetype219/include -I/usr/X11/include
>  -I/usr/X11/include/libpng12 -I/sw/include -I/sw/include/cairo
>  -I/usr/X11R6/include -I../../gst/videofilter -Os -funroll-loops
>  -fstrict-aliasing -fno-common -c gsttextoverlay.c  -fno-common -DPIC -o
>  .libs/libgstcairo_la-gsttextoverlay.o
>  /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
>  -I. -I../..   -fno-common -I/sw/lib/freetype219/include/freetype2
>  -I/sw/lib/freetype219/include -I/sw/include/cdparanoia -I/sw/include
>  -I../../gst-libs -I../../gst-libs -D_LARGEFILE_SOURCE
>  -D_FILE_OFFSET_BITS=64 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include
>  -I/sw/include/libxml2 -I/sw/include -I/sw/include/gstreamer-0.8
>  -DGST_DISABLE_DEPRECATED  -Wall -I/sw/lib/fontconfig2/include
>  -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include
>  -I/usr/X11/include -I/usr/X11/include/libpng12 -I/sw/include
>  -I/sw/include/cairo -I/usr/X11R6/include   -I../../gst/videofilter -Os
>  -funroll-loops -fstrict-aliasing -fno-common -c -o
>  libgstcairo_la-gstcairo.lo `test -f 'gstcairo.c' || echo './'`gstcairo.c
>  ../../libtool: line 1002: /sw/bin/sed: No such file or directory
>
I assume you don't get the same thing here with /sw/bin/sed installed.  
That looks like what you get if you remove fink's sed and the shell 
doesn't automatically update the hash of the files in the PATH.

>  and then:
>  libtool: compile: cannot determine name of library object from `'
>  make[3]: *** [libgstcairo_la-gstcairo.lo] Error 1
>  make[2]: *** [all-recursive] Error 1
>  make[1]: *** [all-recursive] Error 1
>  make: *** [all] Error 2
>
>  Complete output is here:
>  http://63.246.166.35/~robertwyatt/fink/gst-plugins-0.8.12-1031.txt
>
>  As always, I'm happy to try any potential solution or test case,
>  Robert
>
>
That looks like one of the dependent packages has generated a bad .la file.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] gst-plugins-0.8.12-1031

2008-04-04 Thread Robert T Wyatt
The other current issue is with gst-plugins-0.8.12-1031 (on OS 10.5.2, 
Intel MBP, latest iPhone SDK) which gives (with and without fink's 
sed/ssed):

mkdir .libs
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -fno-common 
-I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include 
-I/sw/include/cdparanoia -I/sw/include -I../../gst-libs -I../../gst-libs 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/sw/include/glib-2.0 
-I/sw/lib/glib-2.0/include -I/sw/include/libxml2 -I/sw/include 
-I/sw/include/gstreamer-0.8 -DGST_DISABLE_DEPRECATED -Wall 
-I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/include/freetype2 
-I/sw/lib/freetype219/include -I/usr/X11/include 
-I/usr/X11/include/libpng12 -I/sw/include -I/sw/include/cairo 
-I/usr/X11R6/include -I../../gst/videofilter -Os -funroll-loops 
-fstrict-aliasing -fno-common -c gsttimeoverlay.c  -fno-common -DPIC -o 
.libs/libgstcairo_la-gsttimeoverlay.o
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../..   -fno-common -I/sw/lib/freetype219/include/freetype2 
-I/sw/lib/freetype219/include -I/sw/include/cdparanoia -I/sw/include 
-I../../gst-libs -I../../gst-libs -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include 
-I/sw/include/libxml2 -I/sw/include -I/sw/include/gstreamer-0.8 
-DGST_DISABLE_DEPRECATED  -Wall -I/sw/lib/fontconfig2/include 
-I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include 
-I/usr/X11/include -I/usr/X11/include/libpng12 -I/sw/include 
-I/sw/include/cairo -I/usr/X11R6/include   -I../../gst/videofilter -Os 
-funroll-loops -fstrict-aliasing -fno-common -c -o 
libgstcairo_la-gsttextoverlay.lo `test -f 'gsttextoverlay.c' || echo 
'./'`gsttextoverlay.c
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -fno-common 
-I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include 
-I/sw/include/cdparanoia -I/sw/include -I../../gst-libs -I../../gst-libs 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/sw/include/glib-2.0 
-I/sw/lib/glib-2.0/include -I/sw/include/libxml2 -I/sw/include 
-I/sw/include/gstreamer-0.8 -DGST_DISABLE_DEPRECATED -Wall 
-I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/include/freetype2 
-I/sw/lib/freetype219/include -I/usr/X11/include 
-I/usr/X11/include/libpng12 -I/sw/include -I/sw/include/cairo 
-I/usr/X11R6/include -I../../gst/videofilter -Os -funroll-loops 
-fstrict-aliasing -fno-common -c gsttextoverlay.c  -fno-common -DPIC -o 
.libs/libgstcairo_la-gsttextoverlay.o
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../..   -fno-common -I/sw/lib/freetype219/include/freetype2 
-I/sw/lib/freetype219/include -I/sw/include/cdparanoia -I/sw/include 
-I../../gst-libs -I../../gst-libs -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include 
-I/sw/include/libxml2 -I/sw/include -I/sw/include/gstreamer-0.8 
-DGST_DISABLE_DEPRECATED  -Wall -I/sw/lib/fontconfig2/include 
-I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include 
-I/usr/X11/include -I/usr/X11/include/libpng12 -I/sw/include 
-I/sw/include/cairo -I/usr/X11R6/include   -I../../gst/videofilter -Os 
-funroll-loops -fstrict-aliasing -fno-common -c -o 
libgstcairo_la-gstcairo.lo `test -f 'gstcairo.c' || echo './'`gstcairo.c
../../libtool: line 1002: /sw/bin/sed: No such file or directory

and then:
libtool: compile: cannot determine name of library object from `'
make[3]: *** [libgstcairo_la-gstcairo.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Complete output is here:
http://63.246.166.35/~robertwyatt/fink/gst-plugins-0.8.12-1031.txt

As always, I'm happy to try any potential solution or test case,
Robert


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] coot-0.5-pre-1-906

2008-04-04 Thread Robert T Wyatt
Hi all (maintainer cc'd),

I'm staying home from work today so I finally have a little time to 
mention a couple of problems.

I'm on Mac OS 10.5.2 with the latest iPhone SDK (same error occurred 
prior to installing this) and an Intel MacBookPro.

With the latest coot, similar to the immediately preceding version, I 
get a bunch of these:

sed: 42: ./confstatKgEf4A/subs-3.sed: unescaped newline inside 
substitute pattern

... and then:

+/var/tmp/tmp.2.BPOqWx:22> touch c-interface-database.hh
+/var/tmp/tmp.2.BPOqWx:23> make coot_wrap_guile.cc
make: *** No rule to make target `coot_wrap_guile.cc'.  Stop.

Complete output is available here:
http://63.246.166.35/~robertwyatt/fink/coot-0.5-pre-1-906.txt


The immediately preceding version had similar problems:

config.status: creating auxil/vectors/Makefile
sed: file ./confstatqsItQP/subs-3.sed line 42: unterminated `s' command
config.status: executing depfiles commands
+/var/tmp/tmp.2.e3xTi9:20> /bin/rm -f src/coot_wrap_guile.cc 
src/coot_wrap_guile_pre.cc src/coot_wrap_python.cc 
src/coot_wrap_python_pre.cc
+/var/tmp/tmp.2.e3xTi9:21> cd src
+/var/tmp/tmp.2.e3xTi9:22> touch c-interface-database.hh
+/var/tmp/tmp.2.e3xTi9:23> make coot_wrap_guile.cc
make: *** No rule to make target `coot_wrap_guile.cc'.  Stop.

Complete output is available here:
http://63.246.166.35/~robertwyatt/fink/coot-0.5-pre-1-874.txt

I get these errors with and without fink's sed and/or ssed.

Happy to test potential solutions,
Robert


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] iplike-pg82 install problems

2008-04-04 Thread Alexander Hansen


On Apr 4, 2008, at 2:51 AM, Rob Gillan wrote:


Hi,

Trying to install iplike-pg82-1.0.7-1 on OS X 10.4.10 on a XServe/G5  
machine.  Have done all the selfupdates but keep getting the  
following error on make.


Any help/guidance much appreciated,

Thanks and regards
Rob

cd . && /bin/sh /sw/src/fink.build/iplike-pg82-1.0.7-1/iplike-1.0.7/ 
missing --run aclocal-1.10 -I .

configure.ac:24: warning: macro `AM_RPM_INIT' not found in library
 cd . && /bin/sh /sw/src/fink.build/iplike-pg82-1.0.7-1/iplike-1.0.7/ 
missing --run automake-1.10 --foreign
cd . && /bin/sh /sw/src/fink.build/iplike-pg82-1.0.7-1/iplike-1.0.7/ 
missing --run autoconf

configure.ac:24: error: possibly undefined macro: AM_RPM_INIT
  If this token and others are legitimate, please use  
m4_pattern_allow.

  See the Autoconf documentation.
make: *** [configure] Error 1
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-iplike-pg82-1.0.7-1
(Reading database ... 12120 files and directories currently  
installed.)

Removing fink-buildlock-iplike-pg82-1.0.7-1 ...
Failed: phase compiling: iplike-pg82-1.0.7-1 failed



Do you have m4 installed?  I've seen errors of this nature when  
packages are missing a BuildDepend on m4.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users