[Bug 207590] math/glpk: MYSQL=on: 'sql.h' file not found

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Feb 29 12:05:50 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207590

            Bug ID: 207590
           Summary: math/glpk: MYSQL=on: 'sql.h' file not found
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bf at FreeBSD.org
          Reporter: kalten at gmx.at
          Assignee: bf at FreeBSD.org
             Flags: maintainer-feedback?(bf at FreeBSD.org)

When setting MYSQL=on it is not able to locate sql.h (in poudriere)

(Be aware, that there is a Bug 203448 from 2015-09-29 with the subject
“Update math/glpk to version 4.55” including a patch!)

...8<---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I. -I./amd -I./bflib -I./cglib
-I./colamd -I./env -I./minisat -I./misc -I./proxy -I./zlib
-I/usr/local/include/mysql -D_LSEEK_DECLARED -I/usr/local/include -O2 -pipe
-trigraphs -fstack-protector -fno-strict-aliasing -MT libglpk_la-glpspx02.lo
-MD -MP -MF .deps/libglpk_la-glpspx02.Tpo -c glpspx02.c -o
libglpk_la-glpspx02.o >/dev/null 2>&1
mv -f .deps/libglpk_la-glpspx02.Tpo .deps/libglpk_la-glpspx02.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I.
-I./amd -I./bflib -I./cglib -I./colamd -I./env -I./minisat -I./misc -I./proxy
-I./zlib -I/usr/local/include/mysql -D_LSEEK_DECLARED -I/usr/local/include  -O2
-pipe  -trigraphs -fstack-protector -fno-strict-aliasing -MT
libglpk_la-glpsql.lo -MD -MP -MF .deps/libglpk_la-glpsql.Tpo -c -o
libglpk_la-glpsql.lo `test -f 'glpsql.c' || echo './'`glpsql.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I. -I./amd -I./bflib -I./cglib
-I./colamd -I./env -I./minisat -I./misc -I./proxy -I./zlib
-I/usr/local/include/mysql -D_LSEEK_DECLARED -I/usr/local/include -O2 -pipe
-trigraphs -fstack-protector -fno-strict-aliasing -MT libglpk_la-glpsql.lo -MD
-MP -MF .deps/libglpk_la-glpsql.Tpo -c glpsql.c  -fPIC -DPIC -o
.libs/libglpk_la-glpsql.o
In file included from glpsql.c:31:
In file included from ./glpmpl.h:29:
In file included from ./env2.h:8:
./env/env.h:32:9: warning: 'SIZE_T_MAX' macro redefined
#define SIZE_T_MAX (~(size_t)0)
        ^
/usr/include/sys/limits.h:76:9: note: previous definition is here
#define SIZE_T_MAX      __SIZE_T_MAX    /* max value for a size_t */
        ^
glpsql.c:340:10: fatal error: 'sql.h' file not found
#include <sql.h>
         ^
1 warning and 1 error generated.
Makefile:1224: recipe for target 'libglpk_la-glpsql.lo' failed
--->8...

Regards,
 Kalten

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list