Re: error installing 6.0.0 RPMs

Bruce Guenter <[email protected]> Tue, 17 Jul 2007 15:03:01 -0600
Newsgroups gmane.mail.ezmlm
Message-ID <[email protected]>
On Mon, Jul 16, 2007 at 04:40:50PM -0400, Jeff Potter wrote:
> This isn't a case of needing any particular version, is it?

It shouldn't be.  The MySQL calls actually made by the module are
effectively unchanged since I took over supporting ezmlm-idx.

> When I try running "rpmbuild --rebuld ezmlm-idx-6.0.0-1.src.rpm" on  
> RHEL5, I get the following error (and it bails):
> 
> 	% rpmbuild --rebuild ezmlm-idx-6.0.0-1.src.rpm
> 	Installing ezmlm-idx-6.0.0-1.src.rpm
> 	warning: user bruce does not exist - using root
> 	warning: group guenter does not exist - using root
> 	warning: user bruce does not exist - using root
> 	warning: group guenter does not exist - using root
> 	warning: user bruce does not exist - using root
> 	warning: group guenter does not exist - using root
> 	error: Legacy syntax is unsupported: copyright
> 	error: line 17: Unknown tag: Copyright: GPL
> 
> I think the spec file needs to have "Copyright: GPL" changed to  
> "License: GPL".

Uhhhhh, yeah.  Whoops.  Still using an ancient spec file.

> ./libcompile sub-mysql.c
> ( ( ./compile trylib.c && ./load trylib -lmysqlclient ) >/dev/null  
> 2>&1 && echo -lmysqlclient || exit 0 ) >mysqlclient.lib
> rm -f trylib.o trylib
> ( ( ./compile trylib.c && ./load trylib -lnsl ) >/dev/null 2>&1 &&  
> echo -lnsl || exit 0 ) >nsl.lib
> rm -f trylib.o trylib
> ( ( ./compile trylib.c && ./load trylib -lm ) >/dev/null 2>&1 && echo  
> -lm || exit 0 ) >m.lib
> rm -f trylib.o trylib
> ./makeso sub-mysql.so sub-mysql.lo -lezmlm  `cat mysqlclient.lib`  
> `cat nsl.lib` `cat m.lib`

What are the contents of the *.lib files?
-- 
Bruce Guenter <[email protected]>                http://untroubled.org/
	I do custom software development.  Email me for details.
signature.asc (application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQFGnS6F6W+y3GmZgOgRAlSuAKCCZhtffQD1K6YcIUMBYUs0654CrACeOpPu
R0zrKf+NEqKqTf2WUyMc6t8=
=IV4H
-----END PGP SIGNATURE-----