From owner-freebsd-ports-bugs@freebsd.org Mon Jul 6 10:22:14 2015 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 9082C9939BD for ; Mon, 6 Jul 2015 10:22:14 +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 760EF15AD for ; Mon, 6 Jul 2015 10:22:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t66AMEIR006714 for ; Mon, 6 Jul 2015 10:22:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 201372] mail/postfix fails to build with openssl from ports and LDAP enabled with Fetch(3) enabled Date: Mon, 06 Jul 2015 10:22:14 +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: michelle@sorbs.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ohauer@FreeBSD.org X-Bugzilla-Target-Milestone: --- 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 flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2015 10:22:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201372 Bug ID: 201372 Summary: mail/postfix fails to build with openssl from ports and LDAP enabled with Fetch(3) enabled Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ohauer@FreeBSD.org Reporter: michelle@sorbs.net Assignee: ohauer@FreeBSD.org Flags: maintainer-feedback?(ohauer@FreeBSD.org) As per the subject, postfix fails to build with openldap as a dependancy if fetch is enabled in openldap and you use openssl from ports (10+ particularly - though I don't know why it worked in 9.x) debugging the problem I got to the point of: /usr/bin/ld: warning: libssl.so.7, needed by //usr/lib/libfetch.so.6, may conflict with libssl.so.8 /usr/bin/ld: warning: libcrypto.so.7, needed by //usr/lib/libfetch.so.6, may conflict with libcrypto.so.8 unsetting fetch support in openldap allowed postfix to build correctly.... Don't know if this is an openldap issue or postfix issue - however openldap compiled with no errors with and without fetch enabled, it was only postfix that failed to build... Oddly enough the resultant build error was: postconf: environment corrupt; missing value for BLOCKSIZ ./postconf: fatal: out of memory and then... /bin/sh postfix-install -non-interactive -package postconf: environment corrupt; missing value for readme_d bin/postconf: fatal: out of memory postconf: environment corrupt; missing value for readme_d bin/postconf: fatal: out of memory postconf: environment corrupt; missing value for readme_d bin/postconf: fatal: out of memory postconf: environment corrupt; missing value for readme_d bin/postconf: fatal: out of memory postconf: environment corrupt; missing value for readme_d bin/postconf: fatal: out of memory postfix-install: Error: "" should be an absolute path name. *** Error code 1 Changing the options for postfix to disable LDAP and it built. Changing the options back and it failed in exactly the same way. Removing Fetch from openldap and both were rebuilt successfully. -- You are receiving this mail because: You are the assignee for the bug.