From owner-freebsd-alpha Sat Jan 11 17:15:26 2003 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84A4D37B401 for ; Sat, 11 Jan 2003 17:15:23 -0800 (PST) Received: from crucible.athame.co.uk (guru164.netsonic.fi [194.29.193.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A4BA43F13 for ; Sat, 11 Jan 2003 17:15:22 -0800 (PST) (envelope-from andy@athame.co.uk) Received: from amavis by crucible.athame.co.uk with scanned-ok (Exim 3.33 #1) id 18XWie-00009O-00 for alpha@FreeBSD.org; Sun, 12 Jan 2003 03:15:20 +0200 Received: from zappa.int.athame.co.uk ([192.168.1.3] helo=zappa.athame.co.uk) by crucible.athame.co.uk with esmtp (Exim 3.33 #1) id 18XWiU-00008l-00; Sun, 12 Jan 2003 03:15:10 +0200 From: Andy Fawcett To: Kris Kennaway Subject: Re: [kde-freebsd] koffice broken on alpha Date: Sun, 12 Jan 2003 03:15:40 +0200 User-Agent: KMail/1.5 Cc: Kris Kennaway , kde@FreeBSD.org, alpha@FreeBSD.org, Terry Lambert References: <20030104032551.A899@citusc.usc.edu> <200301041343.57895.andy@athame.co.uk> <20030111164059.A32310@citusc.usc.edu> In-Reply-To: <20030111164059.A32310@citusc.usc.edu> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_8GMI+X+mZ4u9DKN" Message-Id: <200301120315.40618.andy@athame.co.uk> X-Virus-Scanned: by AMaViS perl-11 at crucible.athame.co.uk Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --Boundary-00=_8GMI+X+mZ4u9DKN Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Sunday 12 January 2003 02:40, Kris Kennaway wrote: > On Sat, Jan 04, 2003 at 01:43:57PM +0200, Andy Fawcett wrote: > > On Saturday 04 January 2003 13:25, Kris Kennaway wrote: > > > http://bento.freebsd.org/errorlogs/alpha-5-latest/koffice-1.2,1.l > > >og > > > > Looks like a limitation of the tools on alpha, from the two lines: > > > > /usr/bin/ld: .libs/libkwordpart_la.all_cc.o: .got subsegment \ > > exceeds 64K (size 66552) > > /usr/bin/ld: failed to set dynamic section sizes: No such file \ > > or directory > > > > Kris, we've seen this one before somewhere, and we resolved it by > > disabling KDE's "--enable-final" for Alpha builds. AlanE will > > probably be able to tell you where it was better than I can guess > > ;) > > Someone needs to submit/commit an actual patch so I can test it. Well, Terry Lambert provided all the necessary info back on 4 Jan, but I've attached an 'official' patch which will fix it. Only tested on i386, but there's nothing platform specific in this one. (kde-freebsd team: All it does is disable --enable-final for all platforms) > Kris > > P.S. kdemultimedia is still broken..you're fast running out of time > to fix this. Looks like something for alpha@ to resolve to me, but not having an alpha here I can't check further. However, if someone on alpha@ can tell us (kde@) if there is anything we can do to fix this from our end, of course we will try and do so. If it cannot be fixed for release, we can mark kdemultimedia3 as broken for Alpha, and ship a modified x11/kde3/Makefile which removes kdemultimedia3 as a RUN_DEPENDS for alpha. That way the rest of KDE can be shipped. Kris, please let me know if you want me to pre-emptively prepare a patch for that, as I won't do it without you asking. Regards, Andy -- Andy Fawcett | andy@athame.co.uk | tap@kde.org "In an open world without walls and fences, | tap@lspace.org we wouldn't need Windows and Gates." -- anon | tap@fruitsalad.org --Boundary-00=_8GMI+X+mZ4u9DKN Content-Type: text/x-diff; charset="iso-8859-1"; name="koffice.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="koffice.patch" --- /usr/ports/editors/koffice-kde3/Makefile.old Sun Jan 12 02:56:57 2003 +++ /usr/ports/editors/koffice-kde3/Makefile Sun Jan 12 02:57:20 2003 @@ -26,6 +26,7 @@ USE_GMAKE= yes USE_PYTHON= yes GNU_CONFIGURE= yes +_NO_KDE_FINAL= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 --Boundary-00=_8GMI+X+mZ4u9DKN-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message