Re: [Fink-users] lilypond fails at configure

2010-12-07 Thread Daniel Macks
On Tue, 07 Dec 2010 07:58:56  0100, Moritz Kaiser  wrote:
First of all:
   the workaround works. Thanks to all of you for the hint!
  
   Am 05.12.10 23:17, schrieb Matthias Neeracher:
On 5.12.2010, at 10:39 PM, David R. Morrison wrote:
   
Moritz: There is a workaround for this problem: you need to 
remove whichever autoconf* and/or automake* packages that are currently 
installed, then it will build. 
   
Mathias: I ran into this myself recently and forgot to send you 
a bug report.  You either need to builddepend on a compatible version 
of these tools, or buildconflict with the incompatible versions. 
Thanks, will do that. Moritz, could you tell me which versions of 
these packages you currently have installed?
   fink says:
   autoconf2.6 2.68-1
   automake1.111.11.1-3
  
   and the programs themselves say:
  
   moritz-kaisers-computer:MacGiro moritzkaiser$ autoconf --version
   autoconf (GNU Autoconf) 2.68
  
   moritz-kaisers-computer:MacGiro moritzkaiser$ automake --version
   automake (GNU automake) 1.11.1
 
I got over this build failure by downgrading autoconf2.6 - autoconf. 
But still fails (10.6/i386)... 
 
checking for texi2html... texi2html
checking texi2html version... 1.64
  ./configure: line 12305: prefix: command not found
  ./configure: line 12309: prefix: command not found
[...]
ERROR: Please install required programs:  libguile (libguile-dev, 
guile-devel or guile-dev package). 
 
dan

--
Daniel Macks
  dma...@netspace.org



--
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] lilypond fails at configure

2010-12-06 Thread Moritz Kaiser
First of all:
the workaround works. Thanks to all of you for the hint!

Am 05.12.10 23:17, schrieb Matthias Neeracher:
 On 5.12.2010, at 10:39 PM, David R. Morrison wrote:

 Moritz: There is a workaround for this problem: you need to remove whichever 
 autoconf* and/or automake* packages that are currently installed, then it 
 will build.

 Mathias: I ran into this myself recently and forgot to send you a bug 
 report.  You either need to builddepend on a compatible version of these 
 tools, or buildconflict with the incompatible versions.
 Thanks, will do that. Moritz, could you tell me which versions of these 
 packages you currently have installed?
fink says:
autoconf2.6 2.68-1
automake1.111.11.1-3

and the programs themselves say:

moritz-kaisers-computer:MacGiro moritzkaiser$ autoconf --version
autoconf (GNU Autoconf) 2.68

moritz-kaisers-computer:MacGiro moritzkaiser$ automake --version
automake (GNU automake) 1.11.1

hope that will be useful

Regards,
Moritz


--
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] lilypond fails at configure

2010-12-05 Thread Moritz Kaiser
Hi there,

lilipond fails to build repeatedly. Apparently there's a bad line in the 
configure file. My configuration for the record:
mac os 10.6.5 on Intel Core 2 Duo
Latest XCode Update is installed. gcc --version reads as follows:
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664)
I use the unstable packages of fink.

The package to be installed is:
lilypond-2.12.2-1

error message snippet follows with line numbers inserted:
---8-
checking for bash... /bin/sh
checking for python... /sw/bin/python2.5
checking /sw/bin/python2.5 version... 2.5.5
checking for /sw/bin/python2.5... /sw/bin/python2.5
checking whether compiler understands -pipe... ./configure: line 3736: 
syntax error near unexpected token `newline'
./configure: line 3736: `yes:'
### execution of /var/tmp/tmp.1.T4lgnB failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
---8--


code snippet from configure
--8---
  3724 if test -n $ac_ct_CC; then
  3725   { $as_echo $as_me:${as_lineno-$LINENO}: result: $ac_ct_CC 5
  3726 $as_echo $ac_ct_CC 6; }
  3727 else
  3728   { $as_echo $as_me:${as_lineno-$LINENO}: result: no 5
  3729 $as_echo no 6; }
  3730 fi
  3731
  3732   if test x$ac_ct_CC = x; then
  3733 CC=
  3734   else
  3735 case $cross_compiling:$ac_tool_warned in
  3736 yes:
  3737 fi
  3738 { $as_echo $as_me:${as_lineno-$LINENO}: result: 
$stepmake_cv_cflags_pipe 5
  3739 $as_echo $stepmake_cv_cflags_pipe 6; }
  3740 { $as_echo $as_me:${as_lineno-$LINENO}: WARNING: using cross 
tools not prefixed with host triplet 5
  3741 $as_echo $as_me: WARNING: using cross tools not prefixed with 
host triplet 2;}
  3742 ac_tool_warned=yes ;;
  3743 esac
  3744 CC=$ac_ct_CC
  3745   fi
  3746 else
  3747   CC=$ac_cv_prog_CC
  3748 fi
--8

any clues?

Best Regards,
Moritz

--
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] lilypond fails at configure

2010-12-05 Thread David R. Morrison
Moritz: There is a workaround for this problem: you need to remove whichever 
autoconf* and/or automake* packages that are currently installed, then it will 
build.

Mathias: I ran into this myself recently and forgot to send you a bug report.  
You either need to builddepend on a compatible version of these tools, or 
buildconflict with the incompatible versions.

  -- Dave


On Dec 6, 2010, at 1:09 AM, Moritz Kaiser wrote:

 Hi there,
 
 lilipond fails to build repeatedly. Apparently there's a bad line in the 
 configure file. My configuration for the record:
 mac os 10.6.5 on Intel Core 2 Duo
 Latest XCode Update is installed. gcc --version reads as follows:
 i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664)
 I use the unstable packages of fink.
 
 The package to be installed is:
 lilypond-2.12.2-1
 
 error message snippet follows with line numbers inserted:
 ---8-
 checking for bash... /bin/sh
 checking for python... /sw/bin/python2.5
 checking /sw/bin/python2.5 version... 2.5.5
 checking for /sw/bin/python2.5... /sw/bin/python2.5
 checking whether compiler understands -pipe... ./configure: line 3736: 
 syntax error near unexpected token `newline'
 ./configure: line 3736: `yes:'
 ### execution of /var/tmp/tmp.1.T4lgnB failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 ---8--
 
 
 code snippet from configure
 --8---
  3724 if test -n $ac_ct_CC; then
  3725   { $as_echo $as_me:${as_lineno-$LINENO}: result: $ac_ct_CC 5
  3726 $as_echo $ac_ct_CC 6; }
  3727 else
  3728   { $as_echo $as_me:${as_lineno-$LINENO}: result: no 5
  3729 $as_echo no 6; }
  3730 fi
  3731
  3732   if test x$ac_ct_CC = x; then
  3733 CC=
  3734   else
  3735 case $cross_compiling:$ac_tool_warned in
  3736 yes:
  3737 fi
  3738 { $as_echo $as_me:${as_lineno-$LINENO}: result: 
 $stepmake_cv_cflags_pipe 5
  3739 $as_echo $stepmake_cv_cflags_pipe 6; }
  3740 { $as_echo $as_me:${as_lineno-$LINENO}: WARNING: using cross 
 tools not prefixed with host triplet 5
  3741 $as_echo $as_me: WARNING: using cross tools not prefixed with 
 host triplet 2;}
  3742 ac_tool_warned=yes ;;
  3743 esac
  3744 CC=$ac_ct_CC
  3745   fi
  3746 else
  3747   CC=$ac_cv_prog_CC
  3748 fi
 --8
 
 any clues?
 
 Best Regards,
 Moritz
 
 --
 What happens now with your Lotus Notes apps - do you make another costly 
 upgrade, or settle for being marooned without product support? Time to move
 off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
 use, and manage than apps on traditional platforms. Sign up for the Lotus 
 Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
 ___
 Fink-users mailing list
 Fink-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/fink-users


--
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] lilypond fails at configure

2010-12-05 Thread Matthias Neeracher

On 5.12.2010, at 10:39 PM, David R. Morrison wrote:

 Moritz: There is a workaround for this problem: you need to remove whichever 
 autoconf* and/or automake* packages that are currently installed, then it 
 will build.
 
 Mathias: I ran into this myself recently and forgot to send you a bug report. 
  You either need to builddepend on a compatible version of these tools, or 
 buildconflict with the incompatible versions.

Thanks, will do that. Moritz, could you tell me which versions of these 
packages you currently have installed?

Matthias


--
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] lilypond fails at configure

2010-12-05 Thread Alexander Hansen
On Sun, Dec 5, 2010 at 5:17 PM, Matthias Neeracher neerac...@mac.com wrote:

 On 5.12.2010, at 10:39 PM, David R. Morrison wrote:

 Moritz: There is a workaround for this problem: you need to remove whichever 
 autoconf* and/or automake* packages that are currently installed, then it 
 will build.

 Mathias: I ran into this myself recently and forgot to send you a bug 
 report.  You either need to builddepend on a compatible version of these 
 tools, or buildconflict with the incompatible versions.

 Thanks, will do that. Moritz, could you tell me which versions of these 
 packages you currently have installed?

 Matthias



The error happened for me with autoconf2.6-2.68-1 and automake1.11-1.11.1-3 .

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

--
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users