Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Dec 2011 23:41:06 -0200
From:      Raphael Kubo da Costa <rakuco@freebsd.org>
To:        Max Brazhnikov <makc@issp.ac.ru>
Cc:        cvs-ports@freebsd.org, Dmitry Marakasov <amdmi3@amdmi3.ru>, cvs-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: cvs commit: ports/Mk bsd.cmake.mk
Message-ID:  <87obvewor1.fsf@FreeBSD.org>
In-Reply-To: <201112101809.19531.makc__96.8902408660099$1323540591$gmane$org@issp.ac.ru> (Max Brazhnikov's message of "Sat, 10 Dec 2011 18:09:19 %2B0000")
References:  <201111101950.pAAJoQOb072790@repoman.freebsd.org> <874nx9gp4g.fsf@FreeBSD.org> <20111210072144.GB1551@hades.panopticon> <201112101809.19531.makc__96.8902408660099$1323540591$gmane$org@issp.ac.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Max Brazhnikov <makc@issp.ac.ru> writes:

> On Sat, 10 Dec 2011 11:21:44 +0400, Dmitry Marakasov wrote:
>> * Raphael Kubo da Costa (rakuco@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@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).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87obvewor1.fsf>