FreeBSD Port: mysql-client-3.23.56

Greg Cirino - Cirelle Enterprises gcirino at cirelle.com
Mon Dec 15 16:15:32 PST 2003


Hello,

Note: after second try, the system core dumped.


typedef long long longlong;
main()
{
  longlong ll=1;
  float f;
  FILE *file=fopen("conftestval", "w");
  f = (float) ll;
  fprintf(file,"%g\n",f);
  close(file);  <<<<<<<
  exit (0);
}
configure:16914: result: no
configure:16919: error: Your compiler cannot convert a longlong value to a float!
If you are using gcc 2.8.# you should upgrade to egcs 1.0.3 or newer and try
again

Using FreeBSD 5.1 - Release
>From CD set purchased from FreeBSD Mall 11-28-03
AMD 2000+
512MB RAM
WD800JB 80GB 


There appears to be a bad call to close(file) in the configure
files for mysql323-client ports that prevents the port
from completing.

Changing the call from close(file) to fclose(file) in the configure file 
after the failed build allows the programs to build and install.

mysql-client-3.23.56 




Regards
Greg Cirino
___________________________________
Cirelle Enterprises Inc.
603-425-2221
www.cirelle.com Website Design
www.cirelle.net ProSpeed High Speed Dial-up - 5 Times Faster
www.cedata.com Web, FTP, Email Hosting Services
www.mlsbot.com MLS IDX Services

When You Want It Done Well, Just Call Cirelle
It's not just a Rhyme... There's a Reason!

-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.log
Type: application/octet-stream
Size: 68055 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20031215/8424c242/config.obj


More information about the freebsd-ports mailing list