On 3/24/14, 3:51 PM, Alessio Sarti wrote:
> I have troubles installing texlive-base in my fink installation on
> mavericks.
>
> When I try to install texlive i get the following:
>
> The following package will be installed or updated:
>   texlive-base
> The following 5 additional packages will be installed:
>   llvm-gcc42 llvm-gcc42-shlibs openmotif4 openmotif4-shlibs xmkmf
>
> The build fails with an error on llvm:
> ranlib
> /sw/src/fink.build/llvm-gcc42-2336.11-7/objroot/obj-llvmCore/obj-llvm/Release+Debug-Asserts/lib/libLLVMCodeGen.a
> make[2]: *** [all] Error 1
> + '[' 2 '!=' 0 ']'
> + echo 'error: LLVM '\''make'\'' failed!'
> error: LLVM 'make' failed!
> + exit 1
> make[1]: *** [llvmCore] Error 1
> make: *** [install] Error 2
> ### execution of /tmp/fink.6t2wy failed, exit code 2
> ### execution of /tmp/fink.pIy47 failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-llvm-gcc42-2336.11-7
> (Reading database ... 153420 files and directories currently installed.)
> Removing fink-buildlock-llvm-gcc42-2336.11-7 ...
> Failed: phase installing: llvm-gcc42-2336.11-7 failed
> Then I tried to build the other packages "alone" as well. And I see
> problems also with openmotif4...
> clang: error: unknown argument: '-fno-tree-ter'
> [-Wunused-command-line-argument-hard-error-in-future]
> clang: note: this will be a hard error (cannot be downgraded to a
> warning) in the future
> make[2]: *** [makestrs.o] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all-recursive] Error 1
> ### execution of make failed, exit code 2
> ### execution of /tmp/fink.8JEmd failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-openmotif4-2.3.4-6
> (Reading database ... 153420 files and directories currently installed.)
> Removing fink-buildlock-openmotif4-2.3.4-6 ...
> Failed: phase compiling: openmotif4-2.3.4-6 failed
>
> Cheers,
> Alessio Sarti
>
>
>

This is courtesy of Xcode 5.1's command line tools having turned 
essentially every warning into a fatal error, as the messages above 
allude to.

I've been suggesting that people try to use the binary distribution to 
work around the problem.  If you want to do that:

1) Edit /sw/etc/apt/sources.list as an administrator and add

deb http://bindist.finkproject.org/10.9 stable main

to it.

2) Run "sudo apt-get update"

3) Use "sudo apt-get install texlive-base"

You may also want to edit your /sw/etc/fink.conf as an administrator and 
change "UseBinaryDist: false" to "UseBinaryDist: true".  If you do that 
then "fink install" will also install prebuilt binaries, provided that 
the binary distribution contains the newest version that fink knows about.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
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

Reply via email to