[Bug 219832] lang/yap unresolved dependency on mysqlclient

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 7 07:02:04 UTC 2017


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

            Bug ID: 219832
           Summary: lang/yap unresolved dependency on mysqlclient
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: danilo at FreeBSD.org
          Reporter: dewayne at heuristicsystems.com.au
          Assignee: danilo at FreeBSD.org
             Flags: maintainer-feedback?(danilo at FreeBSD.org)

While building on FreeBSD11.1 Prerelease, a lang/yap build fails. The
config.log reveals a dependency on mysqlclient
--------------
configure:8107: checking size of short int
configure:8112: gcc5 -o conftest -O3 -fomit-frame-pointer -Wall
-Wstrict-prototypes -Wmissing-prototypes -O2 -pipe -DOPENSSL_NO_SSL2
-DOPENSSL_NO_SSL3 -g0 -ggdb0 -DSTRIP_FBSDID -UDEBUG
conftest.c:106:17: warning: function declaration isn't a prototype
[-Wstrict-prototypes]
 static long int longval () { return (long int) (sizeof (short int)); }
                 ^
conftest.c:107:26: warning: function declaration isn't a prototype
[-Wstrict-prototypes]
 static unsigned long int ulongval () { return (long int) (sizeof (short int));
}
                          ^
conftest.c:111:1: warning: function declaration isn't a prototype
[-Wstrict-prototypes]
 main ()
 ^
/usr/local/bin/ld: cannot find -lmysqlclient
collect2: error: ld returned 1 exit status
configure:8112: $? = 1
--------------

Interestingly yap-devel does build and run correctly per:
# make -C /usr/ports/lang/yap-devel -DWITHOUT_MYDDAS -DUSE_K8 clean package
...
===>  Building package for yap-devel-6.3.3_6 

while using the defaults
# make -C /usr/ports/lang/yap-devel -DUSE_K8 clean package
pkg-static: Unable to access file
/var/ports/usr/ports/lang/yap-devel/work/stage/usr/local/lib/Yap/odbc4pl.so: No
such file or directory
*** Error code 1

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


More information about the freebsd-ports-bugs mailing list