[Bug 3127] New: --without-pax configure option no longer effective

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Aug 3 22:37:22 UTC 2016


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

            Bug ID: 3127
           Summary: --without-pax configure option no longer effective
           Product: IcedTea
           Version: 3.1.0
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: IcedTea
          Assignee: gnu.andrew at redhat.com
          Reporter: chewi at gentoo.org
                CC: unassigned at icedtea.classpath.org

In v2, specifying --without-pax prevented configure from trying to detect a
tool like paxctl and no marking would be attempted. In v3, the logic got messed
up and it is no longer possible to disable marking if you have one of the PaX
tools installed. I have looked at acinclude.m4 to confirm this.

This is ultimately the cause of https://bugs.gentoo.org/590348. paxctl seems to
have some trouble with ld.gold but it should never try to use paxctl when
building the Gentoo package.

One easy way to work around it is to give --with-pax=/bin/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/20160803/0795ab87/attachment-0001.html>


More information about the distro-pkg-dev mailing list