On Jun 18, 2014, at 7:44 PM, Charles Lepple <clep...@gmail.com> wrote:

> On Jun 18, 2014, at 3:56 PM, David Fang <f...@csl.cornell.edu> wrote:
> 
>>      Do you happen to have logs of the ppl9 builds that passed and failed?
> 
> No, sorry, just the fragments that I posted. I was not expecting it to pass 
> without help.
> 
> I'll try rebuilding it now to get the passing logs.
> 
> Maybe later on I can repeat the experiment in an empty /sw directory - that's 
> how I got here in the first place (dumped the package lists from 10.7, and 
> tried installing them all in 10.9).

Plot twist! I tried "fink -y -l rebuild ppl9" and it failed:

Setting runtime build-lock...
dpkg-deb -b /sw.mav/src/fink.build/root-fink-buildlock-ppl9-0.11.2-4 
/sw.mav/src/fink.build
dpkg-deb: building package `fink-buildlock-ppl9-0.11.2-4' in 
`/sw.mav/src/fink.build/fink-buildlock-ppl9-0.11.2-4_2014.06.18-19.44.43_darwin-x86_64.deb'.
Installing build-lock package...
/sw.mav/bin/dpkg-lockwait -i 
/sw.mav/src/fink.build/fink-buildlock-ppl9-0.11.2-4_2014.06.18-19.44.43_darwin-x86_64.deb
Selecting previously deselected package fink-buildlock-ppl9-0.11.2-4.
(Reading database ... 171561 files and directories currently installed.)
Unpacking fink-buildlock-ppl9-0.11.2-4 (from 
.../fink-buildlock-ppl9-0.11.2-4_2014.06.18-19.44.43_darwin-x86_64.deb) ...
Setting up fink-buildlock-ppl9-0.11.2-4 (2014.06.18-19.44.43) ...

sudo -u fink-bld [ENV] sh -c /tmp/fink.rA7H_
env LANG=C LC_ALL=C /sw.mav/bin/tar  --no-same-owner --no-same-permissions -xf 
/sw.mav/src/ppl-0.11.2.tar.bz2
sudo -u fink-bld [ENV] sh -c /tmp/fink.2YbP6
[ -r /sw.mav/fink/dists/stable/main/finkinfo/devel/ppl9.patch ]
sudo -u fink-bld [ENV] sh -c /tmp/fink.nTKCD
/tmp/fink.6r08H
#!/bin/sh -ev
        # patch: conditionally provide std::numeric_limits for gmpxx classes,
        # newly added in gmp-5.1.0
        patch -p1 < /sw.mav/fink/dists/stable/main/finkinfo/devel/ppl9.patch
patching file src/mp_std_bits.defs.hh
Hunk #1 succeeded at 44 (offset -3639 lines).
Hunk #2 succeeded at 164 (offset -3639 lines).
patching file src/ppl.hh.dist
patching file src/mp_std_bits.cc
        # g++-4.0.1 rejects template instantiating w/ anonymous enums -- fangism
        # this was fixed in ppl-0.11; the following patch doesn't do anything
        # file=src/meta_programming.hh
        # sed -i.orig -e '/struct Bool/,/^};/s|enum {|enum value_type {|' $file
        # symbols in anonymous namespace given extern linkage
        file=src/initializer.hh
        sed -i.orig -e '/::Init.*initializer/s|^|static |' $file
        # To take advantage of precompiled headers, defined macros must match.
        # patch could apply to src/Makefile.am too
        file=src/Makefile.in
        sed -i.orig -e '/CXXCOMPILE.*-xc++-header/s|-o|-DPIC &|' $file
        # files compiled here are VERY taxing on memory, so we serialize
        file=tests/MIP_Problem/Makefile.in
        echo ".NOTPARALLEL: check-am" >> $file
        # move pkglibdir to a versioned dir to avoid shlib conflict
        file=interfaces/Java/jni/Makefile.in
        sed -i.orig -e '/^pkglibdir =/s|$|-0.11|' $file
        file=interfaces/Java/Makefile.in
        sed -i.orig -e '/^pkglibdir =/s|$|-0.11|' $file
        # use consistent architecture for testing, override default as needed
        file=interfaces/Java/tests/Makefile.in
        case "x86_64" in
        powerpc ) ;;
        i386 ) sed -i.orig '/\$(JAVA)/s|-classpath|-d32 &|' $file ;;
        x64_64 ) ;;
        esac
sudo -u fink-bld [ENV] sh -c /tmp/fink.Brr0U
/tmp/fink.LWkr9
#!/bin/sh -ev
        mkdir build
        cd build
        if test -x /usr/libexec/java_home
        then JAVA_HOME=`/usr/libexec/java_home`
        else JAVA_FW=/System/Library/Frameworks/JavaVM.framework
                JAVA_HOME=$JAVA_FW/Home
        fi
/usr/libexec/java_home
        test -d $JAVA_HOME && test -x $JAVA_HOME || \
          { echo "$JAVA_HOME not found." ; exit 1 ;}
        JAVA_INCLUDE=$JAVA_HOME/include
        test -r $JAVA_INCLUDE/jni.h || JAVA_INCLUDE=$JAVA_FW/Headers
        test -r $JAVA_INCLUDE/jni.h || \
          { echo "Missing Java development package containing jni.h." ; \
          echo "Please download/install from connect.apple.com and try again." 
; \
          echo "Thank you and have a nice day." ; exit 1 ;}
Missing Java development package containing jni.h.
Please download/install from connect.apple.com and try again.
Thank you and have a nice day.
### execution of /tmp/fink.LWkr9 failed, exit code 1
### execution of /tmp/fink.Brr0U failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw.mav/bin/dpkg-lockwait -r fink-buildlock-ppl9-0.11.2-4
(Reading database ... 171562 files and directories currently installed.)
Removing fink-buildlock-ppl9-0.11.2-4 ...
Failed: phase compiling: ppl9-0.11.2-4 failed

Before reporting any errors, please run "fink selfupdate" and try again.
Also try using "fink configure" to set your maximum build jobs to 1 and
attempt to build the package again.
If you continue to have issues, please check to see if the FAQ on Fink's 
website solves the problem.  If not, ask on one (not both, please) of
these mailing lists:

        The Fink Users List <fink-users@lists.sourceforge.net>
        The Fink Beginners List <fink-beginn...@lists.sourceforge.net>,

with a carbon copy to the maintainer:

        David Fang <fang...@users.sourceforge.net>

Note that this is preferable to emailing just the maintainer directly,
since most fink package maintainers do not have access to all possible
hardware and software configurations.

Please try to include the complete error message in your report.  This
generally consists of a compiler line starting with e.g. "gcc" or "g++"
followed by the actual error output from the compiler.

Also include the following system information:
Package manager version: 0.37.0
Distribution version: selfupdate-cvs Tue Jun 17 20:59:37 2014, 10.9, x86_64
Trees: local/main stable/main
Xcode.app: 5.1.1
Xcode command-line tools: 5.1.0.0.1.1396320587
Max. Fink build jobs:  7

-*-*-*-

Instrumented CompileScript:

#!/bin/sh -evx
        mkdir build
+ mkdir build
        cd build
+ cd build
        if test -x /usr/libexec/java_home
        then JAVA_HOME=`/usr/libexec/java_home`
        else JAVA_FW=/System/Library/Frameworks/JavaVM.framework
                JAVA_HOME=$JAVA_FW/Home
        fi
+ test -x /usr/libexec/java_home
/usr/libexec/java_home
++ /usr/libexec/java_home
+ JAVA_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
        test -d $JAVA_HOME && test -x $JAVA_HOME || \
          { echo "$JAVA_HOME not found." ; exit 1 ;}
+ test -d /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
+ test -x /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
        JAVA_INCLUDE=$JAVA_HOME/include
+ 
JAVA_INCLUDE=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/include
        test -r $JAVA_INCLUDE/jni.h || JAVA_INCLUDE=$JAVA_FW/Headers
+ test -r 
/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/include/jni.h
+ JAVA_INCLUDE=/Headers
        test -r $JAVA_INCLUDE/jni.h || \
          { echo "Missing Java development package containing jni.h." ; \
          echo "Please download/install from connect.apple.com and try again." 
; \
          echo "Thank you and have a nice day." ; exit 1 ;}
+ test -r /Headers/jni.h
+ echo 'Missing Java development package containing jni.h.'
Missing Java development package containing jni.h.
+ echo 'Please download/install from connect.apple.com and try again.'
Please download/install from connect.apple.com and try again.
+ echo 'Thank you and have a nice day.'
Thank you and have a nice day.
+ exit 1


------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to