Re: mysql-client compiler error

2003-09-16 Thread Marcus Reid
Hello,

On Mon, Sep 15, 2003 at 11:42:29AM +1000, Mark Sergeant wrote:
> I get the same problem in the same place with current as of today.

I also noticed this issue. I just got a reply from the port maintainer
Alex Dupre as follows:

"""
MR> It won't configure. Output on my machine is as below.
  
I'm aware of this problem...It's due to the removal of -pthread gcc
options in -current. I'll create a patch to fix it, in the meanwhile
you may replace every instance of -pthread with ${PTHREAD_LIBS} in all  
configure(s).
"""

Marcus

> Cheers,
> 
> Mark
> 
> On Sat, 2003-09-13 at 20:37, Matt wrote:
> > After building world as of late last night I decided to portupgrade 
> > -rRaf, mainly due to having the libintl.so.4 missing problem when I 
> > tried to start X. Everything compiled perfectly fine (and X is now 
> > working fine) except for databases/mysql40-client. I get this error:
> > 
> > checking for C compiler default output... configure: error: C compiler 
> > cannot create executables
> > configure: error: could not configure Berkeley DB
> > 
> > I just wish to know is this something wrong with my system in general or 
> > is this just due to the -pthread discussions that have been occuring and 
> > that this port is one example of those that no longer works on -current?
> > 
> > It is not a problem as I have the previously compiled/installed version 
> > still on the system but I just wish to confirm if the problem is likely 
> > to be down to the pthreads changes, and if I should report it to the 
> > port maintainer etc?
> > 
> > Matt.
> > 
> > ___
> > [EMAIL PROTECTED] mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-current
> > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> -- 
> Mark Sergeant <[EMAIL PROTECTED]>
> SNSOnline Technical Services
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mysql-client compiler error

2003-09-14 Thread Mark Sergeant
I get the same problem in the same place with current as of today.

Cheers,

Mark

On Sat, 2003-09-13 at 20:37, Matt wrote:
> After building world as of late last night I decided to portupgrade 
> -rRaf, mainly due to having the libintl.so.4 missing problem when I 
> tried to start X. Everything compiled perfectly fine (and X is now 
> working fine) except for databases/mysql40-client. I get this error:
> 
> checking for C compiler default output... configure: error: C compiler 
> cannot create executables
> configure: error: could not configure Berkeley DB
> 
> I just wish to know is this something wrong with my system in general or 
> is this just due to the -pthread discussions that have been occuring and 
> that this port is one example of those that no longer works on -current?
> 
> It is not a problem as I have the previously compiled/installed version 
> still on the system but I just wish to confirm if the problem is likely 
> to be down to the pthreads changes, and if I should report it to the 
> port maintainer etc?
> 
> Matt.
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
-- 
Mark Sergeant <[EMAIL PROTECTED]>
SNSOnline Technical Services
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mysql-client compiler error

2003-09-14 Thread Doug White
On Sat, 13 Sep 2003, Matt wrote:

> After building world as of late last night I decided to portupgrade
> -rRaf, mainly due to having the libintl.so.4 missing problem when I
> tried to start X. Everything compiled perfectly fine (and X is now
> working fine) except for databases/mysql40-client. I get this error:
>
> checking for C compiler default output... configure: error: C compiler
> cannot create executables
> configure: error: could not configure Berkeley DB

Whenever autoconf explodes, check config.log in the same directory as the
configure script to find out why.  All it does is compile a 'hello world'
program which has no dependencies in this target (I think).

-- 
Doug White|  FreeBSD: The Power to Serve
[EMAIL PROTECTED]  |  www.FreeBSD.org
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


mysql-client compiler error

2003-09-13 Thread Matt
After building world as of late last night I decided to portupgrade 
-rRaf, mainly due to having the libintl.so.4 missing problem when I 
tried to start X. Everything compiled perfectly fine (and X is now 
working fine) except for databases/mysql40-client. I get this error:

checking for C compiler default output... configure: error: C compiler 
cannot create executables
configure: error: could not configure Berkeley DB

I just wish to know is this something wrong with my system in general or 
is this just due to the -pthread discussions that have been occuring and 
that this port is one example of those that no longer works on -current?

It is not a problem as I have the previously compiled/installed version 
still on the system but I just wish to confirm if the problem is likely 
to be down to the pthreads changes, and if I should report it to the 
port maintainer etc?

Matt.

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