From owner-freebsd-questions@FreeBSD.ORG Fri Apr 7 17:58:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBABA16A401 for ; Fri, 7 Apr 2006 17:58:17 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78F7C43D46 for ; Fri, 7 Apr 2006 17:58:17 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 30811 invoked from network); 7 Apr 2006 17:58:17 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 7 Apr 2006 17:58:16 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 7789828423; Fri, 7 Apr 2006 13:58:16 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Heinrich Rebehn References: <44366296.60005@ant.uni-bremen.de> From: Lowell Gilbert Date: 07 Apr 2006 13:58:16 -0400 In-Reply-To: <44366296.60005@ant.uni-bremen.de> Message-ID: <441ww9p8sn.fsf@be-well.ilk.org> Lines: 41 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: exim does not compile on amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Apr 2006 17:58:17 -0000 Heinrich Rebehn writes: > Hi list, > > i installed 6.1-BETA4-amd64 on an AMD64 and it works fine so far. > However i cannot compile exim[-ldap2] from ports: > > root@fbsd64 [~] # portupgrade exim-ldap2 > ---> Upgrading 'exim-ldap2-4.60' to 'exim-ldap2-4.61_1' (mail/exim-ldap2) > ---> Building '/usr/ports/mail/exim-ldap2' > ===> Cleaning for perl-5.8.8 > ===> Cleaning for openldap-client-2.2.30 > ===> Cleaning for libiconv-1.9.2_2 > ===> Cleaning for exim-ldap2-4.61_1 > ===> Vulnerability check disabled, database not found > ===> Extracting for exim-ldap2-4.61_1 > => MD5 Checksum OK for exim/exim-4.61.tar.bz2. > => SHA256 Checksum OK for exim/exim-4.61.tar.bz2. > ===> exim-ldap2-4.61_1 depends on file: /usr/local/bin/perl5.8.8 - found > ===> Patching for exim-ldap2-4.61_1 > ===> exim-ldap2-4.61_1 depends on file: /usr/local/bin/perl5.8.8 - found > ===> Applying FreeBSD patches for exim-ldap2-4.61_1 > Ignoring previously applied (or reversed) patch. > 1 out of 1 hunks ignored--saving rejects to OS/Makefile-FreeBSD.rej > => Patch patch-OS::Makefile-FreeBSD failed to apply cleanly. > *** Error code 1 > > Stop in /usr/ports/mail/exim-ldap2. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade3499.0 make DEPENDS_TARGET=package > ** Fix the problem and try again. > ** Listing the failed packages (*:skipped / !:failed) > ! mail/exim-ldap2 (exim-ldap2-4.60) (patch error) > ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed > root@fbsd64 [~] # > > > Is this a known problem? No, it's strictly on your end. You have a stale patch in the port skeleton. The easy approach is to delete the whole port and re-cvsup.