From owner-freebsd-ports-bugs@freebsd.org Wed Aug 10 12:19:02 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46AD4BB5D46 for ; Wed, 10 Aug 2016 12:19:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3590F1315 for ; Wed, 10 Aug 2016 12:19:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u7ACJ1S1089406 for ; Wed, 10 Aug 2016 12:19:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211723] mail/opendkim When enabling OPENDBX, port installation fails because of missing files Date: Wed, 10 Aug 2016 12:19:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: stefan.balu@ulab.ro X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Aug 2016 12:19:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211723 Bug ID: 211723 Summary: mail/opendkim When enabling OPENDBX, port installation fails because of missing files Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: stefan.balu@ulab.ro CC: freebsd-ports@dan.me.uk CC: freebsd-ports@dan.me.uk Flags: maintainer-feedback?(freebsd-ports@dan.me.uk) When installing mail/opendkim, if one selects the OPENDBX port option (in o= rder to be able to use MySQL, PgSql or SQLite3 databases), the opendkim port ref= uses to install because of some missing files (that are created because OPENDBX = is enabled). Below is an excerpt of the build process: # make all install =3D=3D=3D> Installing for opendkim-2.10.3_5 =3D=3D=3D> opendkim-2.10.3_5 depends on package: perl5>=3D5.20<5.21 -= found =3D=3D=3D> opendkim-2.10.3_5 depends on shared library: libcurl.so - = found (/usr/local/lib/libcurl.so) =3D=3D=3D> opendkim-2.10.3_5 depends on shared library: libjansson.so= - found (/usr/local/lib/libjansson.so) =3D=3D=3D> opendkim-2.10.3_5 depends on shared library: libldns.so - = found (/usr/local/lib/libldns.so) =3D=3D=3D> opendkim-2.10.3_5 depends on shared library: libopendbx.so= - found (/usr/local/lib/libopendbx.so) =3D=3D=3D> opendkim-2.10.3_5 depends on shared library: liblua-5.2.so= - found (/usr/local/lib/liblua-5.2.so) =3D=3D=3D> opendkim-2.10.3_5 depends on shared library: libdb-5.3.so = - found (/usr/local/lib/libdb-5.3.so) =3D=3D=3D> Checking if opendkim already installed =3D=3D=3D> Registering installation for opendkim-2.10.3_5 pkg-static: Unable to access file /usr/ports/mail/opendkim/work/stage/usr/local/bin/opendkim-spam: No such fi= le or directory pkg-static: Unable to access file /usr/ports/mail/opendkim/work/stage/usr/local/sbin/opendkim-importstats: No such file or directory pkg-static: Unable to access file /usr/ports/mail/opendkim/work/stage/usr/local/man/man1/opendkim-spam.1.gz: = No such file or directory pkg-static: Unable to access file /usr/ports/mail/opendkim/work/stage/usr/local/man/man8/opendkim-importstats= .8.gz: No such file or directory *** Error code 74 Stop. make[1]: stopped in /usr/ports/mail/opendkim *** Error code 1 Stop. make: stopped in /usr/ports/mail/opendkim To fix this issue, i've performed `make all` in mail/opendkim. The, i edited the work/.PLIST.mktmp file and commented out the references to opendkim-spam and opendkim-importstats (both executables and man pages) as shown below: @comment bin/opendkim-spam @comment sbin/opendkim-importstats @comment man/man1/opendkim-spam.1.gz @comment man/man8/opendkim-importstats.8.gz However, a better fix should be deployed. --=20 You are receiving this mail because: You are the assignee for the bug.=