From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 20 08:28:04 2005 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66E7A16A41F; Thu, 20 Oct 2005 08:28:04 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E786F43D62; Thu, 20 Oct 2005 08:28:03 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2]) by jengal.datamax.bg (Postfix) with SMTP id 91EA6B82D; Thu, 20 Oct 2005 11:28:01 +0300 (EEST) Received: (nullmailer pid 50033 invoked by uid 1002); Thu, 20 Oct 2005 08:28:01 -0000 Date: Thu, 20 Oct 2005 11:28:01 +0300 From: Vasil Dimov To: Emanuel Haupt Message-ID: <20051020082801.GA50007@qlovarnika.bg.datamax> References: <20051019223213.16798c72.ehaupt@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051019223213.16798c72.ehaupt@FreeBSD.org> X-OS: FreeBSD 6.0-RC1 User-Agent: Mutt/1.5.11 Cc: ozawa@ongs.co.jp, freebsd-amd64@FreeBSD.org Subject: Re: build on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@datamax.bg List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 08:28:04 -0000 On Wed, Oct 19, 2005 at 10:32:13PM +0200, Emanuel Haupt wrote: > Hi, > > Could someone with an amd64 machine confirm that the following patch > wont break ports/japanese/xdtp. > > --- ports-japanese-xdtp.patch begins here --- ... > --- ports-japanese-xdtp.patch ends here --- > FreeBSD qlovarnika.bg.datamax 6.0-RC1 FreeBSD 6.0-RC1 #0: Mon Oct 17 15:16:42 EEST 2005 root@qlovarnika.bg.datamax:/usr/obj/usr/src/sys/QLOVARNIKA amd64 Without the patch the port compiles ok, but after applying the patch I get: ===> Building for ja-xdtp-1.0.1_2 cd src; make ARCH=amd64 OPSYS=FreeBSD OSREL=6.0 OSVERSION=600034 PORTOBJFORMAT=elf SYSTEMVERSION= ARCH=amd64 OPSYS=FreeBSD OSREL=6.0 OSVERSION=600034 PORTOBJFORMAT=elf SYSTEMVERSION= build c++ -pipe -g -march=athlon64 -Wall -O2 -DMAJOR_VERSION="1" -DMINOR_VERSION="0" -DMICRO_VERSION="1" -fPIC -o libxdtp.so.1 --shared debug/Exception.o modules/GLSDBanBunModule.o modules/GLSDBanBunModuleChecker.o modules/GLSDDocumentModule.o modules/GLSDDocumentModuleChecker.o modules/GLSDModule.o modules/GLSDModuleChecker.o modules/XDTPChecker.o modules/XDTPModule.o modules/XDTPModuleLoader.o modules/imports/GLSDImportModule.o modules/imports/GLSDImportModuleAdapter.o modules/imports/ImportImage.o modules/imports/ImportTextCSV.o modules/imports/ImportTextCommandPrompt.o modules/imports/ImportTextPlain.o modules/imports/ImportTextSourcecode.o modules/imports/ImportTextXML.o transform/XDTPTransform.o util/CSVAnalyzer.o util/URLTool.o util/Utilities.o util/XMLTool.o util/xmlloader.o util/xmlsaver.o -L/usr/local/lib -L/usr/X11R6/lib -lglibmm-2.4 -lxslt -lxml2 -lz -liconv -lgdk_pixbuf-2.0 -lm /usr/bin/ld: debug/Exception.o: relocation R_X86_64_32S can not be used when making a shared object; recompile with -fPIC debug/Exception.o: could not read symbols: Bad value *** Error code 1 Stop in /usr/ports/japanese/xdtp/work/xdtp-1.0.1/src. *** Error code 1 Stop in /usr/ports/japanese/xdtp/work/xdtp-1.0.1. *** Error code 1 Stop in /usr/ports/japanese/xdtp. *** Error code 1 Stop in /usr/ports/japanese/xdtp.