bug#17953: Cannot build Guile 2.0.11 on Mavericks

2016-06-21 Thread Andy Wingo
This is very strange.  The build actually managed to run Guile and
compile some stuff then errored.  Did you run into this since then?
Were you building with -O0 perhaps?

I see though that there is a macports build of 2.0.11 here:

  https://trac.macports.org/browser/trunk/dports/lang/guile/Portfile

Does this work for you?

Andy

On Sun 06 Jul 2014 04:28, Loren Spice  writes:

> Hi --I am trying to build Guile 2.0.11 on Mavericks, using the
> versions of the required GNU libraries provided by MacPorts. The build
> consistently aborts with an error message that I do not understand, so
> I simply attach the log. If more information is required or would be
> helpful, please let me know.
>
> Thanks!
>
>
> /Applications/Xcode.app/Contents/Developer/usr/bin/make -C libguile 
> scmconfig.h
>   GEN  gen-scmconfig.o
>   GEN  gen-scmconfig
>   GEN  scmconfig.h
> /Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
> Making all in lib
>   GEN  alloca.h
>   GEN  c++defs.h
>   GEN  warn-on-use.h
>   GEN  arg-nonnull.h
>   GEN  arpa/inet.h
>   GEN  byteswap.h
>   GEN  configmake.h
>   GEN  dirent.h
>   GEN  fcntl.h
>   GEN  iconv.h
>   GEN  langinfo.h
>   GEN  locale.h
>   GEN  math.h
>   GEN  netdb.h
>   GEN  poll.h
>   GEN  signal.h
>   GEN  unused-parameter.h
>   GEN  stdint.h
>   GEN  stdio.h
>   GEN  stdlib.h
>   GEN  string.h
>   GEN  sys/file.h
>   GEN  sys/select.h
>   GEN  sys/socket.h
>   GEN  sys/stat.h
>   GEN  sys/time.h
>   GEN  sys/times.h
>   GEN  sys/types.h
>   GEN  sys/uio.h
>   GEN  time.h
>   GEN  unistd.h
>   GEN  wchar.h
>   GEN  wctype.h
> /Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
>   CC   binary-io.lo
>   CC   c-ctype.lo
>   CC   c-strcasecmp.lo
>   CC   c-strncasecmp.lo
>   CC   dirname-lgpl.lo
>   CC   basename-lgpl.lo
>   CC   stripslash.lo
>   CC   fd-hook.lo
>   CC   full-read.lo
>   CC   full-write.lo
>   CC   localcharset.lo
>   CC   malloca.lo
>   CC   math.lo
>   CC   nproc.lo
>   CC   pipe2.lo
>   CC   safe-read.lo
>   CC   safe-write.lo
>   CC   sockets.lo
>   CC   stat-time.lo
>   CC   strftime.lo
>   CC   striconveh.lo
>   CC   sys_socket.lo
>   CC   tempname.lo
>   CC   unistd.lo
>   CC   unistr/u8-mbtouc.lo
>   CC   unistr/u8-mbtouc-aux.lo
>   CC   unistr/u8-mbtouc-unsafe.lo
>   CC   unistr/u8-mbtouc-unsafe-aux.lo
>   CC   wctype-h.lo
>   CC   xsize.lo
>   CC   asnprintf.lo
>   CC   canonicalize-lgpl.lo
>   CC   isfinite.lo
>   CC   isnand.lo
>   CC   isnanf.lo
>   CC   isnanl.lo
>   CC   link.lo
>   CC   lstat.lo
>   CC   open.lo
>   CC   poll.lo
> poll.c:337:11: warning: comparison of unsigned expression < 0 is always false
>   [-Wtautological-compare]
>   if (nfd < 0
>   ~~~ ^ ~
> 1 warning generated.
>   CC   printf-args.lo
>   CC   printf-parse.lo
>   CC   putenv.lo
>   CC   readlink.lo
>   CC   regex.lo
> In file included from regex.c:70:
> ./regex_internal.c:1397:11: warning: comparison of unsigned expression < 0 is
>   always false [-Wtautological-compare]
>   if (idx < 0 || idx >= set->nelem)
>   ~~~ ^ ~
> 1 warning generated.
>   CC   rename.lo
>   CC   secure_getenv.lo
>   CC   setenv.lo
>   CC   stat.lo
>   CC   vasnprintf.lo
>   CCLD libgnu.la
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
>  file: .libs/libgnu.a(binary-io.o) has no symbols
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
>  file: .libs/libgnu.a(fd-hook.o) has no symbols
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
>  file: .libs/libgnu.a(math.o) has no symbols
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
>  file: .libs/libgnu.a(stat-time.o) has no symbols
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
>  file: .libs/libgnu.a(sys_socket.o) has no symbols
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
>  file: .libs/libgnu.a(unistd.o) has no symbols
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
>  file: .libs/libgnu.a(u8-mbtouc.o) has no symbols
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
>  file: .libs/libgnu.a(u8-mbtouc-unsafe.o) has no symbols
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
>  file: .libs/libgnu.a(wctype-h.o) has no symbols
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
>  file: .li

bug#17953: Cannot build Guile 2.0.11 on Mavericks

2014-07-06 Thread Loren Spice
Hi --I am trying to build Guile 2.0.11 on Mavericks, using the versions of the 
required GNU libraries provided by MacPorts.  The build consistently aborts 
with an error message that I do not understand, so I simply attach the log.  If 
more information is required or would be helpful, please let me know.

Thanks!


guile-make
Description: Binary data