Re: [Seeks-users] [BUG] Compilation with latest git Seeks failed
Status: Beta
Brought to you by:
beniz
|
From: Emmanuel B. <ebe...@se...> - 2011-02-28 15:50:19
|
On Tue, Feb 22, 2011 at 10:02:36PM +0100, Emmanuel Benazera wrote: > On Tue, Feb 22, 2011 at 09:45:05PM +0100, Bastien wrote: > > Emmanuel Benazera <ebe...@se...> writes: > > > > >> That's why I reported the problem: ./configure went fine, and > > >> compilation didn't. > > > > > > And that's why I did give a pointer to the AUR packagers :) > > > > Mh.. would be better to be able to configure/compile with no error no? > > When a compilation problem occurs on archlinux *only* and is solved by archlinux > packagers with no intervention nor request to Seeks developpers, I call > it an archlinux problem, until I'm proved otherwise. > > You can also grep the IRC logs to find traces of compilation issues and > fixes with fellow users and archlinux packagers. > http://www.seeks-project.info/irclogs > > Until you or someone else shows that this issue requires code fix > at Seeks level, it will not be considered by Seeks developpers. > > Em. Hi, A contributor running Archlinux did look into the package and reported how to compile on this distribution. Here it is, for the record: ./autogen.sh || return 1 ./configure --prefix=/usr --sysconfdir=/etc --enable-httpserv-plugin --enable-image-websearch-plugin || return 1 sed -i s/-Wl,--as-needed// config.status || return 1 make || return 1 make DESTDIR=$pkgdir install || return 1 mkdir -p $pkgdir/usr/share/licenses/seeks && cp COPYING $pkgdir/usr/share/licenses/seeks || return 1 cd $pkgdir/usr/share/seeks/plugins && ln -s websearch img_websearch || return 1 Note that the compilation above requires that you compile OpenCV on your machine. Let us know if this works for you. Em. |