On 7/23/13 6:20 AM, Richard Bingham wrote: > Dear users, > > I received the following error message when installing aquaterm (one of the > packages required for gnuplot) > > Thanks for any assistance, > Richard > > > > > Richard-Binghams-MacBook-Pro:~ richardbingham$ fink install aquaterm > Password: > Information about 7670 packages read in 62 seconds. > The following package will be installed or updated: > aquaterm > The following additional package will be installed: > aquaterm-shlibs > Do you want to continue? [Y/n] > Setting runtime build-lock... > dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-aquaterm-1.1.1-1 > /sw/src/fink.build > dpkg-deb: building package `fink-buildlock-aquaterm-1.1.1-1' in > `/sw/src/fink.build/fink-buildlock-aquaterm-1.1.1-1_2013.07.23-13.08.41_darwin-x86_64.deb'. > Installing build-lock package... > /sw/bin/dpkg-lockwait -i > /sw/src/fink.build/fink-buildlock-aquaterm-1.1.1-1_2013.07.23-13.08.41_darwin-x86_64.deb > Selecting previously deselected package fink-buildlock-aquaterm-1.1.1-1. > (Reading database ... 132192 files and directories currently installed.) > Unpacking fink-buildlock-aquaterm-1.1.1-1 (from > .../fink-buildlock-aquaterm-1.1.1-1_2013.07.23-13.08.41_darwin-x86_64.deb) ... > Setting up fink-buildlock-aquaterm-1.1.1-1 (2013.07.23-13.08.41) ... > > sudo -u fink-bld [ENV] sh -c /tmp/fink.fX8Of > env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions -xf > /sw/src/AquaTerm-1.1.1.tar.gz > sudo -u fink-bld [ENV] sh -c /tmp/fink.xO2NT > echo nothing to do here, everything is done in the installscript > nothing to do here, everything is done in the installscript > /bin/rm -rf /sw/src/fink.build/root-aquaterm-1.1.1-1 > /bin/mkdir -p /sw/src/fink.build/root-aquaterm-1.1.1-1/sw > /bin/mkdir -p /sw/src/fink.build/root-aquaterm-1.1.1-1/DEBIAN > /usr/sbin/chown -R fink-bld:fink-bld /sw/src/fink.build/root-aquaterm-1.1.1-1 > sudo -u fink-bld [ENV] sh -c /tmp/fink.eOGyL > /tmp/fink.HYx4T > + test x86_64 = powerpc > + archname=x86_64 > + ARCHS=x86_64 > + cd aquaterm > + xcodebuild install -target AquaTerm > DSTROOT=/sw/src/fink.build/root-aquaterm-1.1.1-1 > INSTALL_PATH=/sw/Applications DYLIB_INSTALL_NAME_BASE=/sw/Library/Frameworks > GCC_PREPROCESSOR_DEFINITIONS=AQT_APP ARCHS=x86_64 > MACOSX_DEPLOYMENT_TARGET=10.7 > > Acceptance of the Xcode license requires a writeable home directory or root > authentication. Please change to a user with a writeable home directory, or > use 'sudo xcodebuild -license' to accept the license at the system level (for > all users). > ### execution of /tmp/fink.HYx4T failed, exit code 69 > ### execution of /tmp/fink.eOGyL failed, exit code 69 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-aquaterm-1.1.1-1 > (Reading database ... 132193 files and directories currently installed.) > Removing fink-buildlock-aquaterm-1.1.1-1 ... > Failed: phase installing: aquaterm-1.1.1-1 failed > > Before reporting any errors, please run "fink selfupdate" and try 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]> > The Fink Beginners List <[email protected]>, > > with a carbon copy to the maintainer: > > Kevin Horton <[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.35.1 > Distribution version: selfupdate-rsync Fri Jul 19 09:08:03 2013, 10.8, x86_64 > Trees: local/main stable/main > Xcode.app: 4.6 > Xcode command-line tools: 4.6.0.0.1.1358221012 > Max. Fink build jobs: 1 > >
The error message above actually tells you what to do: > Acceptance of the Xcode license requires a writeable home directory or root authentication. Please change to a user with a writeable home directory, or use 'sudo xcodebuild -license' to accept the license at the system level (for all users). Run "sudo xcodebuild -license" and it should work. -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ 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
