Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2014 22:34:11 +0200
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        Kurt Jaeger <lists@opsec.eu>
Cc:        ports@freebsd.org
Subject:   Re: net/rabbitmq-c-devel and cmake hints needed (PR 186690)
Message-ID:  <CAALwa8nvaN4ExaO70hRBJs35xp=fXJXWyRQ3AmjRj5pvZNtHoQ@mail.gmail.com>
In-Reply-To: <20140824202149.GH9400@home.opsec.eu>
References:  <20140824202149.GH9400@home.opsec.eu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 24, 2014 at 10:21 PM, Kurt Jaeger <lists@opsec.eu> wrote:
> Hi!
>
> I'm trying to upgrade net/rabbitmq-c-devel and prepared a patch
> for it. If someone understands more about cmake and the magic
> behind it, I would appreciate it.
>
> It builds fine on my host populated with approx. 2200 packages:
>
> http://people.freebsd.org/~pi/misc/non-verbose-build.txt
>
> Building it in poudriere, some bin/ stuff is not build (why?) and
> the commands are displayed, so it's much more verbose
> (why is it more verbose?).
>
> http://people.freebsd.org/~pi/misc/verbose-build.txt
>
> Thanks for any hint!


Hi,

>From Uses/cmake.mk:

.if defined(BATCH) || defined(PACKAGE_BUILDING)
CMAKE_VERBOSE=          yes
CMAKE_NOCOLOR=          yes
.endif

For the tools,  it seems they need POPT and you didn't select the
option in poudriere.

Cheers,

Antoine



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAALwa8nvaN4ExaO70hRBJs35xp=fXJXWyRQ3AmjRj5pvZNtHoQ>