Re: recent build failures on pointyhat (libtool: link: cannot find the library `')

2006-11-28 Thread Max Khon
Hi!

On Thu, Nov 23, 2006 at 06:17:05PM -0500, Joe Marcus Clarke wrote:

> > > > I've received a bunch of build failures on pointyhat with the same
> > > > error reason:
> > > > 
> > > > /bin/sh ./libtool --mode=link cc  -O -pipe   -pthread -o mtest  mtest.o
> > > > +libmysqlclient.la  -L/usr/local/lib -lodbc -lz
> > > > libtool: link: cannot find the library `'
> > > > *** Error code 1
> > > > 
> > > > Stop in /work/a/ports/databases/mysql2odbc/work/mysql2odbc-0.99.2.
> > > > *** Error code 1
> > > > 
> > > > Stop in /work/a/ports/databases/mysql2odbc/work/mysql2odbc-0.99.2.
> > > > *** Error code 1
> > > > 
> > > > Stop in /a/ports/databases/mysql2odbc.
> > > > 
> > > > build of /usr/ports/databases/mysql2odbc ended at Mon Nov 13 23:00:11 
> > > > GMT 2006
> > > > 
> > > > This happens for all FreeBSD versions (at least 4, 5 and 6, all i386)
> > > > on pointyhat and I cannot reproduce it locally and on sledge.
> > > > The port has not been touched for about 8 months.
> > > > 
> > > > Do you have an idea what happens?
> > > 
> > > Broken .la file?
> > 
> > Any progress on this?
> 
> Typically the solution for this problem is to change the
> GNU_CONFIGURE=yes to USE_AUTOTOOLS=libtool:15.  This forces the FreeBSD
> libtool to be on the system when the port is built in a package build.

Thanks for the hint! That did the trick!

/fjoe
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: recent build failures on pointyhat (libtool: link: cannot find the library `')

2006-11-28 Thread Max Khon
Hi!

On Thu, Nov 23, 2006 at 05:33:12PM -0500, Kris Kennaway wrote:

> > > I've received a bunch of build failures on pointyhat with the same
> > > error reason:
> > > 
> > > /bin/sh ./libtool --mode=link cc  -O -pipe   -pthread -o mtest  mtest.o
> > > +libmysqlclient.la  -L/usr/local/lib -lodbc -lz
> > > libtool: link: cannot find the library `'
> > > *** Error code 1
> > > 
> > > Stop in /work/a/ports/databases/mysql2odbc/work/mysql2odbc-0.99.2.
> > > *** Error code 1
> > > 
> > > Stop in /work/a/ports/databases/mysql2odbc/work/mysql2odbc-0.99.2.
> > > *** Error code 1
> > > 
> > > Stop in /a/ports/databases/mysql2odbc.
> > > 
> > > build of /usr/ports/databases/mysql2odbc ended at Mon Nov 13 23:00:11 GMT 
> > > 2006
> > > 
> > > This happens for all FreeBSD versions (at least 4, 5 and 6, all i386)
> > > on pointyhat and I cannot reproduce it locally and on sledge.
> > > The port has not been touched for about 8 months.
> > > 
> > > Do you have an idea what happens?
> > 
> > Broken .la file?
> 
> Any progress on this?

Should be fixed now. I could not reproduce it locally because my
unixODBC port was not up-to-date.

Thanks to marcus@ for the hint!

/fjoe
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: recent build failures on pointyhat (libtool: link: cannot find the library `')

2006-11-23 Thread Joe Marcus Clarke
On Thu, 2006-11-23 at 17:33 -0500, Kris Kennaway wrote:
> On Tue, Nov 14, 2006 at 01:44:14AM -0500, Kris Kennaway wrote:
> > On Tue, Nov 14, 2006 at 10:41:37AM +0600, Max Khon wrote:
> > > Hi!
> > > 
> > > I've received a bunch of build failures on pointyhat with the same
> > > error reason:
> > > 
> > > /bin/sh ./libtool --mode=link cc  -O -pipe   -pthread -o mtest  mtest.o
> > > +libmysqlclient.la  -L/usr/local/lib -lodbc -lz
> > > libtool: link: cannot find the library `'
> > > *** Error code 1
> > > 
> > > Stop in /work/a/ports/databases/mysql2odbc/work/mysql2odbc-0.99.2.
> > > *** Error code 1
> > > 
> > > Stop in /work/a/ports/databases/mysql2odbc/work/mysql2odbc-0.99.2.
> > > *** Error code 1
> > > 
> > > Stop in /a/ports/databases/mysql2odbc.
> > > 
> > > build of /usr/ports/databases/mysql2odbc ended at Mon Nov 13 23:00:11 GMT 
> > > 2006
> > > 
> > > This happens for all FreeBSD versions (at least 4, 5 and 6, all i386)
> > > on pointyhat and I cannot reproduce it locally and on sledge.
> > > The port has not been touched for about 8 months.
> > > 
> > > Do you have an idea what happens?
> > 
> > Broken .la file?
> 
> Any progress on this?

Typically the solution for this problem is to change the
GNU_CONFIGURE=yes to USE_AUTOTOOLS=libtool:15.  This forces the FreeBSD
libtool to be on the system when the port is built in a package build.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


Re: recent build failures on pointyhat (libtool: link: cannot find the library `')

2006-11-23 Thread Kris Kennaway
On Tue, Nov 14, 2006 at 01:44:14AM -0500, Kris Kennaway wrote:
> On Tue, Nov 14, 2006 at 10:41:37AM +0600, Max Khon wrote:
> > Hi!
> > 
> > I've received a bunch of build failures on pointyhat with the same
> > error reason:
> > 
> > /bin/sh ./libtool --mode=link cc  -O -pipe   -pthread -o mtest  mtest.o
> > +libmysqlclient.la  -L/usr/local/lib -lodbc -lz
> > libtool: link: cannot find the library `'
> > *** Error code 1
> > 
> > Stop in /work/a/ports/databases/mysql2odbc/work/mysql2odbc-0.99.2.
> > *** Error code 1
> > 
> > Stop in /work/a/ports/databases/mysql2odbc/work/mysql2odbc-0.99.2.
> > *** Error code 1
> > 
> > Stop in /a/ports/databases/mysql2odbc.
> > 
> > build of /usr/ports/databases/mysql2odbc ended at Mon Nov 13 23:00:11 GMT 
> > 2006
> > 
> > This happens for all FreeBSD versions (at least 4, 5 and 6, all i386)
> > on pointyhat and I cannot reproduce it locally and on sledge.
> > The port has not been touched for about 8 months.
> > 
> > Do you have an idea what happens?
> 
> Broken .la file?

Any progress on this?

Kris




pgpvGOmPeiGN9.pgp
Description: PGP signature


Re: recent build failures on pointyhat (libtool: link: cannot find the library `')

2006-11-13 Thread Kris Kennaway
On Tue, Nov 14, 2006 at 10:41:37AM +0600, Max Khon wrote:
> Hi!
> 
> I've received a bunch of build failures on pointyhat with the same
> error reason:
> 
> /bin/sh ./libtool --mode=link cc  -O -pipe   -pthread -o mtest  mtest.o
> +libmysqlclient.la  -L/usr/local/lib -lodbc -lz
> libtool: link: cannot find the library `'
> *** Error code 1
> 
> Stop in /work/a/ports/databases/mysql2odbc/work/mysql2odbc-0.99.2.
> *** Error code 1
> 
> Stop in /work/a/ports/databases/mysql2odbc/work/mysql2odbc-0.99.2.
> *** Error code 1
> 
> Stop in /a/ports/databases/mysql2odbc.
> 
> build of /usr/ports/databases/mysql2odbc ended at Mon Nov 13 23:00:11 GMT 2006
> 
> This happens for all FreeBSD versions (at least 4, 5 and 6, all i386)
> on pointyhat and I cannot reproduce it locally and on sledge.
> The port has not been touched for about 8 months.
> 
> Do you have an idea what happens?

Broken .la file?

Kris


pgpt8rqutpNMu.pgp
Description: PGP signature


recent build failures on pointyhat (libtool: link: cannot find the library `')

2006-11-13 Thread Max Khon
Hi!

I've received a bunch of build failures on pointyhat with the same
error reason:

/bin/sh ./libtool --mode=link cc  -O -pipe   -pthread -o mtest  mtest.o
+libmysqlclient.la  -L/usr/local/lib -lodbc -lz
libtool: link: cannot find the library `'
*** Error code 1

Stop in /work/a/ports/databases/mysql2odbc/work/mysql2odbc-0.99.2.
*** Error code 1

Stop in /work/a/ports/databases/mysql2odbc/work/mysql2odbc-0.99.2.
*** Error code 1

Stop in /a/ports/databases/mysql2odbc.

build of /usr/ports/databases/mysql2odbc ended at Mon Nov 13 23:00:11 GMT 2006

This happens for all FreeBSD versions (at least 4, 5 and 6, all i386)
on pointyhat and I cannot reproduce it locally and on sledge.
The port has not been touched for about 8 months.

Do you have an idea what happens?

/fjoe
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"