rooneypark / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

nacl glib-2.28.8 compilation error in OSX #78

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. compilation: ># NACL_GLIBC=1 NACL_ARCH=x86_64 make
2. Error in glib-2.28.8 compilation

What is the expected output? What do you see instead?

Expected:
?

Failing:
checking for EILSEQ... yes
checking for glib-genmarshal... /sw/bin/glib-genmarshal
checking for glib-compile-schemas... no
configure: error: Could not find a glib-compile-schemas in your PATH
make: *** [out/sentinels/x86_64_glibc/libraries/glib] Error 1

What version of the product are you using? On what operating system?
pepper_28 in OsX10.8.3 x86_64

Please provide any additional information below.
If override config check it can pass:

27452     as_fn_error $? "Could not find a glib-compile-schemas in your PATH" 
"$LINENO" 5

But then got an error at libtool eval step due to a double pipe (i.e. an empty 
space between two pipes that are passed to a sys call at compilation). I don't 
know whether this two errors are related or not.

../libtool: eval: line 1104: `nm  .libs/garray.o .libs/gasyncqueue.o 
.libs/gatomic-gcc.o .libs/gbacktrace.o .libs/gbase64.o .libs/gbitlock.o 
.libs/gbookmarkfile.o .libs/gbuffer.o .libs/gcache.o .libs/gchecksum.o 
.libs/gcompletion.o .libs/gconvert.o .libs/gdataset.o .libs/gdate.o 
.libs/gdatetime.o .libs/gdir.o .libs/gerror.o .libs/gfileutils.o .libs/ghash.o 
.libs/ghook.o .libs/ghostutils.o .libs/giochannel.o .libs/gkeyfile.o 
.libs/glist.o .libs/gmain.o .libs/gmappedfile.o .libs/gmarkup.o .libs/gmem.o 
.libs/gmessages.o .libs/gnode.o .libs/goption.o .libs/gpattern.o .libs/gpoll.o 
.libs/gprimes.o .libs/gqsort.o .libs/gqueue.o .libs/grel.o .libs/grand.o 
.libs/gregex.o .libs/gscanner.o .libs/gsequence.o .libs/gshell.o .libs/gslice.o 
.libs/gslist.o .libs/gstdio.o .libs/gstrfuncs.o .libs/gstring.o 
.libs/gtestutils.o .libs/gthread.o .libs/gthreadpool.o .libs/gtimer.o 
.libs/gtimezone.o .libs/gtree.o .libs/guniprop.o .libs/gutf8.o 
.libs/gunibreak.o .libs/gunicollate.o .libs/gunidecomp.o .libs/gurifuncs.o 
.libs/gutils.o .libs/gvariant.o .libs/gvariant-core.o .libs/gvariant-parser.o 
.libs/gvariant-serialiser.o .libs/gvarianttypeinfo.o .libs/gvarianttype.o 
.libs/gprintf.o .libs/giounix.o .libs/gspawn.o   libcharset/.libs/libcharset.a 
gnulib/.libs/libgnulib.a pcre/.libs/libpcre.a |  | /usr/bin/sed 's/.* //' | 
sort | uniq > .libs/libglib-2.0.exp'

Original issue reported on code.google.com by dadri...@gmail.com on 15 Aug 2013 at 12:57