libtool
[Top][All Lists]
Advanced

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

Re: 2.4 Release in 24hrs


From: Peter Rosin
Subject: Re: 2.4 Release in 24hrs
Date: Thu, 23 Sep 2010 08:54:43 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2

Hi Ralf,

Den 2010-09-20 19:41 skrev Ralf Wildenhues:
> I'd really appreciate if you guys could send build logs to the autobuild
> server as I've been doing lately, much more than just posting
> non-verbose results on the list here.
> 
> You don't need to have autobuild installed.  When Eric installs
> autobuild.m4 you don't need to do anything else.
> 
> Here's what I use, more or less, to create the logs:
> 
>   ( ../libtool/configure [OPTIONS] \
>     && make \
>     && make -k check
>     cat test-suite.log tests/testsuite.log
>     if tail tests/testsuite.log | grep '^| ' >/dev/null; then :; else
>       sed 's/^/| /' config.log
>     fi
>   ) > logfile
> 
>   $sanitize logfile
>   mail libtool_autobuild.josefsson.org < logfile
> 
> with the underscore replaced by @.  For now, OPTIONS includes
> autobuild_mode=bla if there is anything special about the build.

If I do post there, will a human (you?) or a robot process the mail?
Is the Subject: important?

I have plans to soon mail output from the v2.4 tag with OPTIONS as
below on MSYS:
    autobuild_mode=msvc \
    CC="/c/cygwin/home/peda/automake/lib/compile cl" \
    CFLAGS="-MD -Zi -EHsc" \
    CXX="/c/cygwin/home/peda/automake/lib/compile cl" \
    CXXFLAGS="-MD -Zi -EHsc" \
    LD=link \
    NM="dumpbin -symbols" \
    STRIP=: \
    AR="/c/cygwin/home/peda/automake/lib/ar-lib lib" \
    RANLIB=: \
    F77=no \
    FC=no \
    GCJ=no \
    --enable-dependency-tracking

and as below on Cygwin:
    autobuild_mode=msvc \
    CC="/home/peda/automake/lib/compile cl" \
    CFLAGS="-MD -Zi -EHsc" \
    CXX="/home/peda/automake/lib/compile cl" \
    CXXFLAGS="-MD -Zi -EHsc" \
    LD=link \
    NM="dumpbin -symbols" \
    STRIP=: \
    AR="/home/peda/automake/lib/ar-lib lib" \
    RANLIB=: \
    F77=no \
    FC=no \
    GCJ=no \
    --enable-dependency-tracking \
    lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 \
    lt_cv_to_tool_file_cmd=func_convert_file_cygwin_to_w32 \

Should I have set autobuild_mode to something else? I'll fiddle the
already generated output if so...

Cheers,
Peter



reply via email to

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