On Apr 21, 2005, at 10:38 AM, Dave Price wrote:
Is there a good way to invoke fink update-all to capture my log in a file?
aloha, dave
If I'm using the OS X Terminal application, I typically just set the Preferences for infinite scrollback and then save the output as a quick and dirty way.
Otherwise, you could do
fink update-all | tee > updateall.log 2>&1
"tee" lets you see the output as well as writing the log file.
On 4/21/05, David R. Morrison <[EMAIL PROTECTED]> wrote:
That really can't be it, since putting in that dependency would force libgda into the crypto tree.
I think we need to see more lines from your log, to find out the source
of this.
-- Dave
On Apr 21, 2005, at 9:44 AM, Alexander K. Hansen wrote:
On Apr 21, 2005, at 12:44 AM, Dave Price wrote:
I am trying to update my fink and fail here:
grep: /sw/lib/libsasl2.la: No such file or directory sed: /sw/lib/libsasl2.la: No such file or directory libtool: link: `/sw/lib/libsasl2.la' is not a valid libtool archive make[2]: *** [libgda-ldap.la] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 ### execution of make failed, exit code 2 Failed: compiling libgda-1.0.4-3 failed
Any clues to a fix or workaround?
aloha, dave
Yup-- looks to me like a missing build-dependency on cyrus-sasl2- dev
(maintainer cc'ed)
-- Alexander K. Hansen Associate Research Scientist, Columbia University visiting MIT Plasma Science and Fusion Center Levitated Dipole Experiment 175 Albany Street, NW17-219 Cambridge, MA 02139-4213
-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/ devxi/728
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users
------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
