Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jan 2015 06:37:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196708] [patch] emulators/pipelight: fix build in poudriere
Message-ID:  <bug-196708-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196708

            Bug ID: 196708
           Summary: [patch] emulators/pipelight: fix build in poudriere
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: beastie@tardisi.com

Created attachment 151603
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151603&action=edit
patch file

I couldn't get this port to build in poudriere, while it would build outside
fine.

On closer inspection, it is using "gpg" and failing in poudriere.  On the
outside, I have both 'security/gnupg1' and 'security/gnupg' installed,
therefore "gpg" is 'security/gnupg1'

But, the port lists only "gpg2" & 'security/gnupg' as its dependency, where
this port installed by itself will create a symlink so it can be called as
"gpg".  But, evidently this isn't compatible enough.

Changing the port to depend on 'security/gnupg1' fixes the build in poudriere. 
Suspect it also would want this on the outside.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196708-13>