On 3/26/14, 3:39 AM, Giacomo Petrini wrote:
> Trying to install dirac package:
>
> [eto:~/Downloads] jack% fink install dirac
> Password:
> Information about 8422 packages read in 1 seconds.
> The following package will be installed or updated:
>   dirac
> The following additional package will be installed:
>   dirac-shlibs
> Do you want to continue? [Y/n]
>
> [CUT]
>
> libtool: compile:  g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
> -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
> -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
> -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" 
> -DSTDC_HEADERS=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I.. -I. -I.. 
> -I/sw/include -O3 -Wuninitialized -fexpensive-optimizations 
> -fomit-frame-pointer -minline-all-stringops -falign-functions=4 -pipe -g 
> -pedantic -Wall -Werror -W -Woverloaded-virtual -Wextra 
> -Wno-error=unused-private-field -mmmx -DHAVE_MMX -c parseparams_byteio.cpp  
> -fno-common -DPIC -o .libs/libdirac_byteio_la-parseparams_byteio.o
> parseparams_byteio.cpp:43:20: error: unused variable 'PP_AU_PICTURE_NUM_SIZE'
>        [-Werror,-Wunused-const-variable]
> const unsigned int PP_AU_PICTURE_NUM_SIZE = 4;
>                     ^
> 1 error generated.
> make[1]: *** [libdirac_byteio_la-parseparams_byteio.lo] Error 1
> make[1]: *** Waiting for unfinished jobs....
> make[1]: Leaving directory 
> `/sw/src/fink.build/dirac-1.0.2-2/dirac-1.0.2/libdirac_byteio'
> make: *** [all-recursive] Error 1
> make: Leaving directory `/sw/src/fink.build/dirac-1.0.2-2/dirac-1.0.2'
> ### execution of /tmp/fink.T1EEG failed, exit code 2
> ### execution of /tmp/fink.MCbKT failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-dirac-1.0.2-2
> (Reading database ... 8149 files and directories currently installed.)
> Removing fink-buildlock-dirac-1.0.2-2 ...
> Failed: phase compiling: dirac-1.0.2-2 failed
>
> System info:
> Package manager version: 0.36.3.1
> Distribution version: selfupdate-rsync Wed Mar 26 10:45:34 2014, 10.9, x86_64
> Trees: local/main stable/main unstable/main unstable/crypto
> Xcode.app: 5.1
> Xcode command-line tools: 5.1.0.0.1.1393561416
> Max. Fink build jobs:  2
>
> Some ideas how to solve this?
>
> Thanks Best Regards
> Giacomo
>

You might want to try the binary distribution.

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 dirac"

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