Hi, Sorry for the small delay, I was on holiday... On Wed, September 5, 2007 07:58, Irene Vatton wrote: >> Is there a chance to have the exact error message, or even better a full >> build log ? It would really help to fix the issue, whatever it is. >> > > I suspect a problem with configure options used by amaya_wx.spec: > ../configure --prefix=/usr/share --exec=/usr/share --datadir=/usr/share I sincerely doubt this is related, as the prefix, exec, and datadir parameters are not passed through. However, I would likte to point that installing everything in /usr/share is wrong. This directory is meant to include only the architecture independant files. If you install everything in it, you put binaries, which are certainly arch-dependant. For the record, what I pass for the debian package is "--prefix=/usr/lib --bindir=/usr/bin". Also, having a quick look at the spec file, it would be cleaner to replace "make install prefix=$RPM_BUILD_ROOT/usr/share" with "make install DESTDIR=$RPM_BUILD_ROOT" At the end, this will have exactly the same result, with a better separation between your spec file and the actual Amaya build/install scripts. HTH, RegisReceived on Tuesday, 11 September 2007 09:15:50 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:49:02 GMT