[Bug 191176] New: comms/gammu with mysql installed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jun 19 07:07:07 UTC 2014


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

            Bug ID: 191176
           Summary: comms/gammu with mysql installed
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: timp87 at gmail.com

FreeBSD 10.0-RELEASE amd64, lastest ports tree.

I've noticed some kind of bug.
comms/gammu can't be installed if mysql server is already intalled.
For example, I have mysql55-server installed:
root at timbsd: # pkg info -x mysql
mysql55-client-5.5.38
mysql55-server-5.5.38

When I try to install comms/gammu it interrupts with following messages
...
[ 82%] Building C object gammu/CMakeFiles/gammu.dir/depend/nokia/dct3.c.o
[ 83%] Building C object tests/CMakeFiles/sql-parse-date.dir/sql-parse-date.c.o
[ 83%] Building C object smsd/CMakeFiles/gammu-smsd.dir/main.c.o
[ 83%] Built target smsd
In file included from
/usr/ports/comms/gammu/work/gammu-1.33.0/tests/sql-parse-date.c:8:
In file included from
/usr/ports/comms/gammu/work/gammu-1.33.0/tests/../smsd/services/sql.h:6:
In file included from
/usr/ports/comms/gammu/work/gammu-1.33.0/tests/../smsd/services/../core.h:15:
/usr/ports/comms/gammu/work/gammu-1.33.0/tests/../smsd/services/../services/sql-core.h:34:10:
error: 'sql.h' file not found with <angled> include; use "quotes" instead
#include <sql.h>
         ^~~~~~~
         "sql.h"
/usr/ports/comms/gammu/work/gammu-1.33.0/tests/../smsd/services/../services/sql-core.h:35:10:
fatal error: 'sqlext.h' file not found
#include <sqlext.h>
         ^
2 errors generated.
--- tests/CMakeFiles/sql-parse-date.dir/sql-parse-date.c.o ---
*** [tests/CMakeFiles/sql-parse-date.dir/sql-parse-date.c.o] Error code 1

make[4]: stopped in /usr/ports/comms/gammu/work/gammu-1.33.0
1 error

make[4]: stopped in /usr/ports/comms/gammu/work/gammu-1.33.0
--- tests/CMakeFiles/sql-parse-date.dir/all ---
*** [tests/CMakeFiles/sql-parse-date.dir/all] Error code 2

make[3]: stopped in /usr/ports/comms/gammu/work/gammu-1.33.0
[ 84%] Building C object
gammu/CMakeFiles/gammu.dir/depend/nokia/dct3trac/wmx.c.o
A failure has been detected in another branch of the parallel make

make[4]: stopped in /usr/ports/comms/gammu/work/gammu-1.33.0
--- smsd/CMakeFiles/gammu-smsd.dir/all ---
*** [smsd/CMakeFiles/gammu-smsd.dir/all] Error code 2

make[3]: stopped in /usr/ports/comms/gammu/work/gammu-1.33.0
A failure has been detected in another branch of the parallel make

make[4]: stopped in /usr/ports/comms/gammu/work/gammu-1.33.0
--- gammu/CMakeFiles/gammu.dir/all ---
*** [gammu/CMakeFiles/gammu.dir/all] Error code 2

make[3]: stopped in /usr/ports/comms/gammu/work/gammu-1.33.0
3 errors

make[3]: stopped in /usr/ports/comms/gammu/work/gammu-1.33.0
--- all ---
*** [all] Error code 2

make[2]: stopped in /usr/ports/comms/gammu/work/gammu-1.33.0
1 error

make[2]: stopped in /usr/ports/comms/gammu/work/gammu-1.33.0
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/comms/gammu
*** Error code 1

Stop.
make: stopped in /usr/ports/comms/gammu

===>>> make build failed for comms/gammu
===>>> Aborting update


===>>> You can restart from the point of failure with this command line:
       portmaster <flags> comms/gammu


To install comms/gammu I have to delete mysql server and client first. After,
install it back.

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


More information about the freebsd-ports-bugs mailing list