From owner-freebsd-openoffice@FreeBSD.ORG Sun Jan 2 08:17:33 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3FE116A4CF for ; Sun, 2 Jan 2005 08:17:33 +0000 (GMT) Received: from asterix.rsu.ru (relay.r61.net [195.208.245.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5551F43D2F for ; Sun, 2 Jan 2005 08:17:32 +0000 (GMT) (envelope-from os@rsu.ru) Received: from os.adsl.r61.net (os@os.adsl.r61.net [195.208.243.95]) (authenticated bits=0) by asterix.rsu.ru (8.13.1/8.13.1) with ESMTP id j028HC0B054594 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 2 Jan 2005 11:17:24 +0300 (MSK) (envelope-from os@rsu.ru) Date: Sun, 2 Jan 2005 11:17:17 +0300 (MSK) From: Oleg Sharoiko To: openoffice@FreeBSD.org Message-ID: <20050102103133.C7599@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV 0.80/616/Sun Dec 5 16:02:43 2004 clamav-milter version 0.80j on asterix.rsu.ru X-Virus-Status: Clean X-Spam-Status: No, score=-5.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.0.1 X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on asterix.rsu.ru Subject: Recent install problems. X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2005 08:17:33 -0000 Hello! I've also faced installation problem, mentioned recently on this list. As far as I can understand it's not yet solved. In this case my information can provide some help. The problem arises because lzip coredumps during the build process. I suppose it coredumps because it appears to be built against two different threading libs: wolf, /usr/ports/editors/openoffice-1.1 # env LD_LIBRARY_PATH=/usr/ports/editors/openoffice-1.1/work/OOo_1.1.3_src/solver/645/unxfbsd.pro/lib ldd work/OOo_1.1.3_src/scptools/unxfbsd.pro/bin/lzip | grep pth libpthread.so.1 => /usr/lib/libpthread.so.1 (0x29fa2000) wolf, /usr/ports/editors/openoffice-1.1 # env LD_LIBRARY_PATH=/usr/ports/editors/openoffice-1.1/work/OOo_1.1.3_src/solver/645/unxfbsd.pro/lib ldd work/OOo_1.1.3_src/scptools/unxfbsd.pro/bin/lzip | grep c_r libc_r.so.5 => /usr/lib/libc_r.so.5 (0x2891e000) Putting libpthread.so libc_r.so libpthread.so.1 libc_r.so.5 into /etc/libmap.conf (as a quick workaround) solved the problem. I had to remobe work/.build_done* and ran make once again. Installed openoffice binary is also linked against both libc_r and libpthread. I couldn't start it without pthread->c_r or c_r->pthread mapping (the second one also works for me). Don't know if it matters, but libs in /usr/local/OpenOffice.org1.1.3/program/ refer to libpthread only, libc_r seems to be a direct dependecy of soffice.bin and lzip binaries. In my work/OOo_1.1.3_src/FreeBSDEnv.Set I have setenv PTHREAD_LIBS "-pthread" I'll now try rebuilding openoffice with setenv PTHREAD_LIBS "-lpthread" I'm not sure wether it will help or not, and I also do not know what should be the correct vaule of PTHREAD_LIBS. Some additional information: my system compiler and gcc32 use different threading libs for -pthread switch. I think this is the real source of the problem. wolf, ~/src/test > gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 wolf, ~/src/test > gcc -Wall -pedantic -pthread test_pth.c -o test_pth wolf, ~/src/test > ldd test_pth test_pth: libpthread.so.1 => /usr/lib/libpthread.so.1 (0x28081000) libc.so.5 => /lib/libc.so.5 (0x280a7000) wolf, ~/src/test > gcc32 -v Reading specs from /usr/local/lib/gcc-lib/i386-portbld-freebsd5.3/3.2.3/specs Configured with: ./..//gcc-3.2.3/configure --disable-nls --with-gxx-include-dir=/usr/local/lib/gcc-lib/i386-portbld-freebsd5.3/3.2.3/include/g++-v3 --with-system-zlib --includedir=/usr/local/lib/gcc-lib/i386-portbld-freebsd5.3/3.2.3/include/Java --disable-shared --prefix=/usr/local i386-portbld-freebsd5.3 Thread model: posix gcc version 3.2.3 wolf, ~/src/test > gcc32 -Wall -pedantic -pthread test_pth.c -o test_pth wolf, ~/src/test > ldd test_pth test_pth: libc_r.so.5 => /usr/lib/libc_r.so.5 (0x28081000) libc.so.5 => /lib/libc.so.5 (0x280a5000) This doesn't happen on my another freebsd box, where gcc and gcc32 use same libs. I'll try to find why one of gcc32 uses libc_r. p.s. I'm not on the list, so if you want to reply me keep my e-mail on To: or Cc: line. -- Oleg Sharoiko. Software and Network Engineer Computer Center of Rostov State University. From owner-freebsd-openoffice@FreeBSD.ORG Sun Jan 2 15:58:27 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7E8C16A4CE; Sun, 2 Jan 2005 15:58:27 +0000 (GMT) Received: from asterix.rsu.ru (asterix.rsu.ru [195.208.245.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D43643D55; Sun, 2 Jan 2005 15:58:26 +0000 (GMT) (envelope-from os@rsu.ru) Received: from os.adsl.r61.net (os@os.adsl.r61.net [195.208.243.95]) (authenticated bits=0) by asterix.rsu.ru (8.13.1/8.13.1) with ESMTP id j02FwFRX079865 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 2 Jan 2005 18:58:17 +0300 (MSK) (envelope-from os@rsu.ru) Date: Sun, 2 Jan 2005 18:58:22 +0300 (MSK) From: Oleg Sharoiko To: "David E. O'Brien" Message-ID: <20050102182843.N21639@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV 0.80/616/Sun Dec 5 16:02:43 2004 clamav-milter version 0.80j on asterix.rsu.ru X-Virus-Status: Clean X-Spam-Status: No, score=-5.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.0.1 X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on asterix.rsu.ru cc: openoffice@FreeBSD.org Subject: lang/gcc32 and pthreads problem X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2005 15:58:27 -0000 Hello, David! It looks like your commit http://docs.freebsd.org/cgi/getmsg.cgi?fetch=305919+0+archive/2004/cvs-all/20041226.cvs-all has broke -pthreads switch in gcc32. Number of people complained about editors/openoffice-1.1 not being able to install. It happens because binaries link against both libc_r and libpthread. And this happens because gcc32 links to c_r instead of pthread: wolf, ~/src/test > uname -a FreeBSD wolf.os.rsu.ru 5.3-STABLE FreeBSD 5.3-STABLE #0: Sat Jan 1 21:36:31 MSK 2005 os@wolf.os.rsu.ru:/usr/obj/usr/src/sys/wolf.os.i686.RELENG_5.2005-01-01 i386 With system compiler: wolf, ~/src/test > gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 wolf, ~/src/test > gcc -Wall -pedantic -pthread test_pth.c -o test_pth wolf, ~/src/test > ldd test_pth test_pth: libpthread.so.1 => /usr/lib/libpthread.so.1 (0x28081000) libc.so.5 => /lib/libc.so.5 (0x280a7000) With gcc32 from ports wolf, ~/src/test > gcc32 -v Reading specs from /usr/local/lib/gcc-lib/i386-portbld-freebsd5.3/3.2.3/specs Configured with: ./..//gcc-3.2.3/configure --disable-nls --with-gxx-include-dir=/usr/local/lib/gcc-lib/i386-portbld-freebsd5.3/3.2.3/include/g++-v3 --with-system-zlib --includedir=/usr/local/lib/gcc-lib/i386-portbld-freebsd5.3/3.2.3/include/Java --disable-shared --prefix=/usr/local i386-portbld-freebsd5.3 Thread model: posix gcc version 3.2.3 wolf, ~/src/test > gcc32 -Wall -pedantic -pthread test_pth.c -o test_pth wolf, ~/src/test > ldd test_pth test_pth: libc_r.so.5 => /usr/lib/libc_r.so.5 (0x28081000) libc.so.5 => /lib/libc.so.5 (0x280a5000) I suppose __FreeBSD_version is not available in gcc/config/freebsd-spec.h and your patch doesn't work. At least in comments above #define FBSD_LIB_SPEC they say osreldate.h can not be used as it breaks cross-compiling. Though this is just an assumption and I may be mistaken. I do not propose any patches because I'm not sure if I correctly identified the source of the problem and I don't know in which way exactly should it be fixed. Anyway I think you can do it better and it won't take too much of your time. p.s. Happy New Year and thank you for the great work you are doing for FreeBSD. -- Oleg Sharoiko. Software and Network Engineer Computer Center of Rostov State University. From owner-freebsd-openoffice@FreeBSD.ORG Sun Jan 2 22:38:05 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FC3416A4CE; Sun, 2 Jan 2005 22:38:05 +0000 (GMT) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ACAF43D31; Sun, 2 Jan 2005 22:38:05 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (mi@localhost [127.0.0.1]) by aldan.algebra.com (8.13.1/8.13.1) with ESMTP id j02Mbsjj066094 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 2 Jan 2005 17:37:54 -0500 (EST) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.13.1/8.13.1/Submit) id j02MbrWT066093; Sun, 2 Jan 2005 17:37:53 -0500 (EST) (envelope-from mi+kde@aldan.algebra.com) From: Mikhail Teterin To: freebsd-gnats-submit@freebsd.org, jan.grant@bristol.ac.uk Date: Sun, 2 Jan 2005 17:37:52 -0500 User-Agent: KMail/1.7.2 X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" cc: openoffice@freebsd.org Subject: Re: ports/74518: openoffice-1.1 build failure on 4-stable: dmake can't find target.mk X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2005 22:38:05 -0000 The problem here is that the user had the devel/dmake installed already and OpenOffice's configure has decided to use it. Unfortunately, our devel/dmake (4.1) is too old to understand the DMAKEROOT environment variable, which OpenOffice's boostrap script is setting. The work-around is to uninstall the dmake port prior to building OOo. The immediate fix is to mark OOo as conflicting with dmake. The proper fix is to update the devel/dmake and make OOo properly depend on it instead of building its own. Working on this one... -mi From owner-freebsd-openoffice@FreeBSD.ORG Sun Jan 2 22:40:26 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75AD016A4CE for ; Sun, 2 Jan 2005 22:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F20643D31 for ; Sun, 2 Jan 2005 22:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j02MeQBR088220 for ; Sun, 2 Jan 2005 22:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j02MeQ2B088219; Sun, 2 Jan 2005 22:40:26 GMT (envelope-from gnats) Date: Sun, 2 Jan 2005 22:40:26 GMT Message-Id: <200501022240.j02MeQ2B088219@freefall.freebsd.org> To: openoffice@FreeBSD.org From: Mikhail Teterin Subject: Re: ports/74518: openoffice-1.1 build failure on 4-stable: dmake can't find target.mk X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mikhail Teterin List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2005 22:40:26 -0000 The following reply was made to PR ports/74518; it has been noted by GNATS. From: Mikhail Teterin To: freebsd-gnats-submit@freebsd.org, jan.grant@bristol.ac.uk Cc: openoffice@freebsd.org Subject: Re: ports/74518: openoffice-1.1 build failure on 4-stable: dmake can't find target.mk Date: Sun, 2 Jan 2005 17:37:52 -0500 The problem here is that the user had the devel/dmake installed already and OpenOffice's configure has decided to use it. Unfortunately, our devel/dmake (4.1) is too old to understand the DMAKEROOT environment variable, which OpenOffice's boostrap script is setting. The work-around is to uninstall the dmake port prior to building OOo. The immediate fix is to mark OOo as conflicting with dmake. The proper fix is to update the devel/dmake and make OOo properly depend on it instead of building its own. Working on this one... -mi From owner-freebsd-openoffice@FreeBSD.ORG Sun Jan 2 23:54:37 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E19116A50F; Sun, 2 Jan 2005 23:54:37 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A65543D31; Sun, 2 Jan 2005 23:54:36 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7085B51756; Sun, 2 Jan 2005 15:54:39 -0800 (PST) Date: Sun, 2 Jan 2005 15:54:39 -0800 From: Kris Kennaway To: openoffice@FreeBSD.org, obrien@FreeBSD.org Message-ID: <20050102235439.GA91329@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cNdxnHkX5QqsyA0e" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: [ports-i386@FreeBSD.org: gcc-ooo-3.4.1_1 pkg-plist errors on i386 6] X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2005 23:54:37 -0000 --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Dear port maintainer, The following port has an incomplete pkg-plist, or other errors in the files installed by the port. This may mean that the package is incomplete or non-functional; at the very least, your port does not leave the filesystem in the same state it was before the port was installed. Can you please investigate? In the near future, this condition will be treated as an error on the package cluster, which means that the package will not be made available on the ftp site. Thanks, Kris "Ports Janitor" Kennaway ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org Delivered-To: kris@freebsd.org Date: Sun, 2 Jan 2005 12:27:57 GMT From: User Ports-i386 To: krion@FreeBSD.org, kris@FreeBSD.org Subject: gcc-ooo-3.4.1_1 pkg-plist errors on i386 6 X-UIDL: >0o!!&R:!!7Y!#!IXJ"! X-Bogosity: No, tests=3Dbogofilter, spamicity=3D0.000000, version=3D0.92.8 building gcc-ooo-3.4.1_1 on gohan36.freebsd.org in directory /x/tmp/6/chroot/2473 maintained by: openoffice@FreeBSD.org port directory: /usr/ports/lang/gcc-ooo For the full build log, see http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.6.2005010200/gcc-= ooo-3.4.1_1.log list of extra files and directories in / (not present before this port was = installed but present after it was deinstalled) 523993 8 drwxr-xr-x 3 root wheel 512 = Jan 2 12:24 usr/local/lib/gcc 523999 8 drwxr-xr-x 3 root wheel 512 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0 524001 8 drwxr-xr-x 4 root wheel 512 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1 524021 8 -r--r--r-- 1 root wheel 1844 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/crtbegin.o 524023 8 -r--r--r-- 1 root wheel 1204 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/crtend.o 524025 8 -r--r--r-- 1 root wheel 2212 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/crtbeginS.o 524027 8 -r--r--r-- 1 root wheel 1252 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/crtendS.o 524029 8 -r--r--r-- 1 root wheel 3871 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/specs 568337 8 drwxr-xr-x 5 root wheel 512 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include 568338 8 -rw-r--r-- 1 root wheel 330 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/syslim= its.h 568341 16 -rw-r--r-- 1 root wheel 5360 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/float.h 568343 8 -rw-r--r-- 1 root wheel 1428 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/iso646= .h 568344 16 -rw-r--r-- 1 root wheel 4313 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/stdarg= .h 568346 8 -rw-r--r-- 1 root wheel 1600 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/stdboo= l.h 568349 32 -rw-r--r-- 1 root wheel 13025 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/stddef= .h 568351 8 -rw-r--r-- 1 root wheel 139 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/vararg= s.h 568353 24 -rw-r--r-- 1 root wheel 8892 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/unwind= .h 568356 48 -rw-r--r-- 1 root wheel 22281 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/mmintr= in.h 568359 64 -rw-r--r-- 1 root wheel 30855 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/xmmint= rin.h 568360 72 -rw-r--r-- 1 root wheel 34525 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/emmint= rin.h 568361 8 -rw-r--r-- 1 root wheel 3586 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/pmmint= rin.h 568362 8 -rw-r--r-- 1 root wheel 3470 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/limits= .h 568363 8 -rw-r--r-- 1 root wheel 750 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/README 568364 8 drwxr-xr-x 2 root wheel 512 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/netinet 568365 48 -rw-r--r-- 1 root wheel 22415 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/netine= t/ip_fil.h 568366 24 -rw-r--r-- 1 root wheel 9394 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/netine= t/ip_nat.h 568368 16 -rw-r--r-- 1 root wheel 5961 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/netine= t/ip_state.h 568369 8 drwxr-xr-x 2 root wheel 512 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/rpc 568370 32 -rw-r--r-- 1 root wheel 14248 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/rpc/sv= c.h 568371 8 drwxr-xr-x 2 root wheel 512 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/sys 568373 24 -rw-r--r-- 1 root wheel 9124 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/sys/ty= pes.h 568374 32 -rw-r--r-- 1 root wheel 15325 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/stdio.h 568375 24 -rw-r--r-- 1 root wheel 9584 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/stdlib= .h 568377 40 -rw-r--r-- 1 root wheel 18139 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/unistd= .h 568378 32 -rw-r--r-- 1 root wheel 13636 = Jan 2 11:12 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/include/math.h 568379 8 drwxr-xr-x 3 root wheel 512 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/install-tools 568380 8 drwxr-xr-x 2 root wheel 512 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/install-tools/= include 568382 16 -r--r--r-- 1 root wheel 5360 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/install-tools/= include/float.h 568383 8 -r--r--r-- 1 root wheel 1428 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/install-tools/= include/iso646.h 568384 16 -r--r--r-- 1 root wheel 4313 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/install-tools/= include/stdarg.h 568385 8 -r--r--r-- 1 root wheel 1600 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/install-tools/= include/stdbool.h 568386 32 -r--r--r-- 1 root wheel 13025 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/install-tools/= include/stddef.h 568387 8 -r--r--r-- 1 root wheel 139 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/install-tools/= include/varargs.h 568388 24 -r--r--r-- 1 root wheel 8892 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/install-tools/= include/unwind.h 568389 48 -r--r--r-- 1 root wheel 22281 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/install-tools/= include/mmintrin.h 568391 64 -r--r--r-- 1 root wheel 30855 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/install-tools/= include/xmmintrin.h 568392 72 -r--r--r-- 1 root wheel 34525 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/install-tools/= include/emmintrin.h 568393 8 -r--r--r-- 1 root wheel 3586 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/install-tools/= include/pmmintrin.h 568394 8 -r--r--r-- 1 root wheel 3470 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/install-tools/= include/limits.h 568395 8 -r--r--r-- 1 root wheel 750 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/install-tools/= include/README 568420 8 -r--r--r-- 1 root wheel 330 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/install-tools/= gsyslimits.h 568434 8 -rw-r--r-- 1 root wheel 122 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/install-tools/= mkheaders.conf 524015 464 -r--r--r-- 1 root wheel 233900 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/libgcc.a 524017 72 -r--r--r-- 1 root wheel 34436 = Jan 2 12:24 usr/local/lib/gcc/i386-portbld-freebsd6.0/3.4.1/libgcov.a ----- End forwarded message ----- --cNdxnHkX5QqsyA0e Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB2Im/Wry0BWjoQKURAsleAKDtwbhVyoTiVJR08XoGAoYb4BMN3gCfasf3 KmU7YKaJ3ZJeavG2khTfwCI= =V4VU -----END PGP SIGNATURE----- --cNdxnHkX5QqsyA0e-- From owner-freebsd-openoffice@FreeBSD.ORG Mon Jan 3 00:44:32 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 937F416A4D8 for ; Mon, 3 Jan 2005 00:44:32 +0000 (GMT) Received: from chello084114137224.1.15.vie.surfer.at (chello084114137224.1.15.vie.surfer.at [84.114.137.224]) by mx1.FreeBSD.org (Postfix) with SMTP id 1D86E43D3F for ; Mon, 3 Jan 2005 00:44:31 +0000 (GMT) (envelope-from 4711@chello.at) Received: (qmail 5631 invoked from network); 3 Jan 2005 00:44:29 -0000 Received: from matrix010.matrix.net (192.168.123.10) by ns.matrix.net with SMTP; 3 Jan 2005 00:44:29 -0000 From: Christian Hiris <4711@chello.at> To: freebsd-openoffice@freebsd.org Date: Mon, 3 Jan 2005 01:44:02 +0100 User-Agent: KMail/1.7 References: <20041227222658.GA571@nunotex.local> <20041230135132.GA77761@nunotex.local> <200412301529.15306.4711@chello.at> In-Reply-To: <200412301529.15306.4711@chello.at> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2475045.gmqu7vYhB4"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200501030144.28901.4711@chello.at> X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: Nuno Teixeira cc: nu@nunotex.freeshell.org Subject: Re: editors/openoffice-1.1 install error X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jan 2005 00:44:32 -0000 --nextPart2475045.gmqu7vYhB4 Content-Type: multipart/mixed; boundary="Boundary-01=_TVJ2B5EAFzh9FXm" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_TVJ2B5EAFzh9FXm Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday 30 December 2004 15:28, Christian Hiris wrote: > On Thursday 30 December 2004 14:51, Nuno Teixeira wrote: > > Hi, > > > > OK. Today I will test it without CPUTYPE. I will let you know the > > results. > > I had the same troubles w/o CPUTYPE here. The only remarkable anomaly I > could find, was a core dump (lzip.core) in > work/OOo_1.1.4_src/instsetoo/util, same happend for the > openoffice-1.1-devel port. > > I'm running 5.3-STABLE #0: Sun Dec 26 17:44:27 CET 2004, w/ all port > dependencies compiled from scratch. > > I also tried to compile openoffice-1.1-devel w/ flag WITH_DEBUG=3D2 set, = but > the build failed somewhere else. I just started a buils of build > openoffice-1.1 w/ flag WITH_DEBUG=3D1 set, to find out why lzip core dump= s. > If the build succeeds I will post a gdb backtrace of lzip.core to the > group. The posting of Oleg Sharoiko about lang/gcc32 and pthread problems,=20 http://lists.freebsd.org/pipermail/freebsd-openoffice/2005-January/001167.h= tml , pointed out that gcc32 links to libc_r.so.5 instead of libpthread.so.1.=20 Replacing the patch=20 http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/ports/lang/gcc32/files/pat= ch-gcc,config,freebsd-spec.h?rev=3D1.1 with my own patch (which works on 5.3) solved the problem. Thanks to Oleg! Just in case that anyone urgently needs to compile OO on 5.3, I attached th= e=20 patch I used. =2D-=20 Christian Hiris <4711@chello.at> | OpenPGP KeyID 0x3BCA53BE=20 OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu --Boundary-01=_TVJ2B5EAFzh9FXm-- --nextPart2475045.gmqu7vYhB4 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBB2JVs09WjGjvKU74RAl3UAJ9JNh0vK2HOIVhiyySfFTD9OQQi7wCfRqlD +3RYzZBgLIcBOy3faRWkjYY= =o5gS -----END PGP SIGNATURE----- --nextPart2475045.gmqu7vYhB4-- From owner-freebsd-openoffice@FreeBSD.ORG Mon Jan 3 11:03:45 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F1BC16A4CE for ; Mon, 3 Jan 2005 11:03:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07B2743D46 for ; Mon, 3 Jan 2005 11:03:45 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j03B3i1Z007602 for ; Mon, 3 Jan 2005 11:03:44 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j03B3iQR007596 for openoffice@freebsd.org; Mon, 3 Jan 2005 11:03:44 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 3 Jan 2005 11:03:44 GMT Message-Id: <200501031103.j03B3iQR007596@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: openoffice@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jan 2005 11:03:45 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [2003/05/11] ports/52068 openoffice portupgrade of editors/openoffice .org-1. a [2003/05/12] ports/52087 openoffice error while building japanese/openoffice o [2004/01/23] ports/61760 openoffice OpenOffice-1.1 still stalls in install on o [2004/03/24] ports/64678 openoffice openoffice 1.1 upgrade fails due to JDK c o [2004/05/31] ports/67413 openoffice OpenOffice 1.1 PDF Export is BROKEN o [2004/10/07] ports/72414 openoffice Precompiled el-openoffice-1.1.2_1 first t o [2004/11/29] ports/74518 openoffice openoffice-1.1 build failure on 4-stable: o [2004/12/14] ports/75039 openoffice OpenOffice 1.1.2 javaldx crashes at start 8 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/05/10] ports/66480 openoffice openoffice-1.1.1 port uses root's $HOME f 1 problem total. From owner-freebsd-openoffice@FreeBSD.ORG Tue Jan 4 00:07:21 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8744D16A4CE for ; Tue, 4 Jan 2005 00:07:21 +0000 (GMT) Received: from sdf.lonestar.org (mx.freeshell.org [192.94.73.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C38243D2F for ; Tue, 4 Jan 2005 00:07:21 +0000 (GMT) (envelope-from nunotex@freeshell.org) Received: from nunotex.local (adslsapo-b3-236-103.telepac.pt [213.13.236.103]) (authenticated (0 bits)) by sdf.lonestar.org (8.12.10/8.12.10) with ESMTP id j0407F9o001659; Tue, 4 Jan 2005 00:07:16 GMT Received: by nunotex.local (Postfix, from userid 1001) id 15E0442E5; Tue, 4 Jan 2005 00:07:09 +0000 (WET) Date: Tue, 4 Jan 2005 00:07:09 +0000 From: Nuno Teixeira To: Christian Hiris <4711@chello.at> Message-ID: <20050104000709.GC16039@nunotex.local> References: <20041227222658.GA571@nunotex.local> <20041230135132.GA77761@nunotex.local> <200412301529.15306.4711@chello.at> <200501030144.28901.4711@chello.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200501030144.28901.4711@chello.at> X-Operating-System: FreeBSD 5.3-STABLE User-Agent: Mutt/1.5.6i cc: freebsd-openoffice@freebsd.org Subject: Re: editors/openoffice-1.1 install error X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2005 00:07:21 -0000 Hello, This are good news! So this problem has anything to do with "CPUTYPE?" option, isn't it ? When freebsd-openoffice apply this patch and update cvs? Yours, Nuno Teixeira On Mon, Jan 03, 2005 at 01:44:02AM +0100, Christian Hiris wrote: > On Thursday 30 December 2004 15:28, Christian Hiris wrote: > > On Thursday 30 December 2004 14:51, Nuno Teixeira wrote: > > > Hi, > > > > > > OK. Today I will test it without CPUTYPE. I will let you know the > > > results. > > > > I had the same troubles w/o CPUTYPE here. The only remarkable anomaly I > > could find, was a core dump (lzip.core) in > > work/OOo_1.1.4_src/instsetoo/util, same happend for the > > openoffice-1.1-devel port. > > > > I'm running 5.3-STABLE #0: Sun Dec 26 17:44:27 CET 2004, w/ all port > > dependencies compiled from scratch. > > > > I also tried to compile openoffice-1.1-devel w/ flag WITH_DEBUG=2 set, but > > the build failed somewhere else. I just started a buils of build > > openoffice-1.1 w/ flag WITH_DEBUG=1 set, to find out why lzip core dumps. > > If the build succeeds I will post a gdb backtrace of lzip.core to the > > group. > > The posting of Oleg Sharoiko about lang/gcc32 and pthread problems, > http://lists.freebsd.org/pipermail/freebsd-openoffice/2005-January/001167.html , > pointed out that gcc32 links to libc_r.so.5 instead of libpthread.so.1. > > Replacing the patch > http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/ports/lang/gcc32/files/patch-gcc,config,freebsd-spec.h?rev=1.1 > with my own patch (which works on 5.3) solved the problem. Thanks to Oleg! > > Just in case that anyone urgently needs to compile OO on 5.3, I attached the > patch I used. > > -- > Christian Hiris <4711@chello.at> | OpenPGP KeyID 0x3BCA53BE > OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu > --- gcc/config/freebsd-spec.h.orig Wed Nov 21 03:06:45 2001 > +++ gcc/config/freebsd-spec.h Sun Jan 2 18:24:25 2005 > @@ -132,8 +132,8 @@ > #if FBSD_MAJOR >= 5 > #define FBSD_LIB_SPEC " \ > %{!shared: \ > - %{!pg: %{pthread:-lc_r} -lc} \ > - %{pg: %{pthread:-lc_r_p} -lc_p} \ > + %{!pg: %{pthread:-lpthread} -lc} \ > + %{pg: %{pthread:-lpthread_p} -lc_p} \ > }" > #else > #define FBSD_LIB_SPEC " \ -- SDF Public Access UNIX System - http://sdf.lonestar.org From owner-freebsd-openoffice@FreeBSD.ORG Tue Jan 4 01:08:47 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6B1A16A4CE for ; Tue, 4 Jan 2005 01:08:47 +0000 (GMT) Received: from chello084114137224.1.15.vie.surfer.at (chello084114137224.1.15.vie.surfer.at [84.114.137.224]) by mx1.FreeBSD.org (Postfix) with SMTP id 554BB43D2D for ; Tue, 4 Jan 2005 01:08:46 +0000 (GMT) (envelope-from 4711@chello.at) Received: (qmail 10915 invoked from network); 4 Jan 2005 01:08:44 -0000 Received: from matrix010.matrix.net (192.168.123.10) by ns.matrix.net with SMTP; 4 Jan 2005 01:08:44 -0000 From: Christian Hiris <4711@chello.at> To: freebsd-openoffice@freebsd.org Date: Tue, 4 Jan 2005 02:08:44 +0100 User-Agent: KMail/1.7 References: <20041227222658.GA571@nunotex.local> <200501030144.28901.4711@chello.at> <20050104000709.GC16039@nunotex.local> In-Reply-To: <20050104000709.GC16039@nunotex.local> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_cye2B20uemKj6aQ" Message-Id: <200501040208.44405.4711@chello.at> X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: Nuno Teixeira Subject: Re: editors/openoffice-1.1 install error X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2005 01:08:47 -0000 --Boundary-00=_cye2B20uemKj6aQ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Tuesday 04 January 2005 01:07, Nuno Teixeira wrote: > Hello, > > This are good news! So this problem has anything to do with "CPUTYPE?" > option, isn't it ? I don't use the CPUTYPE flag, so I can't tell you, if the usage of CPUTYPE causes any side-effects for the ggc32 or OO ports. > When freebsd-openoffice apply this patch and update cvs? AFAIK the maintainer of the gcc32 port is David O'Brien, so he is the only person who is able to answer your second question correctly. The patch I posted is only a workaround to make lang/gcc32 work on 5.3-STABLE. For now you can replace the patch /usr/ports/lang/gcc32/files/patch-gcc,config,freebsd-spec.h with the patch I posted and recomplile your gcc32 and OO ports. (For some reason the binary attachment, which contained the patch, was removed by the mailinglist manager, so I will post it again w/o GPG-signing the message.) Cheers, ch --Boundary-00=_cye2B20uemKj6aQ-- From owner-freebsd-openoffice@FreeBSD.ORG Tue Jan 4 10:37:53 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E21D16A4CE for ; Tue, 4 Jan 2005 10:37:53 +0000 (GMT) Received: from chons.visualtech.com (b.mx.visualtech.com [208.16.19.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABFAD43D31 for ; Tue, 4 Jan 2005 10:37:52 +0000 (GMT) (envelope-from adamk@voicenet.com) Received: from [192.168.0.101] (pcp04364354pcs.glstrt01.nj.comcast.net [68.44.156.246]) by chons.visualtech.com (Postfix) with ESMTP id 95D5DA1E7 for ; Tue, 4 Jan 2005 05:37:49 -0500 (EST) Message-ID: <41DA71FA.4010407@voicenet.com> Date: Tue, 04 Jan 2005 05:37:46 -0500 From: Adam K Kirchhoff User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050101 X-Accept-Language: en MIME-Version: 1.0 To: openoffice@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: port install failed X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2005 10:37:53 -0000 > > >===> Installing for openoffice-1.1.4.20041101_1 >===> openoffice-1.1.4.20041101_1 depends on file: /usr/local/bin/perl5.8.5 - >found >===> openoffice-1.1.4.20041101_1 depends on executable: pkg-config - found >===> Generating temporary packing list >===> Checking if editors/openoffice-1.1-devel already installed >./install: not found >*** Error code 127 > >Stop in /usr/ports/editors/openoffice-1.1-devel. > > I'm getting this as well. Please don't tell me I went through all the hassle of building openoffice and there's no way to get it installed now :-) Adam From owner-freebsd-openoffice@FreeBSD.ORG Tue Jan 4 12:57:13 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5941916A4CE for ; Tue, 4 Jan 2005 12:57:13 +0000 (GMT) Received: from chello084114137224.1.15.vie.surfer.at (chello084114137224.1.15.vie.surfer.at [84.114.137.224]) by mx1.FreeBSD.org (Postfix) with SMTP id D50C843D46 for ; Tue, 4 Jan 2005 12:57:11 +0000 (GMT) (envelope-from 4711@chello.at) Received: (qmail 13610 invoked from network); 4 Jan 2005 12:57:10 -0000 Received: from matrix010.matrix.net (192.168.123.10) by ns.matrix.net with SMTP; 4 Jan 2005 12:57:10 -0000 From: Christian Hiris <4711@chello.at> To: freebsd-openoffice@freebsd.org Date: Tue, 4 Jan 2005 13:56:38 +0100 User-Agent: KMail/1.7 References: <41DA71FA.4010407@voicenet.com> In-Reply-To: <41DA71FA.4010407@voicenet.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501041357.09828.4711@chello.at> Subject: Re: port install failed X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2005 12:57:13 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 04 January 2005 11:37, Adam K Kirchhoff wrote: > >===> Installing for openoffice-1.1.4.20041101_1 > >===> openoffice-1.1.4.20041101_1 depends on file: > > /usr/local/bin/perl5.8.5 - found > >===> openoffice-1.1.4.20041101_1 depends on executable: pkg-config - > > found ===> Generating temporary packing list > >===> Checking if editors/openoffice-1.1-devel already installed > >./install: not found > >*** Error code 127 > > > >Stop in /usr/ports/editors/openoffice-1.1-devel. > > I'm getting this as well. Please don't tell me I went through all the > hassle of building openoffice and there's no way to get it installed now > :-) Refer to http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/75785. patch-gcc,config,freebsd-spec.h of lang/ggc32 doesn't work as expected. A workaround is quite simple, but recompilation of the ports lang/gcc32 and OO is required. Cheers, ch - -- Christian Hiris <4711@chello.at> | OpenPGP KeyID 0x3BCA53BE OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB2pKl09WjGjvKU74RAsp7AJ96xP2WHw1+h0y0JKufhrGvkZHh3wCfdtOi nPY4GvC+ulfaPK2XN0RKcjo= =izKH -----END PGP SIGNATURE----- From owner-freebsd-openoffice@FreeBSD.ORG Tue Jan 4 18:13:17 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D348916A4CE for ; Tue, 4 Jan 2005 18:13:17 +0000 (GMT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7184D43D3F for ; Tue, 4 Jan 2005 18:13:17 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id AE60956461; Wed, 5 Jan 2005 07:13:15 +1300 (NZDT) Date: Wed, 5 Jan 2005 07:13:15 +1300 From: Jonathan Chen To: freebsd-openoffice@freebsd.org Message-ID: <20050104181315.GA54570@osiris.chen.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: OpenOffice 1.1 port build fails. X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2005 18:13:17 -0000 Hi, I'm running 5.3-STABLE/i386, and I'm getting a consistent failure on my build and install. The "lzip" executable also crashes with a core-dump exactly twice during the build. Has anyone gotten to port to install on the -STABLE? Here are the last bits of the build. [...] ============= Building project instsetoo ============= /usr/ports/editors/openoffice-1.1/work/OOo_1.1.3_src/instsetoo/util mkout -- version: 1.3 ------------------------------ Making: ../unxfbsd.pro/misc/util.dpc dmake subdmake=true -f makefile.mk product="full" depend=t ALLDPC ------------------------------ No Dependencies ------------- mkdir -p ../unxfbsd.pro/49/normal rm -f ../unxfbsd.pro/49/normal/* rm: No match. lzip -p . -e ../unxfbsd.pro/misc/lzip.log -l 49 -f openoffice.lst -d ../unxfbsd.pro/49 -n OfficeOSL -e ../unxfbsd.pro/49/Logfile.txt -C ../unxfbsd.pro/49/checksums.txt Local Script Particel Zip (c) 2000 Sun Microsystems mkdir -p ../unxfbsd.pro/01/normal rm -f ../unxfbsd.pro/01/normal/* rm: No match. lzip -p . -e ../unxfbsd.pro/misc/lzip.log -l 01 -f openoffice.lst -d ../unxfbsd.pro/01 -n OfficeOSL -e ../unxfbsd.pro/01/Logfile.txt -C ../unxfbsd.pro/01/checksums.txt Local Script Particel Zip (c) 2000 Sun Microsystems WARNING! Project(s): gtk not found and couldn't be built. Correct build.lsts. ------------- osiris-openoffice-1.1,1:50am# make install ===> Installing for openoffice-1.1.3_1 ===> openoffice-1.1.3_1 depends on file: /usr/local/bin/perl5.8.5 - found ===> openoffice-1.1.3_1 depends on executable: pkg-config - found ===> openoffice-1.1.3_1 depends on shared library: jpeg.9 - found ===> openoffice-1.1.3_1 depends on shared library: png.5 - found ===> openoffice-1.1.3_1 depends on shared library: mng.1 - found ===> openoffice-1.1.3_1 depends on shared library: freetype.9 - found ===> openoffice-1.1.3_1 depends on shared library: glib12.3 - found ===> openoffice-1.1.3_1 depends on shared library: gtk12.2 - found ===> openoffice-1.1.3_1 depends on shared library: ORBit.2 - found ===> openoffice-1.1.3_1 depends on shared library: glib-2.0.400 - found ===> openoffice-1.1.3_1 depends on shared library: atk-1.0.800 - found ===> openoffice-1.1.3_1 depends on shared library: pango-1.0.600 - found ===> openoffice-1.1.3_1 depends on shared library: gtk-x11-2.0.400 - found ===> Generating temporary packing list ===> Checking if editors/openoffice-1.1 already installed # # UGLY hack to not have to specify a X-Display. # /usr/X11R6/bin/Xvfb :1001 -screen 0 800x600x24 > /dev/null 2>&1 & echo $! > /usr/ports/editors/openoffice-1.1/work/.Xvfb.pid ./install: not found *** Error code 127 Cheers. -- Jonathan Chen ---------------------------------------------------------------------- char *p="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} From owner-freebsd-openoffice@FreeBSD.ORG Tue Jan 4 20:45:49 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A9FC16A4CE for ; Tue, 4 Jan 2005 20:45:49 +0000 (GMT) Received: from mail17.syd.optusnet.com.au (mail17.syd.optusnet.com.au [211.29.132.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6494C43D2D for ; Tue, 4 Jan 2005 20:45:48 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) j04Kjh6k015776 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 5 Jan 2005 07:45:44 +1100 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])j04KjhxP037944; Wed, 5 Jan 2005 07:45:43 +1100 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost)j04KjgOO037943; Wed, 5 Jan 2005 07:45:42 +1100 (EST) (envelope-from pjeremy) Date: Wed, 5 Jan 2005 07:45:42 +1100 From: Peter Jeremy To: Adam K Kirchhoff Message-ID: <20050104204542.GG34222@cirb503493.alcatel.com.au> References: <41DA71FA.4010407@voicenet.com> <200501041357.09828.4711@chello.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200501041357.09828.4711@chello.at> User-Agent: Mutt/1.4.2i cc: freebsd-openoffice@freebsd.org Subject: Re: port install failed X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2005 20:45:49 -0000 On Tue, 2005-Jan-04 13:56:38 +0100, Christian Hiris wrote: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >On Tuesday 04 January 2005 11:37, Adam K Kirchhoff wrote: >> >===> Installing for openoffice-1.1.4.20041101_1 >> >===> openoffice-1.1.4.20041101_1 depends on file: >> > /usr/local/bin/perl5.8.5 - found >> >===> openoffice-1.1.4.20041101_1 depends on executable: pkg-config - >> > found ===> Generating temporary packing list >> >===> Checking if editors/openoffice-1.1-devel already installed >> >./install: not found >> >*** Error code 127 >> > >> >Stop in /usr/ports/editors/openoffice-1.1-devel. >> >> I'm getting this as well. Please don't tell me I went through all the >> hassle of building openoffice and there's no way to get it installed now >> :-) > >Refer to http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/75785. >patch-gcc,config,freebsd-spec.h of lang/ggc32 doesn't work as expected. >A workaround is quite simple, but recompilation of the ports lang/gcc32 and OO >is required. You can short-circuit a lot of this if you're game. freebsd-spec.h should only affect a small part of the compiler and all the OOo objects are OK, it's just some of the linking that's broken. - Manually patch .../lang/gcc32/work/gcc-3.2.3/gcc/config/freebsd-spec.h - Delete .../lang/gcc32/work/.build_done.gcc-3.2.3_2._usr_local and .../lang/gcc32/work/.install_done.gcc-3.2.3_2._usr_local - Uninstall gcc-3.2.3_2 and re-run "make install" for lang/gcc32 - Delete any OOo executables that use libc_r: cd .../editors/openoffice-1.1/work find * -type f \( -mode -0100 -o -name \*.so\* \) -print | \ while read x; do ldd $x 2>/dev/null | grep -q libc_r && rm $x ; done - Delete .../editors/openoffice-1.1/work/.build_done.openoffice-1.1.3_1._usr_local - Rerun "make" and "make install" for editors/openoffice-1.1 Note that I haven't actually executed this myself but all the steps should work. -- Peter Jeremy From owner-freebsd-openoffice@FreeBSD.ORG Tue Jan 4 20:58:33 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ACFB16A4CE for ; Tue, 4 Jan 2005 20:58:33 +0000 (GMT) Received: from mail14.syd.optusnet.com.au (mail14.syd.optusnet.com.au [211.29.132.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE10D43D3F for ; Tue, 4 Jan 2005 20:58:32 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) j04KwLm2002829 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 5 Jan 2005 07:58:23 +1100 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])j04KwLxP037965; Wed, 5 Jan 2005 07:58:21 +1100 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost)j04KwLHm037964; Wed, 5 Jan 2005 07:58:21 +1100 (EST) (envelope-from pjeremy) Date: Wed, 5 Jan 2005 07:58:21 +1100 From: Peter Jeremy To: Jonathan Chen Message-ID: <20050104205820.GH34222@cirb503493.alcatel.com.au> References: <20050104181315.GA54570@osiris.chen.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050104181315.GA54570@osiris.chen.org.nz> User-Agent: Mutt/1.4.2i cc: freebsd-openoffice@freebsd.org Subject: Re: OpenOffice 1.1 port build fails. X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2005 20:58:33 -0000 On Wed, 2005-Jan-05 07:13:15 +1300, Jonathan Chen wrote: >I'm running 5.3-STABLE/i386, and I'm getting a consistent failure >on my build and install. The "lzip" executable also crashes with a >core-dump exactly twice during the build. Has anyone gotten to port >to install on the -STABLE? This is a bug in the gcc32 port. See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/75785 I can install it but not run it. -- Peter Jeremy From owner-freebsd-openoffice@FreeBSD.ORG Tue Jan 4 21:44:44 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F393516A4CE for ; Tue, 4 Jan 2005 21:44:43 +0000 (GMT) Received: from mail02.syd.optusnet.com.au (mail02.syd.optusnet.com.au [211.29.132.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 617B743D45 for ; Tue, 4 Jan 2005 21:44:43 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) j04Lif3W016404 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Wed, 5 Jan 2005 08:44:42 +1100 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])j04LifxP038103 for ; Wed, 5 Jan 2005 08:44:41 +1100 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost)j04Lifrq038102 for freebsd-openoffice@freebsd.org; Wed, 5 Jan 2005 08:44:41 +1100 (EST) (envelope-from pjeremy) Date: Wed, 5 Jan 2005 08:44:41 +1100 From: Peter Jeremy To: freebsd-openoffice@freebsd.org Message-ID: <20050104214441.GA38084@cirb503493.alcatel.com.au> References: <20050104181315.GA54570@osiris.chen.org.nz> <20050104205820.GH34222@cirb503493.alcatel.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050104205820.GH34222@cirb503493.alcatel.com.au> User-Agent: Mutt/1.4.2i Subject: Re: OpenOffice 1.1 port build fails. X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2005 21:44:44 -0000 On Wed, 2005-Jan-05 07:58:20 +1100, Peter Jeremy wrote: >I can install it but not run it. Having said that, I can't reproduce the problem and OOo 1.1.3 now runs happily on 5.3p2. -- Peter Jeremy From owner-freebsd-openoffice@FreeBSD.ORG Wed Jan 5 20:36:45 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DF9E16A4CE for ; Wed, 5 Jan 2005 20:36:45 +0000 (GMT) Received: from out009.verizon.net (out009pub.verizon.net [206.46.170.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3B7E43D2D for ; Wed, 5 Jan 2005 20:36:44 +0000 (GMT) (envelope-from reso3w83@verizon.net) Received: from ringworm.mechee.com ([4.26.84.7]) by out009.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050105203643.DAUY24088.out009.verizon.net@ringworm.mechee.com> for ; Wed, 5 Jan 2005 14:36:43 -0600 Received: by ringworm.mechee.com (Postfix, from userid 1001) id 6FD742CE742; Wed, 5 Jan 2005 12:33:27 -0800 (PST) From: "Michael C. Shultz" To: openoffice@FreeBSD.org Date: Wed, 5 Jan 2005 12:33:24 -0800 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501051233.25939.reso3w83@verizon.net> X-Authentication-Info: Submitted using SMTP AUTH at out009.verizon.net from [4.26.84.7] at Wed, 5 Jan 2005 14:36:39 -0600 Subject: openoffice 1.1.3 wont build X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2005 20:36:45 -0000 When I try to build openoffice 1.1.3 I get the following: #make WITH_DEBUG=2 WITH_TTF_BYTECODE_ENABLED=YES ===> Building for openoffice-1.1.3_1 ===> Extracting mozilla sub project ===> Vulnerability check disabled, database not found ===> Extracting for mozilla-1.0.2_1 => Checksum OK for mozilla-source-1.0.2.tar.bz2. => Checksum OK for libart_lgpl-1.0.2.tar.bz2. ===> mozilla-1.0.2_1 depends on file: /usr/local/bin/perl5.8.5 - found ===> Patching for mozilla-1.0.2_1 ===> mozilla-1.0.2_1 depends on file: /usr/local/bin/perl5.8.5 - found ===> Applying FreeBSD patches for mozilla-1.0.2_1 ===> Building mozilla sub project sed: -i may not be used with stdin *** Error code 1 -Mike If there is any info you need just let me know please. output of uname -a: FreeBSD ringworm.mechee.com 5.3-STABLE FreeBSD 5.3-STABLE #1: Sat Jan 1 10:51:58 PST 2005 root@ringworm.mechee.com:/ROUTER/obj/ROUTER/src-5.3/sys/RINGWORM i386 From owner-freebsd-openoffice@FreeBSD.ORG Wed Jan 5 22:45:20 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C287516A4CE for ; Wed, 5 Jan 2005 22:45:20 +0000 (GMT) Received: from harik.murex.com (mail.murex.com [194.98.239.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 320C443D31 for ; Wed, 5 Jan 2005 22:45:20 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from interscan.fr.murex.com (iscan.murex.fr [172.21.17.207] (may be forged)) by harik.murex.com with ESMTP id j05Maagu014299 for ; Wed, 5 Jan 2005 23:36:36 +0100 (CET) Received: from mxmail.murex.com (interscan.murex.fr [127.0.0.1]) by interscan.fr.murex.com (8.11.6/8.11.6) with ESMTP id j05NDBC22826 for ; Thu, 6 Jan 2005 00:13:11 +0100 Received: from mteterin.us.murex.com ([172.21.130.86]) by mxmail.murex.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 5 Jan 2005 23:44:52 +0100 From: Mikhail Teterin Organization: Virtual Estates, Inc. To: openoffice@FreeBSD.org Date: Wed, 5 Jan 2005 17:44:51 -0500 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501051744.51899.mi+mx@aldan.algebra.com> X-OriginalArrivalTime: 05 Jan 2005 22:44:52.0572 (UTC) FILETIME=[2B9051C0:01C4F378] Subject: updating to 1.1.4 X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2005 22:45:20 -0000 Hello! I've placed the new version of the port at http://virtual-estates.net/~mi/port-stuff/ooo.tar.bz It is not "polished", but it builds. And it builds with any compiler (thanks to Gentoo). All patches needed are there and all obsoleted ones are removed. The package I built here is at: http://virtual-estates.net/~mi/port-stuff/openoffice-1.1.4.tbz but some dependencies may be wrong/missing :-( I used the scalc already -- seems just fine. I'm working on an even cleaner build (utilizing the installed versions of expat, Python, db4, sablotron, and others), but that is not finished yet and I am leaving for a vacation. Yours, -mi From owner-freebsd-openoffice@FreeBSD.ORG Thu Jan 6 07:36:14 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43B2916A4CE for ; Thu, 6 Jan 2005 07:36:14 +0000 (GMT) Received: from satie.private.org (qclgw.qcl.t.u-tokyo.ac.jp [133.11.70.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id E23AD43D45 for ; Thu, 6 Jan 2005 07:36:12 +0000 (GMT) (envelope-from chat95@mac.com) Received: from localhost (localhost [IPv6:::1]) by satie.private.org (8.13.1/8.13.1) with ESMTP id j067aHgQ038949 for ; Thu, 6 Jan 2005 16:36:18 +0900 (JST) (envelope-from chat95@mac.com) Date: Thu, 06 Jan 2005 16:36:17 +0900 (JST) Message-Id: <20050106.163617.730553156.chat95@mac.com> To: freebsd-openoffice@freebsd.org From: NAKATA Maho In-Reply-To: <20050104214441.GA38084@cirb503493.alcatel.com.au> References: <20050104181315.GA54570@osiris.chen.org.nz> <20050104205820.GH34222@cirb503493.alcatel.com.au> <20050104214441.GA38084@cirb503493.alcatel.com.au> Organization: private X-Mailer: Mew version 3.3 on XEmacs 21.4.14 (Reasonable Discussion) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: OpenOffice 1.1 port build fails. X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2005 07:36:14 -0000 Dear all I recieved many many e-mails about openoffice.org 1.1.3 port build fails. like ./install is not found I realized that this was -pthread issue. namely, gcc-3.2.3 from lang/gcc32 had a serious problem with it (before 2004/11/07). problem: o gcc32 -pthread foo.c with FreeBSD 5.3-RELEASE links against -lc_r instead of -lpthread. o `broken -pthread' version of gcc32 produces *sometimes* unusable binaries. this was fix by lofi at 2004/11/07 Solution o cvsup your port tree and upgrade gcc32 to gcc 3.2.3_2 and rebuild OOo again. Why this problem occured. o originally, openoffice-1.1 port seems to ignore PTHREAD_CFLAGS, PTHREAD_LDFLAGS passed by ports. o openoffice-1.1 has its original PTHREAD_CFLAGS, PTHREAD_LDFLAGS recognition system in config_office/configure.in. but it has a bug. For FreeBSD 5.3-RELEASE or later and FreeBSD 4, config_office/configure.in passes PTHREAD_LIBS as -lpthread instead of -pthread. This breaks bento builds for FreeBSD 4 packages. A fix was committed at 2004/12/18 03:06:13 http://www.freebsd.org/cgi/cvsweb.cgi/ports/editors/openoffice-1.1/files/patch-config_office%2bconfigure.in.diff?r1=1.13&r2=1.14&f=h o gcc32 was fixed. lofi committed a fix at 2004/11/07 18:20:57 http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/gcc32/Makefile.diff?r1=1.173&r2=1.174&f=h and bumped portrevesion (3.2.3_2) and cleaner support of -pthread was committed by obrien at Sun Dec 19 20:03:05 2004 UTC. Diagnositcs: 0. a person who tried to build OOo before than 2004/12/18, s/he doens't have a problem since ooo passes -lpthread as PTHREAD_CFLAGS, and gcc32 links against -lpthread, regardless of the version of gcc32. 1. a person who didn't upgrade his/her gcc32 to 3.2.3_2, openoffice-1.1 was broken since 2004/12/18. gcc32 links against -lc_r, although -pthread is specified. as described above, links against lc_r instead of -lpthread when -pthread is passed to gcc32, produces somewhat odd binaries. so OOo fails to build. 2. a peson who upgarded gcc32 to 3.2.3_2 and build ooo after 2004/12/18, s/he doesn't have a problem with building OOo. since ooo passes -pthread as PTERHAD_CFLAGS, and gcc32 recognize -pthread as linking against -lpthread not -lc_r. I didn't notice since I was the case 0 and 2. This was also a key for openoffice-2.0-devel (not yet committed) to working port... Thanks for you all, -- NAKATA, Maho From owner-freebsd-openoffice@FreeBSD.ORG Thu Jan 6 10:45:10 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F81816A4CF for ; Thu, 6 Jan 2005 10:45:10 +0000 (GMT) Received: from satie.private.org (qclgw.qcl.t.u-tokyo.ac.jp [133.11.70.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39A0343D49 for ; Thu, 6 Jan 2005 10:45:09 +0000 (GMT) (envelope-from chat95@mac.com) Received: from localhost (localhost [IPv6:::1]) by satie.private.org (8.13.1/8.13.1) with ESMTP id j06AjE3N024171 for ; Thu, 6 Jan 2005 19:45:15 +0900 (JST) (envelope-from chat95@mac.com) Date: Thu, 06 Jan 2005 19:45:14 +0900 (JST) Message-Id: <20050106.194514.607979232.chat95@mac.com> To: freebsd-openoffice@freebsd.org From: NAKATA Maho In-Reply-To: <20050106.163617.730553156.chat95@mac.com> References: <20050104205820.GH34222@cirb503493.alcatel.com.au> <20050104214441.GA38084@cirb503493.alcatel.com.au> <20050106.163617.730553156.chat95@mac.com> Organization: private X-Mailer: Mew version 3.3 on XEmacs 21.4.14 (Reasonable Discussion) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: OpenOffice 1.1 port build fails. X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2005 10:45:10 -0000 Still gcc32 is broken. confirmed. http://www.freebsd.org/cgi/query-pr.cgi?pr=75785 -- NAKATA, Maho From owner-freebsd-openoffice@FreeBSD.ORG Thu Jan 6 11:01:27 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61F8E16A4CE for ; Thu, 6 Jan 2005 11:01:27 +0000 (GMT) Received: from chello084114137224.1.15.vie.surfer.at (chello084114137224.1.15.vie.surfer.at [84.114.137.224]) by mx1.FreeBSD.org (Postfix) with SMTP id CFFB943D1F for ; Thu, 6 Jan 2005 11:01:25 +0000 (GMT) (envelope-from 4711@chello.at) Received: (qmail 24406 invoked from network); 6 Jan 2005 11:01:21 -0000 Received: from matrix010.matrix.net (192.168.123.10) by ns.matrix.net with SMTP; 6 Jan 2005 11:01:21 -0000 From: Christian Hiris <4711@chello.at> To: freebsd-openoffice@freebsd.org Date: Thu, 6 Jan 2005 12:01:05 +0100 User-Agent: KMail/1.7 References: <20050104205820.GH34222@cirb503493.alcatel.com.au> <20050106.163617.730553156.chat95@mac.com> <20050106.194514.607979232.chat95@mac.com> In-Reply-To: <20050106.194514.607979232.chat95@mac.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501061201.21199.4711@chello.at> Subject: Re: OpenOffice 1.1 port build fails. X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2005 11:01:27 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thursday 06 January 2005 11:45, NAKATA Maho wrote: > Still gcc32 is broken. confirmed. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=75785 > -- NAKATA, Maho Yes, it is. Maybe we should mark the gcc32 and/or OO ports as broken until gcc32 has been fixed? Cheers, ch - -- Christian Hiris <4711@chello.at> | OpenPGP KeyID 0x3BCA53BE OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB3RqB09WjGjvKU74RAuMVAJ0Un0S7hMEioVSEHxW3zdCsNKKuXQCdGHDe 4w/fxAQu+LrI5v/Od1fKKSU= =O1bD -----END PGP SIGNATURE----- From owner-freebsd-openoffice@FreeBSD.ORG Thu Jan 6 11:07:46 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0ABE16A4CE for ; Thu, 6 Jan 2005 11:07:46 +0000 (GMT) Received: from mail25.syd.optusnet.com.au (mail25.syd.optusnet.com.au [211.29.133.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00DAE43D1F for ; Thu, 6 Jan 2005 11:07:46 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) j06B7iNq026084 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 6 Jan 2005 22:07:45 +1100 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])j06B7ixP040144; Thu, 6 Jan 2005 22:07:44 +1100 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost)j06B7hSs040143; Thu, 6 Jan 2005 22:07:43 +1100 (EST) (envelope-from pjeremy) Date: Thu, 6 Jan 2005 22:07:43 +1100 From: Peter Jeremy To: NAKATA Maho Message-ID: <20050106110743.GA39552@cirb503493.alcatel.com.au> References: <20050104181315.GA54570@osiris.chen.org.nz> <20050104205820.GH34222@cirb503493.alcatel.com.au> <20050104214441.GA38084@cirb503493.alcatel.com.au> <20050106.163617.730553156.chat95@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050106.163617.730553156.chat95@mac.com> User-Agent: Mutt/1.4.2i cc: freebsd-openoffice@freebsd.org Subject: Re: OpenOffice 1.1 port build fails. X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2005 11:07:46 -0000 On Thu, 2005-Jan-06 16:36:17 +0900, NAKATA Maho wrote: >I recieved many many e-mails about openoffice.org 1.1.3 port build fails. >like ./install is not found ... >Solution >o cvsup your port tree and upgrade gcc32 to gcc 3.2.3_2 and > rebuild OOo again. I disagree. I ran into the problem whilst trying to build OOo from scratch (no ports installed but an up-to-date ports tree) in early January on 5.3. >2. a peson who upgarded gcc32 to 3.2.3_2 and build ooo after 2004/12/18, > s/he doesn't have a problem with building OOo. This isn't true at least for 5.3: gcc 3.2.3_2 still tries to link OOo against both libc_r and libpthread. As far as I can tell, the patch obrien@ committed to gcc32 on 19/12 broke threads on 5.3. -- Peter Jeremy From owner-freebsd-openoffice@FreeBSD.ORG Thu Jan 6 11:25:04 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2222F16A4CE for ; Thu, 6 Jan 2005 11:25:04 +0000 (GMT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 094E543D45 for ; Thu, 6 Jan 2005 11:24:57 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 11082 invoked by uid 89); 6 Jan 2005 11:18:46 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 6 Jan 2005 11:18:46 -0000 Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 6F0C411493; Thu, 6 Jan 2005 13:10:57 +0200 (EET) Date: Thu, 6 Jan 2005 13:10:57 +0200 From: Ion-Mihai Tetcu To: Mikhail Teterin Message-ID: <20050106131057.5af7a597@it.buh.tecnik93.com> In-Reply-To: <200501051744.51899.mi+mx@aldan.algebra.com> References: <200501051744.51899.mi+mx@aldan.algebra.com> X-Mailer: Sylpheed-Claws 0.9.13 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: openoffice@FreeBSD.org Subject: Re: updating to 1.1.4 X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2005 11:25:04 -0000 On Wed, 5 Jan 2005 17:44:51 -0500 Mikhail Teterin wrote: > Hello! > > I've placed the new version of the port at > > http://virtual-estates.net/~mi/port-stuff/ooo.tar.bz fetch: http://virtual-estates.net/~mi/port-stuff/ooo.tar.bz: Not Found > It is not "polished", but it builds. Can i help with polishing ? I'm bitten by the 1.1.3 and I just need it to build on 5.3-STABLE -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-openoffice@FreeBSD.ORG Thu Jan 6 11:25:12 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B860216A4CE for ; Thu, 6 Jan 2005 11:25:12 +0000 (GMT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 104FC43D2D for ; Thu, 6 Jan 2005 11:25:02 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 11100 invoked by uid 89); 6 Jan 2005 11:18:56 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 6 Jan 2005 11:18:56 -0000 Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id A4F24114A2; Thu, 6 Jan 2005 13:11:04 +0200 (EET) Date: Thu, 6 Jan 2005 13:11:04 +0200 From: Ion-Mihai Tetcu To: NAKATA Maho Message-ID: <20050106131104.26d84dc6@it.buh.tecnik93.com> In-Reply-To: <20050106.163617.730553156.chat95@mac.com> References: <20050104181315.GA54570@osiris.chen.org.nz> <20050104205820.GH34222@cirb503493.alcatel.com.au> <20050104214441.GA38084@cirb503493.alcatel.com.au> <20050106.163617.730553156.chat95@mac.com> X-Mailer: Sylpheed-Claws 0.9.13 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-openoffice@freebsd.org Subject: Re: OpenOffice 1.1 port build fails. X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2005 11:25:12 -0000 On Thu, 06 Jan 2005 16:36:17 +0900 (JST) NAKATA Maho wrote: > Dear all > I recieved many many e-mails about openoffice.org 1.1.3 port build fails. > like ./install is not found > > I realized that this was -pthread issue. namely, gcc-3.2.3 from > lang/gcc32 had a serious problem with it (before 2004/11/07). And today ports tree. > > problem: > o gcc32 -pthread foo.c with FreeBSD 5.3-RELEASE links against > -lc_r instead of -lpthread And 5.3-STABLE cvsup'ed today. -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-openoffice@FreeBSD.ORG Thu Jan 6 13:09:11 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD11416A4CE for ; Thu, 6 Jan 2005 13:09:11 +0000 (GMT) Received: from ra.sigterm.com (sangui.lnk.telstra.net [139.130.16.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89BA143D2F for ; Thu, 6 Jan 2005 13:09:09 +0000 (GMT) (envelope-from stuart@sigterm.com) Received: from [203.39.73.118] (imhotep.sigterm.com [203.39.73.118]) by ra.sigterm.com (8.13.1/8.13.1) with ESMTP id j06D94CT074426 for ; Fri, 7 Jan 2005 00:09:06 +1100 (EST) (envelope-from stuart@sigterm.com) Message-ID: <41DD3870.5030100@sigterm.com> Date: Fri, 07 Jan 2005 00:09:04 +1100 From: Stuart Tanner User-Agent: Mozilla Thunderbird 1.0 (X11/20050104) X-Accept-Language: en-us, en MIME-Version: 1.0 To: openoffice@freebsd.org X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/mixed; boundary="------------070503090709080505020206" Subject: OpenOffice 1.1 Install Failure X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: stuart@sigterm.com List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2005 13:09:12 -0000 This is a multi-part message in MIME format. --------------070503090709080505020206 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I've been trying to install editors/openoffice-1.1 from a recent ports tree. The build appears to complete correctly but the installation fails on a missing ./install script. I have attached the end of the output of the build process. Any suggestions on how to complete the installation would be greatly appreciated. - -- Stuart Tanner GPG Key @ ftp://ftp.sigterm.com/pub/gpg/sjt.asc Those who would give up essential liberty, to purchase a little temporary saftey, deserve neither liberty nor saftey. -- Benjamin Franklin (1755) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFB3Thw+KM9V/q3buIRAjxZAKCsVCMrgETF325UBDh+9qkk5uqYzQCghidE SOyWBVd5v3zVzW9vqQc13gA= =kdwy -----END PGP SIGNATURE----- --------------070503090709080505020206 Content-Type: text/plain; name="OpenOfficeBuildError.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="OpenOfficeBuildError.txt" ============= Building project instsetoo ============= /usr/ports/editors/openoffice-1.1/work/OOo_1.1.3_src/instsetoo/util mkout -- version: 1.3 ------------------------------ Making: ../unxfbsd.pro/misc/util.dpc dmake subdmake=true -f makefile.mk product="full" depend=t ALLDPC ------------------------------ No Dependencies ------------- mkdir -p ../unxfbsd.pro/49/normal rm -f ../unxfbsd.pro/49/normal/* rm: No match. lzip -p . -e ../unxfbsd.pro/misc/lzip.log -l 49 -f openoffice.lst -d ../unxfbsd.pro/49 -n OfficeOSL -e ../unxfbsd.pro/49/Logfile.txt -C ../unxfbsd.pro/49/checksums.txt Local Script Particel Zip (c) 2000 Sun Microsystems mkdir -p ../unxfbsd.pro/01/normal rm -f ../unxfbsd.pro/01/normal/* rm: No match. lzip -p . -e ../unxfbsd.pro/misc/lzip.log -l 01 -f openoffice.lst -d ../unxfbsd.pro/01 -n OfficeOSL -e ../unxfbsd.pro/01/Logfile.txt -C ../unxfbsd.pro/01/checksums.txt Local Script Particel Zip (c) 2000 Sun Microsystems WARNING! Project(s): gtk not found and couldn't be built. Correct build.lsts. ------------- ===> Installing for openoffice-1.1.3_1 ===> openoffice-1.1.3_1 depends on file: /usr/local/bin/perl5.8.5 - found ===> openoffice-1.1.3_1 depends on executable: pkg-config - found ===> Generating temporary packing list ===> Checking if editors/openoffice-1.1 already installed ./install: not found *** Error code 127 Stop in /usr/ports/editors/openoffice-1.1. --------------070503090709080505020206-- From owner-freebsd-openoffice@FreeBSD.ORG Thu Jan 6 14:26:02 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22E7A16A4CE for ; Thu, 6 Jan 2005 14:26:02 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9562B43D46 for ; Thu, 6 Jan 2005 14:26:01 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.13.1/8.13.1/NinthNine) with SMTP id j06EQ01x047332; Thu, 6 Jan 2005 23:26:00 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Thu, 6 Jan 2005 23:26:00 +0900 (JST) Message-Id: <200501061426.j06EQ01x047332@sakura.ninth-nine.com> From: Norikatsu Shigemura To: freebsd-openoffice@FreeBSD.org In-Reply-To: <20050106.163617.730553156.chat95@mac.com> References: <20050104181315.GA54570@osiris.chen.org.nz> <20050104205820.GH34222@cirb503493.alcatel.com.au> <20050104214441.GA38084@cirb503493.alcatel.com.au> <20050106.163617.730553156.chat95@mac.com> X-Mailer: Sylpheed version 0.9.99-gtk2-20041024 (GTK+ 2.4.14; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (sakura.ninth-nine.com [219.127.74.121]); Thu, 06 Jan 2005 23:26:00 +0900 (JST) Subject: Re: OpenOffice 1.1 port build fails. X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2005 14:26:02 -0000 Myuuu... Sorry, I should Cc: maho@ about the fix of this issue at yesterday. On Thu, 06 Jan 2005 16:36:17 +0900 (JST) NAKATA Maho wrote: > o gcc32 was fixed. lofi committed a fix at 2004/11/07 18:20:57 > http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/gcc32/Makefile.diff?r1=1.173&r2=1.174&f=h and bumped portrevesion (3.2.3_2) > and cleaner support of -pthread was committed by obrien at > Sun Dec 19 20:03:05 2004 UTC. I have a patch to fix this issue. Please apply following patch on /usr/ports/lang/gcc32/files. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Index: patch-gcc,config,freebsd-spec.h =================================================================== RCS file: /home/ncvs/ports/lang/gcc32/files/patch-gcc,config,freebsd-spec.h,v retrieving revision 1.1 diff -u -r1.1 patch-gcc,config,freebsd-spec.h --- patch-gcc,config,freebsd-spec.h 19 Dec 2004 20:03:05 -0000 1.1 +++ patch-gcc,config,freebsd-spec.h 6 Jan 2005 13:37:20 -0000 @@ -1,9 +1,10 @@ --- gcc/config/freebsd-spec.h.orig Tue Mar 2 14:34:55 2004 +++ gcc/config/freebsd-spec.h Fri Dec 17 11:22:26 2004 -@@ -130,11 +130,19 @@ +@@ -130,11 +130,20 @@ }" #else #if FBSD_MAJOR >= 5 ++#include +#if __FreeBSD_version < 502102 /* upto FreeBSD 5.2.1 */ #define FBSD_LIB_SPEC " \ %{!shared: \ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - I contacted to portmgr@. But it's not critical for 4.x builds, So I cannot commit while ports freeze. From owner-freebsd-openoffice@FreeBSD.ORG Fri Jan 7 08:22:52 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BC6D16A4CE for ; Fri, 7 Jan 2005 08:22:52 +0000 (GMT) Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id C331943D1D for ; Fri, 7 Jan 2005 08:22:51 +0000 (GMT) (envelope-from bobf@mrp3.com) Received: from user-112v223.biz.mindspring.com ([66.47.136.67] helo=bobxp) by smtp10.atl.mindspring.net with smtp (Exim 3.33 #1) id 1CmpOU-0001Ur-00 for openoffice@FreeBSD.org; Fri, 07 Jan 2005 03:22:50 -0500 Message-ID: <045f01c4f492$bb965290$3f7aa8c0@bobxp> From: "Bob Frazier" To: Date: Fri, 7 Jan 2005 00:27:31 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: open office 1.1.3 fails to install in FBSD 5.3 (from the port) X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 08:22:52 -0000 I have tried several times to build open office and have not succeeded. My most recent ports update was 2 days ago (1/4/2004). I have encountered several problems. I shall summarize the ones I remember. First problem, gcc32 wasn't working properly. I had to re-build it from the port. Previously I had built it under FBSD 5.2.1 . With 5.3-STABLE, at least one of the header files was giving me errors. Re-instaling the gcc32 port fixed this particular problem. Second, I got several errors associated with 'libstl' (or similar) so I installed 'stlport' from ports, which seemed to correct THAT problem. Third, I continued to get errors at the end of the build, that suggested I check 'build.lst' for 'gtk'. I found the following 2 files and removed the reference to 'gtk' from both of them, and that particular error message went away. The files: work/OOo_1.1.3_src/crashrep/prj/build.lst and work/OOo_1.1.3_src/solver/645/unxfbsd.pro/inc/crashrep/build.lst However, there is one error I have *NOT* been able to correct. When I use 'make install' (rather than just 'make') I immediately get the following error message (and also at the end of the build if I do 'make install' rather than just 'make'): ./install: not found *** Error code 127 In short, Open Office won't install. At all. No matter how hard I try to "make it fit". I did a 'make -ld install' after this to capture more info, and here's the relevant section (I'm using '/d-drive/superwork' as the 'work directory' for building the port because I don't have 4Gb of space on /usr ). cd /d-drive/superwork/usr/ports/editors/openoffice-1.1/work/OOo_1.1.3_src/insts etoo/*.pro/01/normal/ ; SAL_IGNOREXERRORS=1 TEMP=/d- drive/superwork/usr/ports/editors/openoffice-1.1/work DISPLAY=localhost:0 ./install --prefix=/usr/local ./install: not found *** Error code 127 The only reason I am upgrading (or actually, INSTALLING after deinstalling the previous one) open office at this time is because the ports tree had an updated version in it (1.1.2 was working FINE for me) and I was trying to upgrade gnome, as part of a "fix all of the security issues and get myself up to date" operation on all of the FBSD machines. Unfortunately you can't pick and choose very well which ports you want to upgrade and which you do not, and the gnome upgrade would have forced an Open Office upgrade as well, so I *deinstalled* open office first, anticipating the long time needed to build it. And so, after fixing gnome build problems and getting THAT straightened out, I end up not getting open office back... And "reverting" to an earlier "it would build" version, by loading individual files into the ports directory, is always somewhat painful. It's never a guarantee you have a "matched set". It's not like there's a tarball waiting out there for "release XXX of this port" that you can just download to refresh to an earlier version... So hopefully I have provided you with sufficient information to make the port 'buildable' *AND* 'installable'. From owner-freebsd-openoffice@FreeBSD.ORG Fri Jan 7 09:25:46 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 092EA16A4CE for ; Fri, 7 Jan 2005 09:25:46 +0000 (GMT) Received: from out002.verizon.net (out002pub.verizon.net [206.46.170.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9560343D2D for ; Fri, 7 Jan 2005 09:25:45 +0000 (GMT) (envelope-from mi@corbulon.video-collage.com) Received: from corbulon.video-collage.com ([151.204.231.237]) by out002.verizon.netESMTP <20050107092544.HFAN12052.out002.verizon.net@corbulon.video-collage.com>; Fri, 7 Jan 2005 03:25:44 -0600 Received: from corbulon.video-collage.com (mi@localhost.video-collage.com [127.0.0.1])j079Pe3B011565 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 7 Jan 2005 04:25:41 -0500 (EST) (envelope-from mi@corbulon.video-collage.com) Received: (from mi@localhost)j079Pejv011564; Fri, 7 Jan 2005 04:25:40 -0500 (EST) (envelope-from mi) From: Mikhail Teterin Message-Id: <200501070925.j079Pejv011564@corbulon.video-collage.com> To: itetcu@people.tecnik93.com (Ion-Mihai Tetcu) Date: Fri, 7 Jan 2005 04:25:40 -0500 (EST) In-Reply-To: <20050106131057.5af7a597@it.buh.tecnik93.com> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamd / ClamAV version devel-20040615, clamav-milter version 0.73a on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 X-Authentication-Info: Submitted using SMTP AUTH at out002.verizon.net from [151.204.231.237] at Fri, 7 Jan 2005 03:25:41 -0600 cc: Mikhail Teterin cc: openoffice@FreeBSD.org Subject: Re: updating to 1.1.4 X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 09:25:46 -0000 > > http://virtual-estates.net/~mi/port-stuff/ooo.tar.bz > > fetch: http://virtual-estates.net/~mi/port-stuff/ooo.tar.bz: Not Found Try .bz2 :-) Sorry for the typo. > > It is not "polished", but it builds. > > Can i help with polishing ? I'm bitten by the 1.1.3 and I just need it > to build on 5.3-STABLE Definetely! That's why I posted it :-) THe two main achievements so far are: . system compiler can be used; . ports of some of the things are used (instead of bundled versions). Thanks! -mi From owner-freebsd-openoffice@FreeBSD.ORG Fri Jan 7 09:33:00 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE98116A4CE for ; Fri, 7 Jan 2005 09:33:00 +0000 (GMT) Received: from relay.rdsnet.ro (gimli.rdsnet.ro [193.231.236.70]) by mx1.FreeBSD.org (Postfix) with SMTP id ED72F43D48 for ; Fri, 7 Jan 2005 09:32:59 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 18213 invoked from network); 7 Jan 2005 09:29:28 -0000 Received: from unknown (HELO rdsnet.ro) (62.231.74.131) by smtp1-133.rdsnet.ro with SMTP; 7 Jan 2005 09:29:28 -0000 Received: (qmail 23869 invoked from network); 7 Jan 2005 09:32:57 -0000 Received: from unknown (HELO buh.cameradicommercio.ro) (82.76.1.117) by mail.rdsnet.ro with SMTP; 7 Jan 2005 09:32:57 -0000 Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro [192.168.0.10]) by buh.cameradicommercio.ro (Postfix) with ESMTP id 028FD60B0; Fri, 7 Jan 2005 11:32:55 +0200 (EET) Received: from it.buh.cameradicommercio.ro (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id B25C727; Fri, 7 Jan 2005 11:33:47 +0200 (EET) Date: Fri, 7 Jan 2005 11:33:47 +0200 From: Ion-Mihai Tetcu To: Mikhail Teterin Message-ID: <20050107113347.79b5afa7@it.buh.cameradicommercio.ro> In-Reply-To: <200501070925.j079Pejv011564@corbulon.video-collage.com> References: <20050106131057.5af7a597@it.buh.tecnik93.com> <200501070925.j079Pejv011564@corbulon.video-collage.com> X-Mailer: Sylpheed-Claws 0.9.13 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: Mikhail Teterin cc: openoffice@FreeBSD.org Subject: Re: updating to 1.1.4 X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 09:33:01 -0000 On Fri, 7 Jan 2005 04:25:40 -0500 (EST) Mikhail Teterin wrote: > > > http://virtual-estates.net/~mi/port-stuff/ooo.tar.bz > > > > fetch: http://virtual-estates.net/~mi/port-stuff/ooo.tar.bz: Not Found > > Try .bz2 :-) Sorry for the typo. And I didn't thought of that :o > > > It is not "polished", but it builds. > > > > Can i help with polishing ? I'm bitten by the 1.1.3 and I just need it > > to build on 5.3-STABLE > > Definetely! That's why I posted it :-) The two main achievements so far > are: > > . system compiler can be used; > . ports of some of the things are used (instead of bundled versions). > > Thanks! Don't, at least not yet; and given the fact that my familiarity with this port consist of about one hour of trying to understand it when the index was broken by it some time ago, I don't think the odds are big; but I'll try :) -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-openoffice@FreeBSD.ORG Fri Jan 7 20:08:55 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EED6B16A4CE for ; Fri, 7 Jan 2005 20:08:55 +0000 (GMT) Received: from mail23.syd.optusnet.com.au (mail23.syd.optusnet.com.au [211.29.133.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 001F943D1F for ; Fri, 7 Jan 2005 20:08:54 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) j07K8cVb003410 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 8 Jan 2005 07:08:43 +1100 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])j07K8cxP045224; Sat, 8 Jan 2005 07:08:38 +1100 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost)j07K8cqg045223; Sat, 8 Jan 2005 07:08:38 +1100 (EST) (envelope-from pjeremy) Date: Sat, 8 Jan 2005 07:08:38 +1100 From: Peter Jeremy To: Mikhail Teterin Message-ID: <20050107200838.GE39552@cirb503493.alcatel.com.au> References: <200501051744.51899.mi+mx@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200501051744.51899.mi+mx@aldan.algebra.com> User-Agent: Mutt/1.4.2i cc: openoffice@freebsd.org Subject: Re: updating to 1.1.4 X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 20:08:56 -0000 On Wed, 2005-Jan-05 17:44:51 -0500, Mikhail Teterin wrote: >Hello! > >I've placed the new version of the port at > > http://virtual-estates.net/~mi/port-stuff/ooo.tar.bz > >It is not "polished", but it builds. And it builds with any compiler (thanks >to Gentoo). All patches needed are there and all obsoleted ones are removed. With ooo.tar.bz2 fetched about an hour ago, I get: => OOo-GCC-3.4.patch.bz2 doesn't seem to exist in /usr/ports/distfiles/openoffice1.1. => Attempting to fetch from http://virtual-estates.net/~mi/port-stuff/. fetch: http://virtual-estates.net/~mi/port-stuff/OOo-GCC-3.4.patch.bz2: size mismatch: expected 34115, actual 32776 When I fetch it, the MD5's don't match and re-calculating, I get: MD5 (openoffice1.1/OOo-GCC-3.4.patch.bz2) = b468a543d2e2ca54b484bb2875901c06 -- Peter Jeremy From owner-freebsd-openoffice@FreeBSD.ORG Sat Jan 8 11:57:59 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C514D16A4CE for ; Sat, 8 Jan 2005 11:57:59 +0000 (GMT) Received: from out003.verizon.net (out003pub.verizon.net [206.46.170.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 596BB43D3F for ; Sat, 8 Jan 2005 11:57:59 +0000 (GMT) (envelope-from mi@corbulon.video-collage.com) Received: from corbulon.video-collage.com ([151.204.231.237]) by out003.verizon.netESMTP <20050108115758.EXSD1106.out003.verizon.net@corbulon.video-collage.com>; Sat, 8 Jan 2005 05:57:58 -0600 Received: from corbulon.video-collage.com (mi@localhost.video-collage.com [127.0.0.1])j08BvkAr068065 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 8 Jan 2005 06:57:46 -0500 (EST) (envelope-from mi@corbulon.video-collage.com) Received: (from mi@localhost)j08Bvk9f068063; Sat, 8 Jan 2005 06:57:46 -0500 (EST) (envelope-from mi) From: Mikhail Teterin Message-Id: <200501081157.j08Bvk9f068063@corbulon.video-collage.com> To: PeterJeremy@optushome.com.au (Peter Jeremy) Date: Sat, 8 Jan 2005 06:57:46 -0500 (EST) In-Reply-To: <20050107200838.GE39552@cirb503493.alcatel.com.au> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamd / ClamAV version devel-20040615, clamav-milter version 0.73a on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [151.204.231.237] at Sat, 8 Jan 2005 05:57:55 -0600 cc: openoffice@freebsd.org Subject: Re: updating to 1.1.4 X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jan 2005 11:57:59 -0000 > On Wed, 2005-Jan-05 17:44:51 -0500, Mikhail Teterin wrote: > >Hello! > > > >I've placed the new version of the port at > > > > http://virtual-estates.net/~mi/port-stuff/ooo.tar.bz > > > >It is not "polished", but it builds. And it builds with any compiler (thanks > >to Gentoo). All patches needed are there and all obsoleted ones are removed. > > With ooo.tar.bz2 fetched about an hour ago, I get: > => OOo-GCC-3.4.patch.bz2 doesn't seem to exist in /usr/ports/distfiles/openoffice1.1. > => Attempting to fetch from http://virtual-estates.net/~mi/port-stuff/. > fetch: http://virtual-estates.net/~mi/port-stuff/OOo-GCC-3.4.patch.bz2: size mismatch: expected 34115, actual 32776 > > When I fetch it, the MD5's don't match and re-calculating, I get: > MD5 (openoffice1.1/OOo-GCC-3.4.patch.bz2) = b468a543d2e2ca54b484bb2875901c06 Sorry. Please, re-run `make makesum'... Thanks! -mi From owner-freebsd-openoffice@FreeBSD.ORG Sat Jan 8 18:43:09 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96BC116A4CE for ; Sat, 8 Jan 2005 18:43:09 +0000 (GMT) Received: from mi.cl (mail-gw5.metropolis-inter.com [200.30.193.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C8D343D31 for ; Sat, 8 Jan 2005 18:43:08 +0000 (GMT) (envelope-from bob@sofsis.cl) X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on mail-gw5.mi.cl X-Spam-Level: X-Spam-Status: No, score=0.0 required=8.0 tests=none autolearn=unavailable version=3.0.2 X-TFF-CGPSA-Version: 1.4 X-TFF-CGPSA-Filter: Scanned Received: from [200.30.193.17] (HELO mi.cl) by mail-gw5.mi.cl (CommuniGate Pro SMTP 4.2.8) with ESMTP id 7566255 for openoffice@freebsd.org; Sat, 08 Jan 2005 15:40:37 -0300 Received-SPF: none receiver=mail-gw5.mi.cl; client-ip=200.30.193.17; envelope-from=bob@sofsis.cl X-AttachExt: vcf X-ExtScanner: Niversoft's FindAttachments (free) Received: from [200.74.66.227] (account asdasdasd@mi.cl HELO www.sofsis.cl) by mail1.mi.cl (CommuniGate Pro SMTP 4.2.8) with ESMTP id 50831430 for openoffice@freebsd.org; Sat, 08 Jan 2005 15:41:55 -0300 Received: from [10.0.0.100] (pc-200-74-66-227.asturias1.pc.metropolis-inter.com [200.74.66.227]) (authenticated bits=0) by www.sofsis.cl (8.13.1/8.13.1) with ESMTP id j08IiA4W075927 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 8 Jan 2005 15:44:16 -0300 (CLST) (envelope-from bob@sofsis.cl) Message-ID: <41DDA7D1.8040706@sofsis.cl> Date: Thu, 06 Jan 2005 21:04:17 +0000 From: Phillip Neumann User-Agent: Mozilla Thunderbird 1.0 (X11/20041208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: openoffice@freebsd.org Content-Type: multipart/mixed; boundary="------------090406090909040009000600" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: gtk2 X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jan 2005 18:43:09 -0000 This is a multi-part message in MIME format. --------------090406090909040009000600 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit is there a way to copmile OO with thouse Gtk2 patches?.. thanks -- _________________________ Phillip Neumann phillip@sofsis.cl www.sofsis.cl --------------090406090909040009000600--