Date: Thu, 20 Oct 2005 11:28:01 +0300 From: Vasil Dimov <vd@datamax.bg> To: Emanuel Haupt <ehaupt@FreeBSD.org> Cc: ozawa@ongs.co.jp, freebsd-amd64@FreeBSD.org Subject: Re: build on amd64 Message-ID: <20051020082801.GA50007@qlovarnika.bg.datamax> In-Reply-To: <20051019223213.16798c72.ehaupt@FreeBSD.org> References: <20051019223213.16798c72.ehaupt@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051020082801.GA50007>