On 9/10/12 12:53 AM, Mario Zaunschirm wrote:
> Hello,
> i want to install aeolus, but it dont works.

No, jack is what isn't working.  You aren't even building aeolus.

> i cant install yack. can you helb me?
> mario
> 
> 
> The following package will be installed or updated:
>  aeolus
> The following 3 additional packages will be installed:
>  aeolus-shlibs jack-dev jack-shlibs
> Do you want to continue? [Y/n] 
> Setting runtime build-lock...
> dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-jack-0.118.0-2
> /sw/src/fink.build
> dpkg-deb: building package `fink-buildlock-jack-0.118.0-2' in
> `/sw/src/fink.build/fink-buildlock-jack-0.118.0-2_2012.09.10-09.51.19_darwin-i386.deb'.
> Installing build-lock package...
> /sw/bin/dpkg-lockwait -i
> /sw/src/fink.build/fink-buildlock-jack-0.118.0-2_2012.09.10-09.51.19_darwin-i386.deb
> Selecting previously deselected package fink-buildlock-jack-0.118.0-2.
> (Reading database ... 8978 files and directories currently installed.)
> Unpacking fink-buildlock-jack-0.118.0-2 (from
> .../fink-buildlock-jack-0.118.0-2_2012.09.10-09.51.19_darwin-i386.deb) ...
> Setting up fink-buildlock-jack-0.118.0-2 (2012.09.10-09.51.19) ...
> 
> sudo -u fink-bld [ENV] sh -c /tmp/fink.g2HN9
> /sw/bin/tar  --no-same-owner --no-same-permissions -xf
> /sw/src/jack-audio-connection-kit-0.118.0.tar.gz
> sudo -u fink-bld [ENV] sh -c /tmp/fink.auOzU
> [ -r /sw/fink/dists/stable/main/finkinfo/sound/jack.patch ]
> sudo -u fink-bld [ENV] sh -c /tmp/fink.G5StM
> patch -p1 < /sw/fink/dists/stable/main/finkinfo/sound/jack.patch
> patching file configure
> Hunk #1 succeeded at 20828 with fuzz 2 (offset 1008 lines).
> sudo -u fink-bld [ENV] sh -c /tmp/fink.JZK0m
> ./configure --prefix=/sw
> --with-html-dir=/sw/src/fink.build/root-jack-0.118.0-2/sw/share/doc/jack
> --mandir=/sw/src/fink.build/root-jack-0.118.0-2/sw/share/man
> --disable-oss --with-default-tmpdir=/tmp
> checking existing, conflicting JACK installs... 
> 
> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> You appear to have at least one existing installation of JACK.
> 
> Complete or partial JACK installs exist in: /usr/local/lib
> 
> Installing this version will leave at least one of these
> existing installations installed and this will probably break
> JACK on your machine. 
> 
> Before building, you should first remove the existing JACK
> installation(s). 
> 
> Alternatively use ./configure --prefix=... to force overwriting
> the existing install.
> 
> WARNING: ON ANY DEBIAN-DERIVED DISTRIBUTION (Debian, Ubuntu etc)
> CHANGING THE INSTALLATION PREFIX WILL NOT PRODUCE A WORKING JACK
> INSTALL. Please contact the distribution packager for JACK and
> ask them to fix their packaging.
> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> ### execution of ./configure failed, exit code 1
> ### execution of /tmp/fink.JZK0m failed, exit code 1
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-jack-0.118.0-2
> (Reading database ... 8979 files and directories currently installed.)
> Removing fink-buildlock-jack-0.118.0-2 ...
> Failed: phase compiling: jack-0.118.0-2 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 <[email protected]
> <mailto:[email protected]>>
> The Fink Beginners List <[email protected]
> <mailto:[email protected]>>,
> 
> with a carbon copy to the maintainer:
> 
> Adrian Prantl <[email protected] <mailto:[email protected]>>
> 
> Note that this is preferable to emailing just the maintainer directly,
> since most fink package maintainers do not have access to all possible
> hardware and software configurations.
> 
> 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.34.3
> Distribution version: selfupdate-cvs Mon Sep 10 08:07:01 2012, 10.5, i386
> Trees: local/main stable/main stable/crypto unstable/main unstable/crypto
> Xcode.app: 3.1.2
> Xcode command-line tools: 3.1.2
> Max. Fink build jobs:  2
> 
> 


The warning is telling you that you have libraries in /usr/local/lib
that can interfere with your build.  This can be a problem for pretty
much anything you build from source.  We recommend renaming /usr/local
temporarily while you build:

sudo mv /usr/local /usr/local.moved

and then once you're done you can move it back:

sudo mv/usr/local.moved /usr/local

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

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-users mailing list
[email protected]
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