[Bug 212231] databases/sqlite3: when net/turnserver is trying to use sqlite3 in beefy4.nyi.freebsd.org, it fails with signal 12

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 29 02:46:09 UTC 2016


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

            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 at FreeBSD.org
          Reporter: mom040267 at gmail.com
                CC: pavelivolkov at gmail.com
                CC: pavelivolkov at 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):

=======================================
---Begin Environment---
SHELL=/bin/csh
UNAME_v=FreeBSD 12.0-CURRENT r304876
UNAME_r=12.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
========================================

Looks like SQLite uses a system call that does not exist in FreeBSD 12 (signal
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

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


More information about the freebsd-ports-bugs mailing list