Date: Fri, 25 Jun 2021 09:44:42 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 256825] net/kamailio: [poudriere] ld: error: undefined symbol: yyparse Message-ID: <bug-256825-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256825 Bug ID: 256825 Summary: net/kamailio: [poudriere] ld: error: undefined symbol: yyparse Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: ohartmann@walstatt.org CC: dmitry.wagin@ya.ru Flags: maintainer-feedback?(dmitry.wagin@ya.ru) CC: dmitry.wagin@ya.ru Running jail 13-stable on CURRENT host (see below) building ports via poudriere, compiling port net/kamailio fails with a linker error as shown below: [...] LD (cc) [kamailio] kamailio ld: error: undefined symbol: yyparse >>> referenced by main.c:2380 >>> main.o:(main) ld: error: undefined symbol: yylval >>> referenced by cfg.lex:570 (core/cfg.lex:570) >>> core/lex.yy.o:(yylex) >>> referenced by cfg.lex:571 (core/cfg.lex:571) >>> core/lex.yy.o:(yylex) >>> referenced by cfg.lex:572 (core/cfg.lex:572) >>> core/lex.yy.o:(yylex) >>> referenced 301 more times cc: error: linker command failed with exit code 1 (use -v to see invocation) gmake[2]: *** [Makefile.rules:191: kamailio] Error 1 gmake[2]: *** Waiting for unfinished jobs.... [...] [... OPTIONS in poudriere ...] =3D>> Building net/kamailio build started at Thu Jun 24 05:28:03 UTC 2021 port directory: /usr/ports/net/kamailio package name: kamailio-5.4.5 building for: FreeBSD my.host.gdr.dr 13.0-STABLE FreeBSD 13.0-STABLE 1300509 amd64 maintained by: dmitry.wagin@ya.ru Makefile ident:=20 Poudriere version: 3.3.6 Host OSVERSION: 1400024 Jail OSVERSION: 1300509 Job Id: 03 ---Begin Environment--- SHELL=3D/bin/csh OSVERSION=3D1300509 UNAME_v=3DFreeBSD 13.0-STABLE 1300509 UNAME_r=3D13.0-STABLE BLOCKSIZE=3DK MAIL=3D/var/mail/root MM_CHARSET=3DUTF-8 LANG=3DC.UTF-8 STATUS=3D1 HOME=3D/root PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/b= in LOCALBASE=3D/usr/local USER=3Droot LIBEXECPREFIX=3D/usr/local/libexec/poudriere POUDRIERE_VERSION=3D3.3.6 MAKEOBJDIRPREFIX=3D/pool/sources/13-STABLE/obj/ MASTERMNT=3D/pool/poudriere/data/.m/13-amd64-head-default/ref POUDRIERE_BUILD_TYPE=3Dbulk PACKAGE_BUILDING=3Dyes SAVED_TERM=3Dscreen PWD=3D/pool/poudriere/data/.m/13-amd64-head-default/ref/.p/pool P_PORTS_FEATURES=3DFLAVORS SELECTED_OPTIONS MASTERNAME=3D13-amd64-head-default SCRIPTPREFIX=3D/usr/local/share/poudriere OLDPWD=3D/pool/poudriere/data/.m/13-amd64-head-default/ref/.p SCRIPTPATH=3D/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=3D/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS=3D PKGENV=3D FLAVOR=3D DEPENDS_ARGS=3D MAKE_ARGS=3D ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- =3D=3D=3D> The following configuration options are available for kamailio-5= .4.5: DATABASE=3Don: Database support DIALPLAN=3Don: String translations based on rules DOCS=3Don: Build and/or install documentation KEMIX=3Don: Core KEMI Functions PERL=3Doff: Perl scripting language support PRESENCE=3Don: Presence support RADIUS=3Don: RADIUS protocol support SCTP=3Don: SCTP support TLS=3Don: Secure network connection support via TLS WEBSOCKET=3Doff: Websocket support =3D=3D=3D=3D> Database drivers MYSQL=3Don: MySQL database support PGSQL=3Don: PostgreSQL database support UNIXODBC=3Doff: ODBC backend via unixODBC =3D=3D=3D=3D> Kamailio Embedded Interface Interpreters LUAJIT=3Don: Execute embedded Lua scripts PYTHON3=3Don: Execute embedded Python3 scripts =3D=3D=3D> Use 'make config' to modify these settings ---End OPTIONS List--- --=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-256825-7788>