From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 19 07:07:07 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1A30C1E for ; Thu, 19 Jun 2014 07:07:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9BDD2ED0 for ; Thu, 19 Jun 2014 07:07:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5J776EI021018 for ; Thu, 19 Jun 2014 08:07:06 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 191176] New: comms/gammu with mysql installed Date: Thu, 19 Jun 2014 07:07:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: timp87@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2014 07:07:07 -0000 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@FreeBSD.org Reporter: timp87@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@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 include; use "quotes" instead #include ^~~~~~~ "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 ^ 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 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.