On Mon, 15 Dec 2014 15:03:44 +0900 HAYASHI Kentaro
<haya...@clear-code.com> wrote:
>
> Hi,
>
> At least, armhf platform will be supported in Groonga 4.0.8 or later.
> As I could use porterbox on ipa, it was confirmed that FTBFS issue is solved 
> on testing or unstable.
> (Sadly, I can't build Groonga on wheezy yet.)
>
> I'm working on updating Groonga on unstable, but it needs some work to be 
> done.
>

May this patch work? It can build on mips64el now.

--- groonga-4.0.6.1/lib/groonga_in.h 2014-10-15 20:07:16.627267021 +0800
+++ xxxx/lib/groonga_in.h 2015-02-26 12:33:56.529800636 +0800
@@ -487,6 +487,7 @@
 #  define GRN_BIT_SCAN_REV(v,r)  for (r = 31; r && !((1 << r) & v); r--)
 #  define GRN_BIT_SCAN_REV0(v,r) GRN_BIT_SCAN_REV(v,r)
 # else /* ATOMIC ADD */
+#  define GRN_ATOMIC_ADD_EX(p,i,r) (r = __sync_fetch_and_add(p, i))
 /* todo */
 #  define GRN_BIT_SCAN_REV(v,r)  for (r = 31; r && !((1 << r) & v); r--)
 #  define GRN_BIT_SCAN_REV0(v,r) GRN_BIT_SCAN_REV(v,r)


> On Sat, 22 Nov 2014 16:09:24 +0100 Sebastian Ramacher <sramac...@debian.org> 
> wrote:
> > Control: severity -1 important
> >
> > On 2014-11-20 09:14:28, Nobuhiro Iwamatsu wrote:
> > > Source: groonga
> > > Version: 4.0.6.1-2
> > > Severity: serious
> > > Tags: jessie sid
> > > Justification: FTBFS on arm64, armel, armhf, mips and other
> > >
> > > Dear Maintainer,
> > >
> > > groonga FTBFS on arm64, armel, armhf, mips and other.
> > >
> > > arm64: 
> > > https://buildd.debian.org/status/fetch.php?pkg=groonga&arch=arm64&ver=4.0.6.1-2&stamp=1414249364
> > >
> > > -----
> > > Making all in suggest
> > > make[4]: Entering directory '/«PKGBUILDDIR»/src/suggest'
> > >   CC       groonga_suggest_create_dataset-groonga_suggest_create_dataset.o
> > >   CXXLD    groonga-suggest-create-dataset
> > > ../../lib/.libs/libgroonga.so: undefined reference to `GRN_ATOMIC_ADD_EX'
> > > collect2: error: ld returned 1 exit status
> > > make[4]: *** [groonga-suggest-create-dataset] Error 1
> > > -----
> > >
> > > The build can not architecture seems GRN_ATOMIC_ADD_EX is not supported.
> > > Please add the function of GRN_ATOMIC_ADD_EX,or please limit the support 
> > > architecture.
> >
> > groonga has never built there, so this is not a regression. Downgrading
> > to important.
> >
> > Cheers
> > --
> > Sebastian Ramacher
> --
> HAYASHI Kentaro <haya...@clear-code.com>
>
>


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to