[Bug 223692] security/acme-client fails to build as a user wen libressl is not the default ssl library in poudriere

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 15 22:24:15 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223692

            Bug ID: 223692
           Summary: security/acme-client fails to build as a user wen
                    libressl is not the default ssl library in poudriere
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: brnrd at freebsd.org
          Reporter: madpilot at FreeBSD.org
             Flags: maintainer-feedback?(brnrd at freebsd.org)
          Assignee: brnrd at freebsd.org

Created attachment 188032
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=188032&action=edit
Quick fix

In the latest poudriere version te default is to build ports as a user.

acme-client fails with the following error, when SSL_DEFAULT != libressl:

===>   Returning to build of acme-client-0.1.16_1
===========================================================================
=======================<phase: lib-depends    >============================
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for acme-client-0.1.16_1
chmod: ./bin/openssl: Operation not permitted
chmod: ./bin/nc: Operation not permitted
chmod: ./bin/ocspcheck: Operation not permitted
*** Error code 1

Stop.
make: stopped in /usr/ports/security/acme-client
=>> Cleaning up wrkdir


Attached patch avoids copying those files, avoiding the error.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list