Date: Mon, 29 Aug 2016 02:46:09 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 212231] databases/sqlite3: when net/turnserver is trying to use sqlite3 in beefy4.nyi.freebsd.org, it fails with signal 12 Message-ID: <bug-212231-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212231 Bug ID: 212231 Summary: databases/sqlite3: when net/turnserver is trying to use sqlite3 in beefy4.nyi.freebsd.org, it fails with signal 12 Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: mom040267@gmail.com CC: pavelivolkov@gmail.com CC: pavelivolkov@gmail.com This is a new problem, it started happening just a few days ago. In the end of build, the port net/turnserver is calling sqlite3 (for the database creation) but it fails (the build system is FreeBSD-CURRENT that is 12, I guess): =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ---Begin Environment--- SHELL=3D/bin/csh UNAME_v=3DFreeBSD 12.0-CURRENT r304876 UNAME_r=3D12.0-CURRENT .... install -d sqlite rm -rf sqlite/turndb sqlite3 sqlite/turndb < turndb/schema.sql *** Signal 12 Stop. make[1]: stopped in /wrkdirs/usr/ports/net/turnserver/work/turnserver-4.5.0= .3 *** Error code 1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Looks like SQLite uses a system call that does not exist in FreeBSD 12 (sig= nal 12 is SIGSYS). It has to be fixed somewhere - in SQLite or in FreeBSD. The full log is: http://beefy4.nyi.freebsd.org/data/head-amd64-default/p420955_s304876/logs/= turnserver-4.5.0.3.log --=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-212231-13>