Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Jun 2017 07:02:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 219832] lang/yap unresolved dependency on mysqlclient
Message-ID:  <bug-219832-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219832

            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@FreeBSD.org
          Reporter: dewayne@heuristicsystems.com.au
          Assignee: danilo@FreeBSD.org
             Flags: maintainer-feedback?(danilo@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 in=
t));
}
                          ^
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: $? =3D 1
--------------

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

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219832-13>