Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Dec 2014 11:20:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        perl@FreeBSD.org
Subject:   [Bug 195605] New: databases/p5-DBD-mysql compile error with clang
Message-ID:  <bug-195605-14331@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195605

            Bug ID: 195605
           Summary: databases/p5-DBD-mysql compile error with clang
           Product: Ports Tree
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: perl@FreeBSD.org
          Reporter: erik@cederstrand.dk
          Assignee: perl@FreeBSD.org
             Flags: maintainer-feedback?(perl@FreeBSD.org)

p5-DBD-mysql-4.028_1 fails to compile on FreeBSD 10.0 with clang as cc with the
following error:

cc: error: unknown argument: '-fabi-version=2'
*** [dbdimp.o] Error code 1


-fabi-version is not supported by clang. Removing "-fabi-version=2" from
work/DBD-mysql-4.028/Makefile lets me compile and install the port. My
understanding is that fabi-version=2 is default on clang so this should be OK.

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer perl@FreeBSD.org

-- 
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-195605-14331>