-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 1/3/11 4:24 PM, Andy Puckett wrote: > Hi All, > > I'm still trying to install GDL (see below). I got the HDF dependency > resolved by turning on the unstable tree (thanks Alexander!). But now > I've got a "phase patching" problem, whatever that is. In response to > "fink install gdl", I eventually get the error message: > >> gdl-0.9/PYTHON.txt >> sed -e "s|lib_LIBRARIES|noinst_LIBRARIES|" -i src/antlr/Makefile.am >> sed: -i may not be used with stdin >> ### execution of sed failed, exit code 1 >> Removing runtime build-lock... >> Removing build-lock package... >> /sw/bin/dpkg-lockwait -r fink-buildlock-gdl-0.9-1 >> (Reading database ... 46841 files and directories currently installed.) >> Removing fink-buildlock-gdl-0.9-1 ... >> Failed: phase patching: gdl-0.9-1 failed > > I tried "fink selfupdate" and "fink update-all" as recommended, with no > improvement. Can anyone help with this? I will include a more complete > error context below. > > Thanks, > Andy > > -------------------------------------------------------------- > Andy Puckett, PhD [email protected] <mailto:[email protected]> > Director - Planetarium & Visualization Theater > Asst Professor of Astronomy907-786-1838 > Univ. of Alaska Anchorage CPSB 202P > -------------------------------------------------------------- > http://www.uaa.alaska.edu/planetarium/shows > https://twitter.com/UAAplanetarium > -------------------------------------------------------------- > <snip>
I believe Apple's sed treats whatever is after "-i" as the extension for a backup file, and requires "-i''" to do an edit without backup. A quick workaround to get gdl installed right now is to install Fink's sed, which is GNU sed and will handle the bare "-i" as was intended. - -- Alexander Hansen, Ph.D. Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0iVvgACgkQB8UpO3rKjQ9cWACgmKntYqi/ulP7eINSl0Cl4n70 g48AnRXr+t6V+PIc9s1u4Z4/exaBTchi =gb6q -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
