On Mon, May 20, 2013 at 10:25 PM, Marek Stepanek <marekstepa...@yahoo.com>wrote:

> On 5/20/13 10:46 PM, Alexander Hansen wrote:
> > On 5/20/13 1:30 PM, Marek Stepanek wrote:
>
> >
> > No clue whether that file is relevant or not, because I still don't know
> > what the error is.
> >
> > The best way to find out what is going on is:
> > 1)  Try another build attempt
> > 2)  Look at the  _end_ of the build log, and, scroll back to the point
> > just _before_ you start seeing error messages.
> > 3)  Post the results of that.
> >
>
> Thank you Alexander!
>
> In my file /sw/src/fink.build/glib2-shlibs-2.22.4-5/glib-2.22.4/config.log
>
> there seems to be an infinite loop, with 211 "errors" and with 11706
> lines. Many of these errors are saying:
>
> conftest.c:125:10: fatal error: 'wspiapi.h' file not found
> #include <wspiapi.h>
>          ^
> 1 error generated.
> configure:34623: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
>
> the first error appears in line 96:
>
> configure:3403: $? = 0
> configure:3410: gcc -V >&5
> clang: error: argument to '-V' is missing (expected 1 value)
> clang: error: no input files
>
> then line 137:
>
> conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found
> #include <ac_nonexistent.h>
>          ^
> 1 error generated.
> configure:4224: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
>
> later I see:
>
> ld: symbol(s) not found for architecture x86_64
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
> configure:8633: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
>
> My clang is /usr/bin/clang
>
> clang -v
> Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
> Target: x86_64-apple-darwin12.3.0
> Thread model: posix
>
> Is this helping more? Perhaps I should send you a zipped file of
> config.log privately?
>
> I didn't mention, that I followed your advice, to set up the path with:
> /sw/bin/pathsetup.sh
>
>
> Greetings to all
>
>
> marek
>
>



Most errors in config.log are completely normal.  That is how the
configuration step works:  some tests result in errors, and so those
options are turned off.  Don't send me a config.log because we haven't been
able to figure out if your problem is even an issue at configure time or if
it occurs during the actual build--your prior posts suggest the latter.

What I told you to do already is to look at the _build_ log, meaning the
output in the window for Fink Commander.  Let's try something simpler:
 from a terminal window use

fink --logfile=$HOME/glib2.log

to capture a log file in your home directory, and you can send me that.
-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to