[Fink-beginners] Fink build fails for mysql-unified-5.0.96-1

2012-11-01 Thread Viranch Mehta
Hi, I ran fink selfupdate fink update-all and the latter gave the error: ### execution of make failed, exit code 2 ### execution of /tmp/fink.9GJk3 failed, exit code 2 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-mysql-unified-5.0.96-1

Re: [Fink-beginners] lilypond-2.14.2-2 installation fails on Mac OS X 10.7

2012-11-01 Thread Yvo Fischer
Hello, thanks for your fast help! I compared the two files both named FlexLexer.h by the use of diff which found no differences. Please keep me up to date about any progress. Greetings Yvo Am 01.11.2012 04:23, schrieb Alexander Hansen: On 10/31/12 8:12 PM, Matthias Neeracher wrote: On

Re: [Fink-beginners] lilypond-2.14.2-2 installation fails on Mac OS X 10.7

2012-11-01 Thread Alexander Hansen
On 11/1/12 2:05 AM, Yvo Fischer wrote: Hello, thanks for your fast help! I compared the two files both named FlexLexer.h by the use of diff which found no differences. Please keep me up to date about any progress. Greetings Yvo Am 01.11.2012 04:23, schrieb Alexander Hansen: On

Re: [Fink-beginners] lilypond-2.14.2-2 installation fails on Mac OS X 10.7

2012-11-01 Thread Hanspeter Niederstrasser
On 10/31/2012 9:47 PM, Alexander Hansen wrote: On 10/31/12 2:25 PM, Yvo Fischer wrote: Hello, unsuccessfully trying to install lilypond via fink I got the following messages. Can anyone of you help me? Thank you Yvo rm -f ./out/volta-repeat-iterator.dep;

Re: [Fink-beginners] Fink build fails for mysql-unified-5.0.96-1

2012-11-01 Thread Jack Howarth
Viranch, The current mysql-unified-5.0.96-1 packaging builds fine here under Xcode 4.5.1 on x86_64-apple-darwin12. What do you get from... % clang -v Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) Target: x86_64-apple-darwin12.2.0 Thread model: posix My guess is

Re: [Fink-beginners] Problem with fink update-all

2012-11-01 Thread Kim, Woo-Joong
Thank you for your suggestions. Here are the outputs of what you were asking. **For fink --version'', I got: --- Package manager version: 0.34.4 Distribution version: selfupdate-cvs Wed Oct 31 16:41:46 2012, 10.8, x86_64 Trees: local/main stable/main Copyright (c) 2001 Christoph

Re: [Fink-beginners] Problem with fink update-all

2012-11-01 Thread Jack Howarth
On Thu, Nov 01, 2012 at 10:33:43AM -0700, Kim, Woo-Joong wrote: Thank you for your suggestions. Here are the outputs of what you were asking. **For fink --version'', I got: --- Package manager version: 0.34.4 Distribution version: selfupdate-cvs Wed Oct 31 16:41:46 2012,

Re: [Fink-beginners] lilypond-2.14.2-2 installation fails on Mac OS X 10.7

2012-11-01 Thread Alexander Hansen
On 11/1/12 7:29 AM, Hanspeter Niederstrasser wrote: On 10/31/2012 9:47 PM, Alexander Hansen wrote: On 10/31/12 2:25 PM, Yvo Fischer wrote: Hello, unsuccessfully trying to install lilypond via fink I got the following messages. Can anyone of you help me? Thank you Yvo rm -f

Re: [Fink-beginners] lilypond-2.14.2-2 installation fails on Mac OS X 10.7

2012-11-01 Thread Hanspeter Niederstrasser
I'm showing the following differences between /usr/include/FlexLexer.h between my 10.7 and 10.8 setups (The ~/Desktop one was copied from a 10.7 box): $ diff /usr/include/FlexLexer.h ~/Desktop/FlexLexer.h 66c66 size_t YYLeng() const { return yyleng; } --- int YYLeng()const

Re: [Fink-beginners] Problem with fink update-all

2012-11-01 Thread Kim, Woo-Joong
Here are the outputs I got after executing what you asked for: (1) 'clang -v'. Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) Target: x86_64-apple-darwin12.2.0 Thread model: posix (2) 'sudo xcode-select -switch /path/to/Xcode.app' xcode-select: Error: An error

Re: [Fink-beginners] Problem with fink update-all

2012-11-01 Thread Jack Howarth
On Thu, Nov 01, 2012 at 03:41:31PM -0700, Kim, Woo-Joong wrote: Here are the outputs I got after executing what you asked for: (1) 'clang -v'. Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) Target: x86_64-apple-darwin12.2.0 Thread model: posix (2) 'sudo

Re: [Fink-beginners] Problem with fink update-all

2012-11-01 Thread Kim, Woo-Joong
Sorry... I don't understand your suggestion. 1) Retry the build with /usr/local moved aside as /usr/local.off Can you provide more specific lines of commands? Thank you From: Jack Howarth [howa...@bromo.med.uc.edu] Sent: Thursday, November 01, 2012

Re: [Fink-beginners] Problem with fink update-all

2012-11-01 Thread Jack Howarth
On Thu, Nov 01, 2012 at 03:58:24PM -0700, Kim, Woo-Joong wrote: Sorry... I don't understand your suggestion. 1) Retry the build with /usr/local moved aside as /usr/local.off Can you provide more specific lines of commands? cd /usr sudo mv local local.off The reason is that fink isn't

Re: [Fink-beginners] lilypond-2.14.2-2 installation fails on Mac OS X 10.7

2012-11-01 Thread Alexander Hansen
On 11/1/12 2:58 PM, Hanspeter Niederstrasser wrote: I'm showing the following differences between /usr/include/FlexLexer.h between my 10.7 and 10.8 setups (The ~/Desktop one was copied from a 10.7 box): $ diff /usr/include/FlexLexer.h ~/Desktop/FlexLexer.h 66c66 size_t YYLeng()

Re: [Fink-beginners] Problem with fink update-all

2012-11-01 Thread Kim, Woo-Joong
That actually resolved my problem. The installation is now complete. I also moved local.off to local after rebuild. Great help-- thank you very much From: Jack Howarth [howa...@bromo.med.uc.edu] Sent: Thursday, November 01, 2012 4:08 PM To: Kim,