|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Aquaterm won't install (as part of mediatomb)I am trying to install mediatomb. Any help would be very much appreciated! It first attempts to install aquaterm, and I get this error:
Setting runtime build-lock... dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-aquaterm-1.0.1-3 /sw/src/fink.build dpkg-deb: building package `fink-buildlock-aquaterm-1.0.1-3' in `/sw/src/fink.build/fink-buildlock-aquaterm-1.0.1-3_2008.07.21-22.50.12_darwin-powerpc.deb'. Installing build-lock package... /sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock-aquaterm-1.0.1-3_2008.07.21-22.50.12_darwin-powerpc.deb Selecting previously deselected package fink-buildlock-aquaterm-1.0.1-3. (Reading database ... 4279 files and directories currently installed.) Unpacking fink-buildlock-aquaterm-1.0.1-3 (from .../fink-buildlock-aquaterm-1.0.1-3_2008.07.21-22.50.12_darwin-powerpc.deb) ... Setting up fink-buildlock-aquaterm-1.0.1-3 (2008.07.21-22.50.12) ... gzip -dc /sw/src/aquaterm_src.1.0.1.tar.gz | /sw/bin/tar -xf - --no-same-owner --no-same-permissions 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.0.1-3 /bin/mkdir -p /sw/src/fink.build/root-aquaterm-1.0.1-3/sw /bin/mkdir -p /sw/src/fink.build/root-aquaterm-1.0.1-3/DEBIAN /usr/sbin/chown -R root:admin /sw/src/fink.build/root-aquaterm-1.0.1-3 /var/tmp/tmp.1.D720JC ++ test powerpc = powerpc ++ echo ppc + xcodebuild install -target AquaTerm -configuration Deployment DSTROOT=/sw/src/fink.build/root-aquaterm-1.0.1-3 INSTALL_PATH=/sw/Applications DYLIB_INSTALL_NAME_BASE=/sw/Library/Frameworks GCC_PREPROCESSOR_DEFINITIONS=AQT_APP ARCHS=ppc === BUILDING NATIVE TARGET AQTFwk OF PROJECT AquaTerm WITH CONFIGURATION Deployment === Checking Dependencies... 2008-07-21 22:50:17.432 xcodebuild[564:713] _XCDistributedBuildHostInfoTask encountered an error: Error Domain=NSPOSIXErrorDomain Code=2 UserInfo=0x26ef2a0 "Operation could not be completed. No such file or directory" /var/tmp/tmp.1.D720JC: line 2: 564 Segmentation fault xcodebuild install -target AquaTerm -configuration Deployment DSTROOT=/sw/src/fink.build/root-aquaterm-1.0.1-3 INSTALL_PATH=/sw/Applications DYLIB_INSTALL_NAME_BASE=/sw/Library/Frameworks GCC_PREPROCESSOR_DEFINITIONS="AQT_APP" ARCHS=`if test "powerpc" = "powerpc"; then echo ppc; else echo i386; fi` ### execution of /var/tmp/tmp.1.D720JC failed, exit code 139 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-aquaterm-1.0.1-3 (Reading database ... 4280 files and directories currently installed.) Removing fink-buildlock-aquaterm-1.0.1-3 ... Failed: phase installing: aquaterm-1.0.1-3 failed ------------------------------------------------------------------------- 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@... https://lists.sourceforge.net/lists/listinfo/fink-users |
|
|
Re: Aquaterm won't install (as part of mediatomb)On Jul 21, 2008, at 11:04 PM, Joe Myers wrote: > I am trying to install mediatomb. Any help would be very much > appreciated! It first attempts to install aquaterm, and I get this > error: > > > Setting runtime build-lock... > dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-aquaterm-1.0.1-3 / > sw/src/fink.build > dpkg-deb: building package `fink-buildlock-aquaterm-1.0.1-3' in `/sw/ > src/fink.build/fink-buildlock- > aquaterm-1.0.1-3_2008.07.21-22.50.12_darwin-powerpc.deb'. > Installing build-lock package... > /sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock- > aquaterm-1.0.1-3_2008.07.21-22.50.12_darwin-powerpc.deb > Selecting previously deselected package fink-buildlock- > aquaterm-1.0.1-3. > (Reading database ... 4279 files and directories currently installed.) > Unpacking fink-buildlock-aquaterm-1.0.1-3 (from .../fink-buildlock- > aquaterm-1.0.1-3_2008.07.21-22.50.12_darwin-powerpc.deb) ... > Setting up fink-buildlock-aquaterm-1.0.1-3 (2008.07.21-22.50.12) ... > gzip -dc /sw/src/aquaterm_src.1.0.1.tar.gz | /sw/bin/tar -xf - --no- > same-owner --no-same-permissions > 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.0.1-3 > /bin/mkdir -p /sw/src/fink.build/root-aquaterm-1.0.1-3/sw > /bin/mkdir -p /sw/src/fink.build/root-aquaterm-1.0.1-3/DEBIAN > /usr/sbin/chown -R root:admin /sw/src/fink.build/root-aquaterm-1.0.1-3 > /var/tmp/tmp.1.D720JC > ++ test powerpc = powerpc > ++ echo ppc > + xcodebuild install -target AquaTerm -configuration Deployment > DSTROOT=/sw/src/fink.build/root-aquaterm-1.0.1-3 INSTALL_PATH=/sw/ > Applications DYLIB_INSTALL_NAME_BASE=/sw/Library/Frameworks > GCC_PREPROCESSOR_DEFINITIONS=AQT_APP ARCHS=ppc > === BUILDING NATIVE TARGET AQTFwk OF PROJECT AquaTerm WITH > CONFIGURATION Deployment === > > Checking Dependencies... > 2008-07-21 22:50:17.432 xcodebuild[564:713] > _XCDistributedBuildHostInfoTask encountered an error: Error > Domain=NSPOSIXErrorDomain Code=2 UserInfo=0x26ef2a0 "Operation could > not be completed. No such file or directory" > /var/tmp/tmp.1.D720JC: line 2: 564 Segmentation fault > xcodebuild install -target AquaTerm -configuration Deployment > DSTROOT=/sw/src/fink.build/root-aquaterm-1.0.1-3 INSTALL_PATH=/sw/ > Applications DYLIB_INSTALL_NAME_BASE=/sw/Library/Frameworks > GCC_PREPROCESSOR_DEFINITIONS="AQT_APP" ARCHS=`if test "powerpc" = > "powerpc"; then echo ppc; else echo i386; fi` > ### execution of /var/tmp/tmp.1.D720JC failed, exit code 139 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-aquaterm-1.0.1-3 > (Reading database ... 4280 files and directories currently installed.) > Removing fink-buildlock-aquaterm-1.0.1-3 ... > Failed: phase installing: aquaterm-1.0.1-3 failed > (It's generally a good idea to mention your OS version) it worked for me on both 10.4/powerpc and 10.5/powerpc, as well as 10.5/intel. What do you get from xcodebuild -version ? ------------------------------------------------------------------------- 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@... https://lists.sourceforge.net/lists/listinfo/fink-users |
| Free Forum Powered by Nabble | Forum Help |