Date: Sat, 22 Nov 2003 12:59:31 +0100 From: Koop Mast <kwm@rainbow-runner.nl> To: Kris Kennaway <kris@obsecurity.org> Cc: gnome@FreeBSD.org Subject: Re: guile-1.6.4_2 broken on sparc64 Message-ID: <1069502370.4341.27.camel@sparkel.rainbow-runner.nl> In-Reply-To: <20031122101449.GA15867@xor.obsecurity.org> References: <20031122101449.GA15867@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-LK43rF4M1DXOwuTpBK9y Content-Type: text/plain Content-Transfer-Encoding: 7bit On Sat, 2003-11-22 at 11:14, Kris Kennaway wrote: > http://bento.freebsd.org/errorlogs/sparc64-5-latest/guile-1.6.4_2.log > > Kris Hi, The attached patch fixes the build of libqthreads. The fix is to teach the configure script about sparc64-*-*, it only knows about sparc-*-* so it fails. AisleRiot (from gnomegames2) links against libqthreads and works fine here. Before the patch: checking QuickThreads configuration... Unknown configuration; threads package disabled After the patch: checking QuickThreads configuration... sparc -Koop --=-LK43rF4M1DXOwuTpBK9y Content-Disposition: attachment; filename=patch-configure Content-Type: text/plain; name=patch-configure; charset= Content-Transfer-Encoding: 7bit --- configure.orig Mon Apr 21 19:02:39 2003 +++ configure Sat Nov 22 11:40:19 2003 @@ -17774,7 +17774,7 @@ qtmdc_c=md/null.c qtdmdb_s=md/_sparc_b.s ;; - sparc-*-*) + sparc-*-*|sparc64-*-*) port_name=sparc qtmd_h=md/sparc.h qtmds_s=md/sparc.s --=-LK43rF4M1DXOwuTpBK9y--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1069502370.4341.27.camel>