[Bug 1684] New: [IcedTea7] Build fails with empty PAX_COMMAND

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Feb 24 07:55:44 PST 2014


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1684

            Bug ID: 1684
           Summary: [IcedTea7] Build fails with empty PAX_COMMAND
           Product: IcedTea
           Version: 7-hg
          Hardware: all
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: IcedTea
          Assignee: gnu.andrew at redhat.com
          Reporter: gnu.andrew at redhat.com
                CC: unassigned at icedtea.classpath.org

Judging by changeset
<http://icedtea.classpath.org/hg/icedtea7/rev/ffb3f0d91d72>, it seems like it
should work without this PaX stuff, but this is broken:

make[7]: Entering directory
`/home/sr/staging/staging-build7/icedtea7/openjdk/jdk/make/com/sun/jmx'
/bin/mkdir -p
/home/sr/staging/staging-build7/icedtea7/openjdk.build/classes/javax/management/remote/rmi
rm -f
/home/sr/staging/staging-build7/icedtea7/openjdk.build/classes/javax/management/remote/rmi/RMIConnectionImpl_Stub.class
if [ -x  ] ; then \
          if [ -w
/home/sr/staging/staging-build7/icedtea7/openjdk.build/bin/java ] ; then \
             -m /home/sr/staging/staging-build7/icedtea7/openjdk.build/bin/java
; \
          fi ; \
        fi
/bin/sh: line 2: -m: command not found

Apparently, test -x without an argument returns true.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140224/be91f4d4/attachment.html 


More information about the distro-pkg-dev mailing list