autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Strange build error on Mac OS X (10.6.3)


From: Eric Blake
Subject: Re: Strange build error on Mac OS X (10.6.3)
Date: Tue, 11 May 2010 16:10:46 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-3.fc13 Lightning/1.0b1 Mnenhy/0.8.2 Thunderbird/3.0.4

On 05/11/2010 03:59 PM, Adam Mercer wrote:
> Hi
> 
> I am the maintainer for the autoconf port in MacPorts and a user has
> reported a strange build error to me which I cannot duplicate:
> 
> Making all in emacs
> WARNING: Warnings can be ignored. :-)
> if test "emacs" != no; then \
>           set x; \
>           list='autoconf-mode.el autotest-mode.el'; for p in $list; do \
>             if test -f "$p"; then d=; else d="./"; fi; \
>             set x "$@" "$d$p"; shift; \
>           done; \
>           shift; \
>           EMACS="emacs" /bin/sh ../../build-aux/elisp-comp "$@" || exit 1; \
>         else : ; fi
> touch: illegal option -- b

Sounds like the configure file might be corrupted?

> 
> Has anyone seen anything like this before? The user is running 64bit
> Mac OS X 10.6.3, and Xcode 3.2.2.

Did they rerun autoconf?  If so, what versions of autoconf and m4?  I
know that m4 1.4.10 (several versions ago) was broken for BSD and Mac
OS, and generated corrupt configure files if they were larger than half
a megabyte, so smaller projects did not suffer, but large projects like
emacs would be susceptible.  But that was quite a while ago.

-- 
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]