cvs commit: ports/Mk bsd.cmake.mk

Raphael Kubo da Costa rakuco at freebsd.org
Mon Dec 12 01:41:21 UTC 2011


Max Brazhnikov <makc at issp.ac.ru> writes:

> On Sat, 10 Dec 2011 11:21:44 +0400, Dmitry Marakasov wrote:
>> * Raphael Kubo da Costa (rakuco at freebsd.org) wrote:
>> > Well, we did run test builds before committing, so it should have been a
>> > safe commit. The commit touched all ports which used the removed
>> > setting, I don't see which others it may have touched.
>> >
>> > As for the build log: what system is that? Can you post a build log with
>> > CMAKE_VERBOSE=1 set?
>>
>> FreeBSD hades.panopticon 9.0-RC2 FreeBSD 9.0-RC2 #0: Tue Nov 29 07:18:03
>> MSK 2011     root at hades.panopticon:/usr/work/usr/src/sys/HADES  amd64
>>
>> http://people.freebsd.org/~amdmi3/bullet_verbose.log
>>
>> Otoh, it builds fine in (7, 8) tinderbox, so this may be 9-specific or
>> local problem.
>
> Probably your local problem, I can't reproduce it on my 9-stable amd64.

Indeed, it looks like something local to your system -- bullet's
Demos/MultiThreadedDemo/CMakeLists.txt has the following section:

  IF (UNIX)
    TARGET_LINK_LIBRARIES(AppMultiThreadedDemo pthread)
  ENDIF(UNIX)

However, the linking line in your log does not contain '-lpthread' (I
know we use -pthread, but that is not relevant to this issue).


More information about the cvs-all mailing list