Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2015 21:17:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200527] Make textproc/kenlm use the CXX variable
Message-ID:  <bug-200527-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 200527
           Summary: Make textproc/kenlm use the CXX variable
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: demon@FreeBSD.org
          Reporter: dim@FreeBSD.org
          Assignee: demon@FreeBSD.org
             Flags: maintainer-feedback?(demon@FreeBSD.org)

Created attachment 157258
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=157258&action=edit
Fix textproc/kenlm sanity Jamfile to use the CXX variable

In bug 200475, it turned out textproc/kenlm is using "CC" to do a sanity check
at bootstrap time.  Make it use ${CXX} instead.

Note that either with or without this patch, the port does not build to
completion anyway, with link errors like these:

clang-linux.link
lm/bin/model_test.test/clang-linux-3.6.1/release/link-static/threading-multi/model_test
/usr/lib/crt1.o: In function `_start1':
/usr/src/lib/csu/i386/crt1_c.c:(.text+0x156): undefined reference to `main'
clang++: error: linker command failed with exit code 1 (use -v to see
invocation)

-- 
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-200527-13>