[Fink-users] system-openssl on El Capitan

2015-10-06 Thread David Phillips


Folks,
 Here’s another missing core fink package in the El Capitan ensemble. I’ve been 
using the mac display front end version of matplotlib and such which depends on 
pyqt{4,5}-mac which depends on phonon-mac which depends on system-openssl. This 
appears not to be present in 10.11:

> fink update-all
Information about 8795 packages read in 1 seconds.
Can't resolve dependency "system-openssl-dev" for package "phonon-mac-4.5.0-37" 
(no matching packages/versions found)
Exiting with failure.

If I  look at system-openssl-dev-0.9.8.info, I find that it "Depends: macosx 
(>= 10.6.0-1), macosx (<< 10.11.0-1).” I copied the .info file to “local" and 
made the following changes to remove the restriction on <10.11: 
Revision: 7.1
BuildDependsOnly: true
Depends: macosx (>= 10.6.0-1)
Distribution: 10.7, 10.8, 10.9, 10.10, 10.11

This leads to a successful build of phonon-mac, but a cursory use of matplotlib 
in ipython doesn’t appear to work. (This probably isn’t surprising given the 
restriction to <10.11 in the first place.)

  David
--
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] update-all error: ghc depends on clang36

2015-10-06 Thread David Phillips

Yes, I have fink’s Make installed. (If I have similar problems in future, I 
will try removing fink’s Make to see what effect it has.)
  Thanks again,
  David

> On Oct 5, 2015, at 10:48 PM, Alexander Hansen  
> wrote:
> 
> 
>> On Oct 5, 2015, at 19:25, David Phillips  wrote:
>> 
>> 
>> Building GHC with only one core following Alexander's instructions for 
>> modifying the info file for GHC worked without trouble - if a bit slowly 
>> with only one core!
>> Thanks for the help. 
>> David
>> 
> 
> For a further data point, do you have fink’s make installed? 
> 
> On 10.11 it appears to trigger race conditions more often than does Apple’s 
> make, so if you have a similar error in the future you might try removing 
> Fink’s make before reducing your build jobs.
> -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison
> 


--
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] update-all error: ghc depends on clang36

2015-10-05 Thread David Phillips

Building GHC with only one core following Alexander's instructions for 
modifying the info file for GHC worked without trouble - if a bit slowly with 
only one core!
  Thanks for the help. 
 David


> On Oct 5, 2015, at 4:09 PM, Alexander Hansen  
> wrote:
> 
> 
>> On Oct 5, 2015, at 12:55, David Phillips  wrote:
>> 
>> 
>> 
>> Alas, the simple change to ghc to build with clang3.7 and llvm3.7 didn’t 
>> work. Here’s the end of the build with the error message and the immediately 
>> previous make. 
>> I need to run off to a meeting and so I will not get to the next step of 
>> building with a single core instead of all of them to get a sensible error 
>> message until this evening. Here’s the end of the build, though.
>> David
>> 
>> 
>> "inplace/bin/ghc-stage1" -optc-m64 -optc-fno-stack-protector -optc-Wall 
>> -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes 
>> -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return 
>> -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs 
>> -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist 
>> -optc-Iincludes/dist-derivedconstants/header 
>> -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build 
>> -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common 
>> -optc-DDTRACE -optc-O2 -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" 
>> -optc-funroll-loops -static -prof  -H32m -O -Iincludes -Iincludes/dist 
>> -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header 
>> -Irts -Irts/dist/build -DCOMPILING_RTS -package-name rts -dcmm-lint  
>> -DDTRACE -i -irts -irts/dist/build -irts/dist/build/autogen 
>> -Irts/dist/build -Irts/dist/build/autogen   -O2-c rts/sm/Evac.c 
>> -o rts/dist/build/sm/Evac.p_o
>> make[1]: *** read jobs pipe: No such file or directory.  Stop.
>> make[1]: *** Waiting for unfinished jobs
>> Makefile:64: recipe for target 'all' failed
>> make: *** [all] Broken pipe: 13
>> make: INTERNAL: Exiting with 1 jobserver tokens available; should be 12!
>> ### execution of /tmp/fink.Q3xzN failed, exit code 2
>> ### execution of /tmp/fink.hmAuW failed, exit code 2
>> Removing runtime build-lock...
>> Removing build-lock package...
>> /sw/bin/dpkg-lockwait -r fink-buildlock-ghc-7.8.3-102.1
>> (Reading database ... 328501 files and directories currently installed.)
>> Removing fink-buildlock-ghc-7.8.3-102.1 ...
>> Failed: phase compiling: ghc-7.8.3-102.1 failed
>> 
>> Before reporting any errors, please run "fink selfupdate" and try again.
>> Also try using "fink configure" to set your maximum build jobs to 1 and
>> attempt to build the package again.
>> If you continue to have issues, please check to see if the FAQ on Fink's
>> website solves the problem.  If not, ask on one (not both, please) of
>> these mailing lists:
>> 
>>The Fink Users List 
>>The Fink Beginners List .
>> 
>> Please try to include the complete error message in your report.  This
>> generally consists of a compiler line starting with e.g. "gcc" or "g++"
>> followed by the actual error output from the compiler.
>> 
>> Also include the following system information:
>> Package manager version: 0.39.1
>> Distribution version: selfupdate-rsync Mon Oct  5 15:43:09 2015, 10.11, 
>> x86_64
>> Trees: local/main stable/main stable/crypto local/injected
>> Xcode.app: 7.0.1
>> Xcode command-line tools: 7.0.0.0.1.1441394355
>> Max. Fink build jobs:  12
> 
> I’m still in the middle of building.  Since I’ve got fewer cores that often 
> results in success.  
> 
> The error message does indeed suggest that there’s a race condition in the 
> build somewhere.
> 
> 
> 
> 
> -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison
> 

--
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] update-all error: ghc depends on clang36

2015-10-05 Thread David Phillips


Alas, the simple change to ghc to build with clang3.7 and llvm3.7 didn’t work. 
Here’s the end of the build with the error message and the immediately previous 
make. 
  I need to run off to a meeting and so I will not get to the next step of 
building with a single core instead of all of them to get a sensible error 
message until this evening. Here’s the end of the build, though.
  David


"inplace/bin/ghc-stage1" -optc-m64 -optc-fno-stack-protector -optc-Wall 
-optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes 
-optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return 
-optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs 
-optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist 
-optc-Iincludes/dist-derivedconstants/header 
-optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build 
-optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-DDTRACE 
-optc-O2 -optc-fomit-frame-pointer -optc-DRtsWay=\"rts_p\" -optc-funroll-loops 
-static -prof  -H32m -O -Iincludes -Iincludes/dist 
-Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header 
-Irts -Irts/dist/build -DCOMPILING_RTS -package-name rts -dcmm-lint  -DDTRACE   
  -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build 
-Irts/dist/build/autogen   -O2-c rts/sm/Evac.c -o 
rts/dist/build/sm/Evac.p_o
make[1]: *** read jobs pipe: No such file or directory.  Stop.
make[1]: *** Waiting for unfinished jobs
Makefile:64: recipe for target 'all' failed
make: *** [all] Broken pipe: 13
make: INTERNAL: Exiting with 1 jobserver tokens available; should be 12!
### execution of /tmp/fink.Q3xzN failed, exit code 2
### execution of /tmp/fink.hmAuW failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-ghc-7.8.3-102.1
(Reading database ... 328501 files and directories currently installed.)
Removing fink-buildlock-ghc-7.8.3-102.1 ...
Failed: phase compiling: ghc-7.8.3-102.1 failed

Before reporting any errors, please run "fink selfupdate" and try again.
Also try using "fink configure" to set your maximum build jobs to 1 and
attempt to build the package again.
If you continue to have issues, please check to see if the FAQ on Fink's
website solves the problem.  If not, ask on one (not both, please) of
these mailing lists:

The Fink Users List 
The Fink Beginners List .

Please try to include the complete error message in your report.  This
generally consists of a compiler line starting with e.g. "gcc" or "g++"
followed by the actual error output from the compiler.

Also include the following system information:
Package manager version: 0.39.1
Distribution version: selfupdate-rsync Mon Oct  5 15:43:09 2015, 10.11, x86_64
Trees: local/main stable/main stable/crypto local/injected
Xcode.app: 7.0.1
Xcode command-line tools: 7.0.0.0.1.1441394355
Max. Fink build jobs:  12



> On Oct 5, 2015, at 3:30 PM, Alexander Hansen  
> wrote:
> 
> 
>> On Oct 5, 2015, at 12:10, David Phillips  wrote:
>> 
>> 
>> Folks, 
>> I just upgraded to OSX 10.11 following Alexander Hansen’s instructions with 
>> almost no troubles. However, now, when I perform a fink update-all, I 
>> receive the following error message:
>> 'Can't resolve dependency "clang36" for package "ghc-7.8.3-102" (no matching 
>> packages/versions found)
>> Exiting with failure.’
>> I think I only have ghc installed because pandoc depends on it, but I’d 
>> rather not uninstall the whole chain if I can avoid it as I do use pandoc 
>> from the fink build.
>>  Also I’m not sure who the maintainer for ghc is at this point to cc on this 
>> message.
>> 
>> David
> 
> Fionna:LWP-Pod-20150916 hansen$ fink info ghc | grep Maintainer
> Maintainer: None 
> 
> We’ll have to see whether ghc can be updated for clang37.  If you’d like to 
> explore this locally on your own system, you can try the following:
> 
> 1) Copy /sw/fink/dists/stable/main/finkinfo/languages/ghc-10.11.info and 
> /sw/fink/dists/stable/main/finkinfo/languages/ghc.patch over to 
> /sw/fink/dists/local/main/finkinfo
> 2) Edit /sw/fink/dists/local/main/finkinfo/ghc.info 
>   a) Update the revision to 102.1
>   b) Use clang37 and llvm37 instead of clang36 and llvm36 in the 
> BuildDepends
>   c) Edit the SetCC line to use “llvm-3.7” instead of “llvm-3.6” 
>   c) Edit the ConfigureParams block to use “llvm-3.7” instead of 
> “llvm-3.6” 
> 
> Since you actually use it, you’re more likely to see problems than I am.
> 
> 
> -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison
> 


--
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] update-all error: ghc depends on clang36

2015-10-05 Thread David Phillips

Alexander,
Thanks for the instructions. I’ll give them a try and post a response to the 
list.
  David


> On Oct 5, 2015, at 3:30 PM, Alexander Hansen  
> wrote:
> 
> 
>> On Oct 5, 2015, at 12:10, David Phillips  wrote:
>> 
>> 
>> Folks, 
>> I just upgraded to OSX 10.11 following Alexander Hansen’s instructions with 
>> almost no troubles. However, now, when I perform a fink update-all, I 
>> receive the following error message:
>> 'Can't resolve dependency "clang36" for package "ghc-7.8.3-102" (no matching 
>> packages/versions found)
>> Exiting with failure.’
>> I think I only have ghc installed because pandoc depends on it, but I’d 
>> rather not uninstall the whole chain if I can avoid it as I do use pandoc 
>> from the fink build.
>>  Also I’m not sure who the maintainer for ghc is at this point to cc on this 
>> message.
>> 
>> David
> 
> Fionna:LWP-Pod-20150916 hansen$ fink info ghc | grep Maintainer
> Maintainer: None 
> 
> We’ll have to see whether ghc can be updated for clang37.  If you’d like to 
> explore this locally on your own system, you can try the following:
> 
> 1) Copy /sw/fink/dists/stable/main/finkinfo/languages/ghc-10.11.info and 
> /sw/fink/dists/stable/main/finkinfo/languages/ghc.patch over to 
> /sw/fink/dists/local/main/finkinfo
> 2) Edit /sw/fink/dists/local/main/finkinfo/ghc.info 
>   a) Update the revision to 102.1
>   b) Use clang37 and llvm37 instead of clang36 and llvm36 in the 
> BuildDepends
>   c) Edit the SetCC line to use “llvm-3.7” instead of “llvm-3.6” 
>   c) Edit the ConfigureParams block to use “llvm-3.7” instead of 
> “llvm-3.6” 
> 
> Since you actually use it, you’re more likely to see problems than I am.
> 
> 
> -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison
> 


--
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] update-all error: ghc depends on clang36

2015-10-05 Thread David Phillips

Folks, 
  I just upgraded to OSX 10.11 following Alexander Hansen’s instructions with 
almost no troubles. However, now, when I perform a fink update-all, I receive 
the following error message:
'Can't resolve dependency "clang36" for package "ghc-7.8.3-102" (no matching 
packages/versions found)
Exiting with failure.’
 I think I only have ghc installed because pandoc depends on it, but I’d rather 
not uninstall the whole chain if I can avoid it as I do use pandoc from the 
fink build.
   Also I’m not sure who the maintainer for ghc is at this point to cc on this 
message.

  David
--
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] podofo9-shlibs fails on CommonCrypto

2013-08-07 Thread David Phillips

On Aug 7, 2013, at 1:35 PM, Martin Costabel wrote:
> On 7/08/13 18:13, David Phillips wrote:
>>  I had to work a little harder to get it to build. Once I knew what I was 
>> looking for, I could figure it out. After changing 
>> CommonCrypto/CommonCrypto.h to CommonCrypto/CommonDigest.h the build still 
>> generated errors about an undefined symbol CCCryptorRef. After a little 
>> googling that appeared to be in CommonCryptor so I included that too and it 
>> built.
>>   I'm still not very good at even basic fink work like real patches so I 
>> copied the podofo9.info file to 'local' and stuck the following in it:
>> sed -i.bak -e's|CommonCrypto.h|CommonDigest.h>\n#include 
>> |' src/base/PdfEncrypt.cpp
> 
> I put a new revision in cvs that uses this patch (slightly corrected; does 
> inserting a \n with sed really work for you? Not for me, but with perl it 
> works).

  It seemed like it worked when I inspected the modified PdfEncrypt.cpp and 
most importantly, it compiled. (Maybe Emacs just parsed it sensibly for me and 
it wasn't right; I didn't look that closely.) Thanks for fixing it up in a more 
reliable way, though.
   David





--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] podofo9-shlibs fails on CommonCrypto

2013-08-07 Thread David Phillips


Daniel,
 I had to work a little harder to get it to build. Once I knew what I was 
looking for, I could figure it out. After changing CommonCrypto/CommonCrypto.h 
to CommonCrypto/CommonDigest.h the build still generated errors about an 
undefined symbol CCCryptorRef. After a little googling that appeared to be in 
CommonCryptor so I included that too and it built. 
  I'm still not very good at even basic fink work like real patches so I copied 
the podofo9.info file to 'local' and stuck the following in it:
sed -i.bak -e's|CommonCrypto.h|CommonDigest.h>\n#include 
|' src/base/PdfEncrypt.cpp

Now it builds.
  
  Thanks for your help,
David

On Aug 6, 2013, at 10:30 PM, Daniel Johnson wrote:

> 
> On Aug 6, 2013, at 7:33 PM, Alexander Hansen  
> wrote:
> 
>> On 8/6/13 4:17 PM, David Phillips wrote:
>>> 
>>> Hi,
>>> I'm trying to build podofo9-shlibs (because Scribus requires it) and 
>>> getting an error about being unable to find CommonCrypto. Is there 
>>> something wrong with my system (10.7) or am I missing a package that should 
>>> be installed? Here is the error message (clipping out the "Before 
>>> reporting..." part).
>>> 
>>> -
>>> /sw/src/fink.build/podofo9-0.9.2-1/podofo-0.9.2/src/base/PdfEncrypt.cpp:48:10:
>>>  fatal error:
>>>  'CommonCrypto/CommonCrypto.h' file not found
>>> #include 
>>> ^
>>> 1 error generated.
>>> make[2]: *** [src/CMakeFiles/podofo_shared.dir/base/PdfEncrypt.cpp.o] Error 
>>> 1
>>> make[2]: Leaving directory 
>>> `/sw/src/fink.build/podofo9-0.9.2-1/podofo-0.9.2/build'
>>> make[1]: *** [src/CMakeFiles/podofo_shared.dir/all] Error 2
>>> make[1]: Leaving directory 
>>> `/sw/src/fink.build/podofo9-0.9.2-1/podofo-0.9.2/build'
>>> make: *** [all] Error 2
>>> ### execution of /tmp/fink.A1_pj failed, exit code 2
>>> ### execution of /tmp/fink.xj0u0 failed, exit code 2
>>> Removing runtime build-lock...
>>> Removing build-lock package...
>>> /sw/bin/dpkg-lockwait -r fink-buildlock-podofo9-0.9.2-1
>>> (Reading database ... 250431 files and directories currently installed.)
>>> Removing fink-buildlock-podofo9-0.9.2-1 ...
>>> Failed: phase compiling: podofo9-0.9.2-1 failed
>>> 
>>> Also include the following system information:
>>> Package manager version: 0.35.1
>>> Distribution version: selfupdate-rsync Tue Aug  6 18:52:09 2013, 10.7, 
>>> x86_64
>>> Trees: local/main stable/main
>>> Xcode.app: 4.6.3
>>> Xcode command-line tools: 4.6.0.0.1.1365549073
>>> Max. Fink build jobs:  1
>>> -
>>> 
>>> I find that I do have a directory /usr/include/CommonCrypto/ but I don't 
>>> see CommonCrypto.h in it. When I list the directory, I find:
>>> /usr/include/CommonCrypto% ls
>>> CommonCryptor.h  CommonHMAC.h CommonSymmetricKeywrap.h
>>> CommonDigest.h   CommonKeyDerivation.h
>>> Is that the right CommonCrypto directory in which to be looking?
>>> 
>>> Can anyone help?
>>>   Thanks,
>>>David
>>> 
>>> 
>>> 
>>> 
>>> 
>> 
>> I see the same thing on 10.7.
>> 
>> On 10.8 I have /usr/include/CommonCrypto/CommonCrypto.h:
>> 
>> $ ls /usr/include/CommonCrypto
>> CommonCrypto.h   CommonHMAC.h
>> CommonCryptor.h  CommonKeyDerivation.h
>> CommonDigest.h   CommonSymmetricKeywrap.h
>> 
>> It appears that the package build needs to be tweaked to work on 10.7.
> 
> The file PdfEncrypt.cpp actually wants to use CommonCrypto/CommonDigest.h. 
> Using CommonCrypto/CommonCrypto.h is an upstream mistake. It happens to work 
> on 10.8 since CommonCrypto.h #includes CommonDigest.h.
> 
> Changing CommonCrypto/CommonCrypto.h to CommonCrypto/CommonDigest.h should 
> fix it for all versions of OS X.
> 
> Daniel
> 

---
David Phillips
dfphilcomcastnet




--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] podofo9-shlibs fails on CommonCrypto

2013-08-06 Thread David Phillips

Hi,
 I'm trying to build podofo9-shlibs (because Scribus requires it) and getting 
an error about being unable to find CommonCrypto. Is there something wrong with 
my system (10.7) or am I missing a package that should be installed? Here is 
the error message (clipping out the "Before reporting..." part).  

-
/sw/src/fink.build/podofo9-0.9.2-1/podofo-0.9.2/src/base/PdfEncrypt.cpp:48:10: 
fatal error:
  'CommonCrypto/CommonCrypto.h' file not found
#include 
 ^
1 error generated.
make[2]: *** [src/CMakeFiles/podofo_shared.dir/base/PdfEncrypt.cpp.o] Error 1
make[2]: Leaving directory 
`/sw/src/fink.build/podofo9-0.9.2-1/podofo-0.9.2/build'
make[1]: *** [src/CMakeFiles/podofo_shared.dir/all] Error 2
make[1]: Leaving directory 
`/sw/src/fink.build/podofo9-0.9.2-1/podofo-0.9.2/build'
make: *** [all] Error 2
### execution of /tmp/fink.A1_pj failed, exit code 2
### execution of /tmp/fink.xj0u0 failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-podofo9-0.9.2-1
(Reading database ... 250431 files and directories currently installed.)
Removing fink-buildlock-podofo9-0.9.2-1 ...
Failed: phase compiling: podofo9-0.9.2-1 failed

Also include the following system information:
Package manager version: 0.35.1
Distribution version: selfupdate-rsync Tue Aug  6 18:52:09 2013, 10.7, x86_64
Trees: local/main stable/main
Xcode.app: 4.6.3
Xcode command-line tools: 4.6.0.0.1.1365549073
Max. Fink build jobs:  1
-

I find that I do have a directory /usr/include/CommonCrypto/ but I don't see 
CommonCrypto.h in it. When I list the directory, I find:
/usr/include/CommonCrypto% ls
CommonCryptor.h  CommonHMAC.h CommonSymmetricKeywrap.h
CommonDigest.h   CommonKeyDerivation.h
Is that the right CommonCrypto directory in which to be looking?

 Can anyone help?
   Thanks,
David

  



--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] error building kdelibs3-unified

2009-09-10 Thread David Phillips


It compiles now. Thanks!
david


On Sep 9, 2009, at 8:38 PM, Alexander Hansen wrote:

> David Phillips wrote:
>> I'm trying to build kdelibs3-unified and it's failing after a long
>> compile. I haven't tried to look at it to try to guess what the
>> problem is but here's a build error report. Thanks for any help.
>>David
>>
>>   First, here's some fink and xcode info:
>> Package manager version: 0.29.9
>> Distribution version: selfupdate-rsync Wed Sep  9 17:46:58 2009,  
>> 10.5,
>> i386
>> ProductVersion:  10.5.8
>> Xcode 3.1.2
>> Component versions: DevToolsCore-1148.0; DevToolsSupport-1102.0
>> BuildVersion: 9M2621
>>
>>
>>   Second, here's the last compile and the error message it generated:
>> In file included from /sw/src/fink.build/kdelibs3-unified-3.5.10-2/
>> kdelibs-3.5.10/kio/misc/kpac/discovery.cpp:36:
>> /usr/include/arpa/nameser_compat.h:99: error: conflicting declaration
>> 'typedef struct HEADER HEADER'
>> /usr/include/arpa/nameser8_compat.h:304: error: 'HEADER' has a
>> previous declaration as 'typedef struct HEADER HEADER'
>> Error creating ./kio/misc/kpac/discovery.lo. Exit status 1.
>> kdelibs3-unified-3.5.10-2 make failed!
>> ### execution of /var/tmp/tmp.1.lqBSDe failed, exit code 1
>> Removing runtime build-lock...
>> Removing build-lock package...
>> /sw/bin/dpkg-lockwait -r fink-buildlock-kdelibs3-unified-3.5.10-2
>> (Reading database ... 130757 files and directories currently  
>> installed.)
>> Removing fink-buildlock-kdelibs3-unified-3.5.10-2 ...
>> Failed: phase compiling: kdelibs3-unified-3.5.10-2 failed
>>
> I can confirm this.  Looks like something may have gone awry in the  
> patch?

---
David Phillips
dfphilcomcastnet




--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] error building kdelibs3-unified

2009-09-09 Thread David Phillips

I'm trying to build kdelibs3-unified and it's failing after a long  
compile. I haven't tried to look at it to try to guess what the  
problem is but here's a build error report. Thanks for any help.
David

   First, here's some fink and xcode info:
Package manager version: 0.29.9
Distribution version: selfupdate-rsync Wed Sep  9 17:46:58 2009, 10.5,  
i386
ProductVersion: 10.5.8
Xcode 3.1.2
Component versions: DevToolsCore-1148.0; DevToolsSupport-1102.0
BuildVersion: 9M2621


   Second, here's the last compile and the error message it generated:
g++-4.2 -DHAVE_CONFIG_H -I./kio/misc/kpac -I/sw/src/fink.build/ 
kdelibs3-unified-3.5.10-2/kdelibs-3.5.10/kio/misc/kpac -I. -I/sw/src/ 
fink.build/kdelibs3-unified-3.5.10-2/kdelibs-3.5.10 -I/sw/src/ 
fink.build/kdelibs3-unified-3.5.10-2/kdelibs-3.5.10/libltdl -I/sw/src/ 
fink.build/kdelibs3-unified-3.5.10-2/kdelibs-3.5.10/kded -I./kjs -I/sw/ 
src/fink.build/kdelibs3-unified-3.5.10-2/kdelibs-3.5.10/kdecore/ 
network -I/sw/src/fink.build/kdelibs3-unified-3.5.10-2/kdelibs-3.5.10/ 
dcop -I/sw/src/fink.build/kdelibs3-unified-3.5.10-2/kdelibs-3.5.10/ 
libltdl -I/sw/src/fink.build/kdelibs3-unified-3.5.10-2/kdelibs-3.5.10/ 
kdefx -I./kdecore -I/sw/src/fink.build/kdelibs3-unified-3.5.10-2/ 
kdelibs-3.5.10/kdecore -I/sw/src/fink.build/kdelibs3-unified-3.5.10-2/ 
kdelibs-3.5.10/kdecore/network -I/sw/src/fink.build/kdelibs3- 
unified-3.5.10-2/kdelibs-3.5.10/kdeui -I/sw/src/fink.build/kdelibs3- 
unified-3.5.10-2/kdelibs-3.5.10/kio -I/sw/src/fink.build/kdelibs3- 
unified-3.5.10-2/kdelibs-3.5.10/kio/kio -I/sw/src/fink.build/kdelibs3- 
unified-3.5.10-2/kdelibs-3.5.10/kio/kfile -I/sw/src/fink.build/ 
kdelibs3-unified-3.5.10-2/kdelibs-3.5.10 -I/sw/lib/qt3/include -I/usr/ 
X11/include -I/sw/include -I/sw/include -DQT_THREAD_SUPPORT -I/usr/ 
include/gssapi -I/sw/lib/system-openssl/include -I/sw/lib/freetype219/ 
include/freetype2 -I/sw/lib/freetype219/include -I/sw/lib/flex/include  
-fno-common -no-cpp-precomp -DMACOSX -DARTS_NO_ALARM -I/sw/include -I/ 
usr/X11R6/include -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Os - 
Os -fPIC -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno- 
common -fvisibility=hidden -fvisibility-inlines-hidden - 
DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT - 
DQT_NO_TRANSLATION -fexceptions -fPIC -DPIC -c /sw/src/fink.build/ 
kdelibs3-unified-3.5.10-2/kdelibs-3.5.10/kio/misc/kpac/discovery.cpp - 
o ./kio/misc/kpac/.libs/discovery.o -Wp,-MD,./kio/misc/kpac/.deps/ 
discovery.TUlo
In file included from /sw/src/fink.build/kdelibs3-unified-3.5.10-2/ 
kdelibs-3.5.10/kio/misc/kpac/discovery.cpp:36:
/usr/include/arpa/nameser_compat.h:99: error: conflicting declaration  
'typedef struct HEADER HEADER'
/usr/include/arpa/nameser8_compat.h:304: error: 'HEADER' has a  
previous declaration as 'typedef struct HEADER HEADER'
Error creating ./kio/misc/kpac/discovery.lo. Exit status 1.
kdelibs3-unified-3.5.10-2 make failed!
### execution of /var/tmp/tmp.1.lqBSDe failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-kdelibs3-unified-3.5.10-2
(Reading database ... 130757 files and directories currently installed.)
Removing fink-buildlock-kdelibs3-unified-3.5.10-2 ...
Failed: phase compiling: kdelibs3-unified-3.5.10-2 failed


---
David Phillips
dfphilcomcastnet




--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: scipy-py25-0.7.0-1 failed

2009-04-17 Thread David Phillips

On Apr 17, 2009, at 11:58 AM, Alexander Hansen wrote:
> Dominique Dhumieres wrote:
>> Updating to scipy-py25-0.7.0-1 failed with:
>>
>> ...
>> Failed: phase compiling: scipy-py25-0.7.0-1 failed
>>
>> This was on intel OSX 10.5.6, but I got the same errors for scipy- 
>> py24 ppc OSX 10.4.11.
>>
>> Dominique
>>
>
> I was able to work around this by removing suitesparse, which provides
> headers by the same names and apparently confuses things.

   That fixed my problem too.
 Thanks,
  David

---
David Phillips
dfphilcomcastnet




--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Scipy-py25 build failing

2009-04-17 Thread David Phillips


Hi,
   Scipy-py-25 is failing to build on my OS X 10.5.6 intel machine.  
The end of the build process is below. I haven't tried to inspect the  
source but it looks like some directory is wrong during the build and  
it is losing a bunch of headers. Thanks for any help.
 David



swig -python -o build/src.macosx-10.5-i386-2.5/scipy/sparse/linalg/ 
dsolve/umfpack/_umfpack_wrap.c -outdir build/src.macosx-10.5-i386-2.5/ 
scipy/sparse/linalg/dsolve/umfpack scipy/sparse/linalg/dsolve/umfpack/ 
umfpack.i
scipy/sparse/linalg/dsolve/umfpack/umfpack.i:192: Error: Unable to  
find 'umfpack.h'
scipy/sparse/linalg/dsolve/umfpack/umfpack.i:193: Error: Unable to  
find 'umfpack_solve.h'
scipy/sparse/linalg/dsolve/umfpack/umfpack.i:194: Error: Unable to  
find 'umfpack_defaults.h'
scipy/sparse/linalg/dsolve/umfpack/umfpack.i:195: Error: Unable to  
find 'umfpack_triplet_to_col.h'
scipy/sparse/linalg/dsolve/umfpack/umfpack.i:196: Error: Unable to  
find 'umfpack_col_to_triplet.h'
scipy/sparse/linalg/dsolve/umfpack/umfpack.i:197: Error: Unable to  
find 'umfpack_transpose.h'
scipy/sparse/linalg/dsolve/umfpack/umfpack.i:198: Error: Unable to  
find 'umfpack_scale.h'
scipy/sparse/linalg/dsolve/umfpack/umfpack.i:200: Error: Unable to  
find 'umfpack_report_symbolic.h'
scipy/sparse/linalg/dsolve/umfpack/umfpack.i:201: Error: Unable to  
find 'umfpack_report_numeric.h'
scipy/sparse/linalg/dsolve/umfpack/umfpack.i:202: Error: Unable to  
find 'umfpack_report_info.h'
scipy/sparse/linalg/dsolve/umfpack/umfpack.i:203: Error: Unable to  
find 'umfpack_report_control.h'
scipy/sparse/linalg/dsolve/umfpack/umfpack.i:215: Error: Unable to  
find 'umfpack_symbolic.h'
scipy/sparse/linalg/dsolve/umfpack/umfpack.i:216: Error: Unable to  
find 'umfpack_numeric.h'
scipy/sparse/linalg/dsolve/umfpack/umfpack.i:225: Error: Unable to  
find 'umfpack_free_symbolic.h'
scipy/sparse/linalg/dsolve/umfpack/umfpack.i:226: Error: Unable to  
find 'umfpack_free_numeric.h'
scipy/sparse/linalg/dsolve/umfpack/umfpack.i:248: Error: Unable to  
find 'umfpack_get_lunz.h'
scipy/sparse/linalg/dsolve/umfpack/umfpack.i:272: Error: Unable to  
find 'umfpack_get_numeric.h'
error: command 'swig' failed with exit status 1
### execution of /var/tmp/tmp.1.lWuRiK failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-scipy-py25-0.7.0-1
(Reading database ... 87784 files and directories currently installed.)
Removing fink-buildlock-scipy-py25-0.7.0-1 ...
Updating the list of locally available binary packages.
Scanning dists/unstable/main/binary-darwin-i386
New package: dists/unstable/main/binary-darwin-i386/graphics/lcms- 
bin_1.18-1_darwin-i386.deb
New package: dists/unstable/main/binary-darwin-i386/graphics/lcms- 
shlibs_1.18-1_darwin-i386.deb
New package: dists/unstable/main/binary-darwin-i386/graphics/ 
lcms_1.18-1_darwin-i386.deb
Failed: phase compiling: scipy-py25-0.7.0-1 failed



---
David Phillips
dfphilcomcastnet




--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gnuplot-4.2.4-3 build fails

2008-12-15 Thread David Phillips

On Dec 15, 2008, at 10:24 PM, Alexander Hansen wrote:

> I've just updated to revision 4.  It worked for me on consecutive  
> builds, so it _should_ solve your build problem, too.


   Thanks. It worked. No errors.
  David




--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gnuplot-4.2.4-3 build fails

2008-12-15 Thread David Phillips

On Dec 15, 2008, at 10:02 PM, Alexander Hansen wrote:

> While we're at it, what OS, architecture, and Xcode are you using?

OS: 10.5.5
arch: intel
Xcode: 3.1

   david



--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gnuplot-4.2.4-3 build fails

2008-12-15 Thread David Phillips



On Dec 15, 2008, at 9:28 PM, Alexander Hansen wrote:
>
> The successful workaround I used was to try building gnuplot-nogtk  
> and then building gnuplot.  It worked, but I can't think of a good  
> reason for that.

I just tried building gnuplot-nogtk and it died with the same error  
though in a somewhat different looking place:

g++  -g -O2  -L/sw/lib -L/sw/lib -L/sw/lib -L/sw/lib/freetype219/lib - 
Wl,-framework,CoreServices -Wl,-framework,ApplicationServices -L/sw/ 
lib -L/sw/lib/fontconfig2/lib -L/sw/lib -L/usr/X11R6/lib -L/sw/lib/ 
fontconfig2/lib -L/sw/lib -o gnuplot alloc.o axis.o breaders.o  
bitmap.o color.o command.o contour.o datafile.o dynarray.o eval.o  
fit.o gadgets.o getcolor.o graph3d.o graphics.o help.o hidden3d.o  
history.o internal.o interpol.o matrix.o misc.o mouse.o parse.o plot.o  
plot2d.o plot3d.o pm3d.o readline.o save.o scanner.o set.o show.o  
specfun.o standard.o stdfn.o tables.o term.o time.o unset.o util.o  
util3d.o variable.o version.o   -lplot -lcurses -ledit -lggi  -lz -lgd  
-lXpm -lX11 -ljpeg -lfontconfig -lfreetype -lpng12 -lz /sw/lib/ 
libiconv.dylib -lpdf -L/usr/X11R6/lib -R/usr/X11R6/lib -lXaw -lXmu - 
lXt -lXext -lX11  -laquaterm  -framework Foundation
Undefined symbols:
  "_write_history_n", referenced from:
  _wrapper_for_write_history in plot.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[3]: *** [gnuplot] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of /var/tmp/tmp.1.3lMYy8 failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-gnuplot-nogtk-4.2.4-3



--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] gnuplot-4.2.4-3 build fails

2008-12-15 Thread David Phillips


I just ran fink selfupdate and update-all and fink tried to rebuild  
gnuplot. It failed with the link error I've included below. Let me  
know if there's any more information I can provide.   Thanks as always  
for all the great work you folk do.
  David


g++  -g -O2 -I/sw/lib/wx/include/gtk2-unicode-release-2.8 -I/sw/ 
include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -fno- 
rtti  -I/sw/lib/pango-ft219/include/pango-1.0 -I/sw/lib/fontconfig2/ 
include -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/ 
include -I/sw/include/libpng12 -I/sw/include -I/sw/include/pixman-1 -I/ 
sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/cairo -I/ 
usr/X11R6/include -I/usr/X11/include -I/sw/lib/pango-ft219/include/ 
pango-1.0 -I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/include/ 
freetype2 -I/sw/lib/freetype219/include -I/sw/include/glib-2.0 -I/sw/ 
lib/glib-2.0/include -I/sw/include/libpng12 -I/sw/include -I/sw/ 
include/pixman-1 -I/sw/include/cairo -I/sw/include/gtk-2.0 -I/sw/ 
include/atk-1.0 -I/sw/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/ 
X11/include  -L/sw/lib -L/sw/lib -L/sw/lib -L/sw/lib/freetype219/lib - 
Wl,-framework,CoreServices -Wl,-framework,ApplicationServices -L/sw/ 
lib -L/sw/lib/fontconfig2/lib -L/sw/lib -L/usr/X11R6/lib -L/sw/lib/ 
fontconfig2/lib -L/sw/lib -o gnuplot alloc.o axis.o breaders.o  
bitmap.o color.o command.o contour.o datafile.o dynarray.o eval.o  
fit.o gadgets.o getcolor.o graph3d.o graphics.o help.o hidden3d.o  
history.o internal.o interpol.o matrix.o misc.o mouse.o parse.o plot.o  
plot2d.o plot3d.o pm3d.o readline.o save.o scanner.o set.o show.o  
specfun.o standard.o stdfn.o tables.o term.o time.o unset.o util.o  
util3d.o variable.o version.o  gp_cairo.o wxt_gui.o -lplot -lcurses - 
ledit -lggi  -lz -lgd -lXpm -lX11 -ljpeg -lfontconfig -lfreetype - 
lpng12 -lz /sw/lib/libiconv.dylib -lpdf -L/usr/X11R6/lib -R/usr/X11R6/ 
lib -lXaw -lXmu -lXt -lXext -lX11 -L/sw/lib  -L/sw/lib/gtk-2.0 -L/sw/ 
lib/gstreamer-0.10 -L/sw/lib/freetype219/lib -L/sw/lib/fontconfig2/lib  
-L/sw/lib  -L/usr/X11R6/lib  -L/sw/lib -framework IOKit -framework  
CoreServices -framework System -framework ApplicationServices  - 
lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 - 
lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 - 
lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 - 
lwx_baseu-2.8  -L/sw/lib/pango-ft219/lib -L/sw/lib -lpangocairo-1.0 - 
lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -L/sw/ 
lib/pango-ft219/lib -L/sw/lib/fontconfig2/lib -L/sw/lib/freetype219/ 
lib -L/sw/lib -Wl,-framework,CoreServices -Wl,- 
framework,ApplicationServices -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 - 
lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo - 
lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 - 
lglib-2.0 -lintl -laquaterm  -framework Foundation
Undefined symbols:
   "_write_history_n", referenced from:
   _wrapper_for_write_history in plot.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[3]: *** [gnuplot] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of /var/tmp/tmp.1.mpQylZ failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-gnuplot-4.2.4-3
(Reading database ... 102769 files and directories currently installed.)
Removing fink-buildlock-gnuplot-4.2.4-3 ...
Failed: phase compiling: gnuplot-4.2.4-3 failed






--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] octplot-aqua fails to build

2008-09-10 Thread David Phillips

Thanks to both of you. It works like a charm. I've got the octplot  
demos running now through octplot instead of gnuplot.
 David

On Sep 10, 2008, at 9:32 AM, Alexander Hansen wrote:

> Putting the one-liner in the PatchScript did the trick, and I've  
> committed the update.  Thanks!

----
David Phillips
dfphilcomcastnet




-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] octplot-aqua fails to build

2008-09-09 Thread David Phillips

On Sep 9, 2008, at 2:09 PM, Alexander Hansen wrote:

[several more of these truncated]
> sed: file ./confstatgVt0kD/subs-1.sed line 32: unterminated `s'  
> command
> config.status: creating src/octplot_enable.m
> sed: file ./confstatgVt0kD/subs-1.sed line 32: unterminated `s'  
> command
> config.status: creating config.h
> config.status: executing depfiles commands

  Yup. I'm seeing messages equivalent to those in the output  
immediately before the text I quoted. (Oops, thanks for reading the  
mind of the output...)
I do have fink's SED installed:
i   sed  4.1.5-11 The stream editor, GNU version

Any suggestions? Should I uninstall sed and use apple's default or  
something?

Thanks for your help
  David





-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] octplot-aqua fails to build

2008-09-09 Thread David Phillips


I just tried to build octplot-aqua which failed to build. Here's the  
end of the output:

octplot is configured with:
fltk:version 1.1.9 with OpenGl support
octave:  octave (version 3.0.2)
mkoctfile:   mkoctfile for Octave
femtoTeX:work in progress ...

make
make: *** No targets.  Stop.
### execution of /var/tmp/tmp.2.ERhRh9 failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-octplot-aqua-0.4.0-6
(Reading database ... 71525 files and directories currently installed.)
Removing fink-buildlock-octplot-aqua-0.4.0-6 ...
Failed: phase compiling: octplot-aqua-0.4.0-6 failed



   Something appears to be wrong with generating the make files. I  
went to the build directory, and ran configure with the same  
parameters as the fink build:
sudo ./configure --prefix=/sw --with-ft-prefix=/sw/lib/freetype219 -- 
disable-dependency-tracking
   Configure ran successfully but didn't generate any error messages.  
It terminated with the "first paragraph" above reporting the  
successful configuration up to the femtotex line. Then when I typed  
'make' I got the same error that follows the config info about there  
being no targets.  The root Makefile - and the next level down that I  
looked at too - is empty.

   I'm not all that urgently trying to use octplot. I really just  
wanted to see what it did. Having found the problem, though, I thought  
I would report it.
Thanks,
David




-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] GHC failing to compile

2007-12-31 Thread David Phillips

On Dec 31, 2007, at 11:41 AM, Brendan Cully wrote:

> yep, known error.


   Thanks for the update.
   Happy new year!
david

----
David Phillips
dfphilcomcastnet




-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] GHC failing to compile

2007-12-31 Thread David Phillips


Hi,
   Sorry to be generating error messages over the holidays, but GHC is  
presently failing to compile on a mackbook with OS X 10.5.1 and fink  
version 0.8.1 installed. [I'm re-sending after stupidly sending the  
first time to an incorrect fink-users address.]
  Here’s the last command executed and the error message.
Thanks and happy holidays!
  David

make -C compiler stage=2
../compiler/ghc-inplace -H16m -O -I/sw/include -L/sw/lib  -istage2/ 
utils  -istage2/basicTypes  -istage2/types  -istage2/hsSyn  -istage2/ 
prelude  -istage2/rename  -istage2/typecheck  -istage2/deSugar  - 
istage2/coreSyn  -istage2/specialise  -istage2/simplCore  -istage2/ 
stranal  -istage2/stgSyn  -istage2/simplStg  -istage2/codeGen  - 
istage2/main  -istage2/profiling  -istage2/parser  -istage2/ 
cprAnalysis  -istage2/ndpFlatten  -istage2/iface  -istage2/cmm  - 
istage2/nativeGen  -istage2/ghci -Istage2 -DGHCI -DBREAKPOINT -package  
template-haskell -threaded -package readline -DUSE_READLINE -cpp - 
fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix - 
package Cabal -package regex-compat -ignore-package lang -recomp -Rghc- 
timing  -H16M ’-#include “cutils.h”’ -package-name  ghc-6.6   - 
fgenerics   -H128M -c basicTypes/OccName.lhs-boot -o stage2/basicTypes/ 
OccName.o-boot  -ohi stage2/basicTypes/OccName.hi-boot

basicTypes/OccName.lhs-boot:1:0:
 Failed to load interface for `Prelude’:
   Use -v to see a list of the files searched for.
<>
make[2]: *** [stage2/basicTypes/OccName.o-boot] Error 1
make[1]: *** [stage2] Error 2
make: *** [bootstrap2] Error 2
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-ghc-6.6-2
(Reading database ... 64778 files and directories currently installed.)
Removing fink-buildlock-ghc-6.6-2 ...
Failed: phase compiling: ghc-6.6-2 failed



David Phillips
dfphilcomcastnet




-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] lablgl-x11

2007-11-26 Thread David Phillips

On Nov 26, 2007, at 5:20 PM, LiKai Liu wrote:

> Did you install the X11 SDK? What does the command 'locate Xlib.h'  
> say?

locate Xlib.h:
/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/Tk.framework/ 
Versions/8.4/Headers/X11/Xlib.h /Developer/SDKs/MacOSX10.4u.sdk/usr/ 
X11R6/include/X11/Xlib.h /Developer/SDKs/MacOSX10.5.sdk/System/Library/ 
Frameworks/Tk.framework/Versions/8.4/Headers/X11/Xlib.h /Developer/ 
SDKs/MacOSX10.5.sdk/usr/X11/include/X11/Xlib.h /System/Library/ 
Frameworks/Tk.framework/Versions/8.4/Headers/X11/Xlib.h /usr/X11/ 
include/X11/Xlib.h

> On Mon, 26 Nov 2007, David Phillips wrote:
>
>>  X11 is certainly installed. From an xterm, I can run inkscape  
>> (downloaded
>> directly from the inkscape website as discussed in another thread)  
>> and gimp-2
>> (built from source via fink) and have them rendered in X11 windows  
>> without any
>> troubles. Weird.



David Phillips
[EMAIL PROTECTED]




-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] lablgl-x11

2007-11-26 Thread David Phillips

On Nov 26, 2007, at 3:20 PM, Alexander K. Hansen wrote:

> I'm guessing that labltk (which is part of ocaml) wasn't
> built.
>>
> That probably indicates a build issue with ocaml that didn't stop the
> package from being generated.  Can you do a "fink -l rebuild ocaml"

The full log is at:
  
http://www.cfa.harvard.edu/~dphil/fink-build-log_ocaml_3.10-1000_2007.11.26-16.23.46
The relevant section is:
Configuring LablTk... X11 not found. Configuration failed, LablTk will  
not be built.


X11 is certainly installed. From an xterm, I can run inkscape  
(downloaded directly from the inkscape website as discussed in another  
thread) and gimp-2 (built from source via fink) and have them rendered  
in X11 windows without any troubles. Weird.

   Thanks for any ideas.
 david





-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] lablgl-x11

2007-11-26 Thread David Phillips

On Nov 26, 2007, at 1:00 PM, Alexander K. Hansen wrote:

>> On Nov 26, 2007, at 12:30 PM, LiKai Liu wrote:
>>
>>> I'm guessing that labltk (which is part of ocaml) wasn't built. Can
>>> you
>>> run the command "labltk"? That command gives you a ocaml toplevel
>>> with Tk
>>> bindings. "Widget" is one of the labltk modules.
>>
>> I don't see labltk listed as an available fink package and the  
>> command
>> doesn't appear to be available to me.
>>
> As he said it's part of ocaml, not a separate package.  See what "dpkg
> - -L ocaml | grep labltk" gives you.

Thanks Alexander.

  On my my new machine - the one where lablgl-x11 isn't working -  
"dpkg -L ocaml | grep labltk" returns nothing. ("dpkg -L ocaml" lists  
lots of executables and libraries, but labltk isn't amongst them.) On  
my old machine, which was upgraded from 10.4 to 10.5, labltk is  
present and the dpkg command lists it and its associated libraries.



   David





-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] lablgl-x11

2007-11-26 Thread David Phillips

On Nov 26, 2007, at 12:30 PM, LiKai Liu wrote:

> I'm guessing that labltk (which is part of ocaml) wasn't built. Can  
> you
> run the command "labltk"? That command gives you a ocaml toplevel  
> with Tk
> bindings. "Widget" is one of the labltk modules.

I don't see labltk listed as an available fink package and the command  
doesn't appear to be available to me. I've got lablgtk installed though.

   David




-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] lablgl-x11

2007-11-26 Thread David Phillips
Hi,
I've got a new macbook with 10.5.1 installed into which I'm trying to  
build all the packages I have running relatively smoothly on a desktop  
machine that smoothly upgraded from 10.4 to 10.5.
In attempting to install unison, the process failed on lablgl-x11 with  
the error message below. I've confirmed that lablgl-x11 fails to build  
by itself with the same error message.
I wasn't really savvy enough to guess where the unbound type  
constructor Widget should be found.
(Since I had this problem, I discovered that unison-aqua builds just  
fine so I'm actually happy, but I thought that I'd report this  
problem, anyway.)
 Thanks,
  David

Here's the end of the log file:

ocamlmklib -o togl ml_togl.oTogl/togl.o -lGL -lGLU -L/sw/lib -L/usr/ 
X11R6/lib -lGL -lXmu -L/usr/X11R6/lib -lXext -lXmu -lX11
ocamlc.opt -c -w s -I +labltk -I ../../src togl.mli
File "togl.mli", line 4, characters 14-29:
Unbound type constructor Widget.widget
make[1]: *** [togl.cmi] Error 2
make: *** [togl] Error 2
### execution of /var/tmp/tmp.1.2Gw4TT failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-lablgl-x11-1.02-1001
(Reading database ... 59716 files and directories currently installed.)
Removing fink-buildlock-lablgl-x11-1.02-1001 ...
Failed: phase compiling: lablgl-x11-1.02-1001 failed

David Phillips
[EMAIL PROTECTED]




-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] inkscape fails to build

2007-11-24 Thread David Phillips

Hi I'm having trouble building inkscape on a new intel macbook with  
Leopard 10.5 installed. I'm getting the following error:
ld: duplicate symbol Inkscape::XML::SimpleNode::name() constin  
xml/ 
libspxml.a(simple-node.o) and libinkpre.a(conn-avoid-ref.o)
collect2: ld returned 1 exit status
make[2]: *** [inkscape] Error 1

Below is the last command followed by the full error message. If the  
full output would be useful, I can post it, too. Inkscape hasn't been  
giving me any trouble on my 10.4 system, but it fails to build here.
  Thanks for any help,
David

g++ -Wall -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded- 
virtual -Wswitch -Wno-unused-parameter -g -O2 -o inkscape --export- 
dynamic main.o -Wl,-framework -Wl,CoreServices -Wl,-framework - 
Wl,ApplicationServices -Wl,-framework -Wl,CoreServices -Wl,-framework - 
Wl,ApplicationServices -Wl,-framework -Wl,CoreServices -Wl,-framework - 
Wl,ApplicationServices -Wl,-framework -Wl,CoreServices -Wl,-framework - 
Wl,ApplicationServices -Wl,-bind_at_load  -L/sw/lib libinkpre.a  
application/libinkapp.a ui/dialog/libuidialog.a dialogs/libspdialogs.a  
jabber_whiteboard/libjabber_whiteboard.a trace/libtrace.a svg/ 
libspsvg.a widgets/libspwidgets.a display/libspdisplay.a helper/ 
libspchelp.a libcroco/libcroco.a libnrtype/libnrtype.a libnr/libnr.a  
libavoid/libavoid.a livarot/libvarot.a ui/view/libuiview.a ui/libui.a  
ui/widget/libuiwidget.a graphlayout/libgraphlayout.a removeoverlap/ 
libremoveoverlap.a extension/libextension.a extension/implementation/ 
libimplementation.a extension/internal/libinternal.a extension/script/ 
libscript.a dom/libdom.a xml/libspxml.a util/libinkutil.a io/libio.a  
inkjar/libinkjar.a libinkpost.a debug/libinkdebug.a -L/usr/X11/lib /sw/ 
lib/libgtkmm-2.4.dylib -L/usr/X11R6/lib /sw/lib/libgdkmm-2.4.dylib /sw/ 
lib/libatkmm-1.6.dylib /sw/lib/libpangomm-1.4.dylib /sw/lib/ 
libglibmm-2.4.dylib /sw/lib/libxslt.dylib /sw/lib/libsigc-2.0.dylib / 
sw/lib/libgtkspell.dylib /sw/lib/libaspell.dylib -ldl /sw/lib/libgtk- 
x11-2.0.dylib /sw/lib/libgdk-x11-2.0.dylib /usr/X11/lib/libXrandr. 
2.0.0.dylib /usr/X11/lib/libXinerama.1.0.0.dylib /usr/X11/lib/libXext. 
6.4.0.dylib /usr/X11/lib/libXcursor.1.0.2.dylib /usr/X11/lib/libXfixes. 
3.1.0.dylib /sw/lib/libatk-1.0.dylib /sw/lib/libgdk_pixbuf-2.0.dylib / 
sw/lib/libpangoxft-1.0.dylib /sw/lib/libpangox-1.0.dylib /sw/lib/ 
libpng12.dylib /sw/lib/libpopt.dylib /sw/lib/libgnomevfs-2.dylib -L/sw/ 
lib/system-openssl/lib /sw/lib/libxml2.dylib /sw/lib/libhowl.dylib /sw/ 
lib/libbonobo-2.dylib /sw/lib/libgconf-2.dylib /sw/lib/libbonobo- 
activation.dylib /sw/lib/libORBitCosNaming-2.dylib /sw/lib/ 
libORBit-2.dylib -lresolv /sw/lib/libgthread-2.0.dylib /usr/X11/lib/ 
libXft.2.1.2.dylib /usr/X11/lib/libXrender.1.3.0.dylib /usr/X11/lib/ 
libX11.6.2.0.dylib /usr/X11/lib/libXau.6.0.0.dylib /usr/X11/lib/ 
libXdmcp.6.0.0.dylib /sw/lib/libpangoft2-1.0.dylib /usr/X11/lib/ 
libfontconfig.dylib /usr/lib/libexpat.dylib /sw/lib/ 
libpango-1.0.dylib /sw/lib/libgobject-2.0.dylib /sw/lib/ 
libgmodule-2.0.dylib /sw/lib/libglib-2.0.dylib /sw/lib/libintl.dylib - 
lc /sw/lib/libiconv.dylib /usr/X11/lib/libfreetype.dylib -lz /sw/lib/ 
libgc.dylib -lpthread /sw/lib/liblcms.dylib -lm
ld: duplicate symbol Inkscape::XML::SimpleNode::name() constin xml/ 
libspxml.a(simple-node.o) and libinkpre.a(conn-avoid-ref.o)

collect2: ld returned 1 exit status
make[2]: *** [inkscape] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of /var/tmp/tmp.1.TlxsmS failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-inkscape-0.44.1-1001
(Reading database ... 44859 files and directories currently installed.)
Removing fink-buildlock-inkscape-0.44.1-1001 ...
Failed: phase compiling: inkscape-0.44.1-1001 failed


---
David
dfphilcomcast

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gnuplot is failing to build

2007-04-11 Thread David Phillips

On Apr 11, 2007, at 8:08 AM, Jeff Whitaker wrote:

> David: Thanks!  I've updated it in CVS now ...

Thanks. I successfully updated gnuplot from rsync this morning. It  
builds just fine with system-tetex. Thanks again. (I've cc'ed fink- 
users just in case anyone else is following.)
    David
----
David Phillips
dfphilcomcastnet




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gnuplot is failing to build

2007-04-10 Thread David Phillips


Jeff Whitaker wrote:
> David:  The current gnuplot package apparently is broken if you  
> have system-tetex installed.  I'll have to think about how to fix it.

   Thanks for letting me know. I'm sure it's of no help for me to say  
"It used to work." Good luck.

On Apr 10, 2007, at 1:27 PM, Stan Sanderson wrote:

> Did you try temporarily moving your /usr/local files out of the way?
>
> See http://www.finkproject.org/faq/comp-general.php?phpLang=en
> Q6.9.


Stan,
   How does that work when I have system-tetex installed instead of  
the fink tetex package? If I move /usr/local out of the way, fink  
won't find latex anymore.


  David


David Phillips
dfphilcomcastnet




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] gnuplot is failing to build

2007-04-10 Thread David Phillips

Hi,
   I'm having trouble with an update to gnuplot. I'm building  
unstable packages on a 10.4.9 intel machine and when I ran update-all  
this morning fink attempted to update gnuplot. However, the build  
failed. Below are the error messages from the end of the build.
   I have latex installed from i-Installer and the gwtex package. I  
put some soft links in /usr/local/teTeX to point at the directories  
in /usr/local/gwTeX to get system-tetex to install successfully.  
Gnuplot installed successfully in the past with this configuration.
   I spent a few minutes hunting through makefiles for a clue as to  
what was going on but I couldn't really find where directories were  
being created. In the end the build fails when it can't find /sw/src/ 
fink.build/root-gnuplot-4.2.0-2/sw/share/texmf-local
   If it would be helpful, I could post more of the output of the  
build. If this problem is caused by my contorted kludge for system- 
tetex, I'll try to find some other solution.
Thanks for any help
David


  mkdir -p /sw/src/fink.build/root-gnuplot-4.2.0-2/sw/share/doc/gnuplot
cp -R demo /sw/src/fink.build/root-gnuplot-4.2.0-2/sw/share/doc/gnuplot
cp -R tutorial /sw/src/fink.build/root-gnuplot-4.2.0-2/sw/share/doc/ 
gnuplot
cp docs/gnuplot.pdf /sw/src/fink.build/root-gnuplot-4.2.0-2/sw/share/ 
doc/gnuplot
mkdir /sw/src/fink.build/root-gnuplot-4.2.0-2/sw/share/doc/gnuplot/psdoc
cp docs/psdoc/*ps /sw/src/fink.build/root-gnuplot-4.2.0-2/sw/share/ 
doc/gnuplot/psdoc
rm -f /sw/src/fink.build/root-gnuplot-4.2.0-2/sw/share/emacs/site- 
lisp/*.elc
mkdir -p /sw/src/fink.build/root-gnuplot-4.2.0-2/sw/etc
mv /sw/src/fink.build/root-gnuplot-4.2.0-2/sw/share/texmf-local /sw/ 
src/fink.build/root-gnuplot-4.2.0-2/sw/etc/texmf.local
mv: cannot stat `/sw/src/fink.build/root-gnuplot-4.2.0-2/sw/share/ 
texmf-local': No such file or directory
### execution of /var/tmp/tmp.0.HxoLkX failed, exit code 1



David Phillips
dfphilcomcastnet




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fuse failing to build

2007-01-23 Thread David Phillips

On Jan 23, 2007, at 3:12 PM, Brendan Cully wrote:
> On Tuesday, 23 January 2007 at 15:05, David Phillips wrote:
>> I'm running xcode 2.2.1 on a G4 mac running 10.4.8.  xcodebuild  
>> returns
>> Component versions: DevToolsCore-660.0; DevToolsSupport-651.0
>> I guess I'm running a somewhat out of date version of xcode. Should I
>> just update it and come back later?
> yes, please do (and let us know if it works, too).

Upgrading xcode to 2.4.1 fixed the build problem. Thanks.
David


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fuse failing to build

2007-01-23 Thread David Phillips

On Jan 23, 2007, at 2:40 PM, Alexander Hansen wrote:

> Since we don't have access to your output, and why the missing file
> "hiding in the middle" is missing is important (a missing dependency
> or some such), perhaps you could look in your output for that?

I'm running xcode 2.2.1 on a G4 mac running 10.4.8.  xcodebuild returns
Component versions: DevToolsCore-660.0; DevToolsSupport-651.0
I guess I'm running a somewhat out of date version of xcode. Should I  
just update it and come back later?
   Thanks for the help.
For completeness here's the full output from fink update fuse:

Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-fuse-0.1.7-1 /sw/ 
src/fink.build
dpkg-deb: building package `fink-buildlock-fuse-0.1.7-1' in `/sw/src/ 
fink.build/fink-buildlock-fuse-0.1.7-1_2007.01.23-14.15.27_darwin- 
powerpc.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock- 
fuse-0.1.7-1_2007.01.23-14.15.27_darwin-powerpc.deb
Selecting previously deselected package fink-buildlock-fuse-0.1.7-1.
(Reading database ... 42963 files and directories currently installed.)
Unpacking fink-buildlock-fuse-0.1.7-1 (from .../fink-buildlock- 
fuse-0.1.7-1_2007.01.23-14.15.27_darwin-powerpc.deb) ...
Setting up fink-buildlock-fuse-0.1.7-1 (2007.01.23-14.15.27) ...
gzip -dc /sw/src/macfuse-0.1.7.tar.gz | /sw/bin/tar -xf -  --no-same- 
owner --no-same-permissions
gzip -dc /sw/src/fuse-2.6.1.tar.gz | /sw/bin/tar -xf -  --no-same- 
owner --no-same-permissions
sed -i.bak -e 's,/Library/Extensions/,/sw/lib/fuse/,' fusefs/load/ 
load_fusefs.c
sed -i.bak -e 's,/Library/Extensions/,/sw/lib/fuse/,' -e 's,/System/ 
Library/Filesystems/,/sw/lib/fuse/,' libfuse/fuse-2.6.1-macosx.patch
cd ../fuse-2.6.1 && patch -p1 < ../macfuse-0.1.7/libfuse/fuse-2.6.1- 
macosx.patch
patching file example/fusexmp.c
patching file example/fusexmp_fh.c
patching file include/fuse.h
patching file lib/Makefile.in
patching file lib/fuse.c
patching file lib/fuse_loop_mt.c
patching file lib/mount_bsd.c
patching file lib/ulockmgr.c
sed -i.bak -e 's, -pthread,,' -e'/Cflags:/s,64,64 - 
D__FreeBSD__=10,' ../fuse-2.6.1/fuse.pc.in
sed -i.bak -e 's,-pthread,,' ../fuse-2.6.1/configure
/var/tmp/tmp.0.8blDPG
#!/bin/sh -ev
if test "powerpc" = "powerpc"; then ARCHS=ppc; else ARCHS=i386; fi
cd fusefs
xcodebuild -alltargets SDKROOT= ARCHS=$ARCHS
=== BUILDING NATIVE TARGET fusefs WITH THE DEFAULT CONFIGURATION  
(Release) ===

Checking Dependencies...

Cpp build/Release/fusefs.kext/Contents/Info.plist build/fusefs.build/ 
Release/fusefs.build/Info.plist
 mkdir /sw/src/fink.build/fuse-0.1.7-1/macfuse-0.1.7/fusefs/build/ 
Release/fusefs.kext/Contents
 cd /sw/src/fink.build/fuse-0.1.7-1/macfuse-0.1.7/fusefs
 /usr/bin/gcc -E -P -x c -Wno-trigraphs /sw/src/fink.build/ 
fuse-0.1.7-1/macfuse-0.1.7/fusefs/build/fusefs.build/Release/ 
fusefs.build/Info.plist -o /sw/src/fink.build/fuse-0.1.7-1/ 
macfuse-0.1.7/fusefs/build/Release/fusefs.kext/Contents/Info.plist
/sw/src/fink.build/fuse-0.1.7-1/macfuse-0.1.7/fusefs/build/ 
fusefs.build/Release/fusefs.build/Info.plist:1:33: error: common/ 
fuse_version.h: No such file or directory
** BUILD FAILED **
### execution of /var/tmp/tmp.0.8blDPG failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-fuse-0.1.7-1
(Reading database ... 42964 files and directories currently installed.)
Removing fink-buildlock-fuse-0.1.7-1 ...
Failed: phase compiling: fuse-0.1.7-1 failed




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] fuse failing to build

2007-01-23 Thread David Phillips


I'm getting errors trying to build fuse this afternoon after a  
selfupdate. (The previous version worked fine.)
  Here's the end of the build with the error hiding in the middle  
about a fuse_version.h file.
Thanks for all the hard work. I'm just starting to play with  
sshfs and it looks quite useful.
  David


Cpp build/Release/fusefs.kext/Contents/Info.plist build/fusefs.build/ 
Release/fusefs.build/Info.plist
 mkdir /sw/src/fink.build/fuse-0.1.7-1/macfuse-0.1.7/fusefs/build/ 
Release/fusefs.kext/Contents
 cd /sw/src/fink.build/fuse-0.1.7-1/macfuse-0.1.7/fusefs
 /usr/bin/gcc -E -P -x c -Wno-trigraphs /sw/src/fink.build/ 
fuse-0.1.7-1/macfuse-0.1.7/fusefs/build/fusefs.build/Release/ 
fusefs.build/Info.plist -o /sw/src/fink.build/fuse-0.1.7-1/ 
macfuse-0.1.7/fusefs/build/Release/fusefs.kext/Contents/Info.plist
/sw/src/fink.build/fuse-0.1.7-1/macfuse-0.1.7/fusefs/build/ 
fusefs.build/Release/fusefs.build/Info.plist:1:33: error: common/ 
fuse_version.h: No such file or directory
** BUILD FAILED **
### execution of /var/tmp/tmp.0.8blDPG failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-fuse-0.1.7-1
(Reading database ... 42964 files and directories currently installed.)
Removing fink-buildlock-fuse-0.1.7-1 ...
Failed: phase compiling: fuse-0.1.7-1 failed



David Phillips
http://www.cfa.harvard.edu/~dphil/




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] asymptote

2006-10-21 Thread David Phillips
I saw the recent addition of asymptote and thought it
looked like it would be fun to play with. When I tried
to build it (with fink version 0.25.1 on a G-4 machine
with 10.4.8 installed;latex via i-Installer in
/usr/local with a virtual package in fink.) it
appeared to build properly, but when it attempted to
install, I received the following error

mkdir -p
/sw/src/fink.build/root-asymptote-1.13-2/sw/etc/texmf.local
mv
/sw/src/fink.build/root-asymptote-1.13-2/sw/share/texmf-dist/tex
/sw/src/fink.build/root-asymptote-1.13-2/sw/etc/texmf.local/
mv: cannot stat
`/sw/src/fink.build/root-asymptote-1.13-2/sw/share/texmf-dist/tex':
No such file or directory
### execution of mv failed, exit code 1
Removing runtime build-lock...

If I'm reading the mkdir and the mv commands
correctly, it looks like it might just be a typo. I've
never tried to edit a fink info file before, so I
don't really know how to test that theory.
Any thoughts? 
 thanks,
 david

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.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=lnk&kid=120709&bid=263057&dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] asymptote

2006-10-20 Thread David Phillips

On Oct 20, 2006, at 4:34 PM, Martin Costabel wrote:

> David Phillips wrote:
>> For my i-install'ed tetex:
>> find /sw/src/fink.build/root-asymptote-1.13-2 -name asycolors.sty
>> /sw/src/fink.build/root-asymptote-1.13-2/usr/local/teTeX/share/  
>> texmf.tetex/tex/latex/asymptote/asycolors.sty
>
> Thanks. I have now put asymptote-1.13-3 into CVS which is doing  
> this differently. Could you please try if it works for you?


That fixed it. Now I can try actually playing with asymptote this  
weekend. Cool. Thanks!
   david

-
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=lnk&kid=120709&bid=263057&dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] (no subject)

2006-10-20 Thread David Phillips

Martin Costabel wrote:
 >
 > David Phillips wrote:
 >> I saw the recent addition of asymptote and thought it
 >> looked like it would be fun to play with. When I tried
 >> to build it (latex via i-Installer), I received the following error
 >>
 >> mkdir -p /sw/src/fink.build/root-asymptote-1.13-2/sw/etc/texmf.local
 >> mv
 >> /sw/src/fink.build/root-asymptote-1.13-2/
 >> /sw/src/fink.build/root-asymptote-1.13-2/sw/etc/texmf.local/
 >> mv: cannot stat `/sw/src/fink.build/root-asymptote-1.13-2/sw/ 
share/texmf-dist/tex':
 >> No such file or directory
 >> ### execution of mv failed, exit code 1
 >> Removing runtime build-lock...
 >
 > ...I haven't tested this version of asymptote with an
 > i-installed latex. You could perhaps help me with this:
 > Could you have a look inside your
 > /sw/src/fink.build/root-asymptote-1.13-2 directory and tell me where
 > you see the files asymptote/asymptote.sty and asymptote/ 
asycolors.sty?

For my i-install'ed tetex:
find /sw/src/fink.build/root-asymptote-1.13-2 -name asycolors.sty
/sw/src/fink.build/root-asymptote-1.13-2/usr/local/teTeX/share/ 
texmf.tetex/tex/latex/asymptote/asycolors.sty

and the same for asmptote.sty:
find /sw/src/fink.build/root-asymptote-1.13-2 -name asymptote.sty
/sw/src/fink.build/root-asymptote-1.13-2/usr/local/teTeX/share/ 
texmf.tetex/tex/latex/asymptote/asymptote.sty


   Thanks,
david
(P.S. I've changed email addresses to use the one registered with  
fink users.)

-
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=lnk&kid=120709&bid=263057&dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users