AW: Cerbero bootstrap fails on Windows-64bit at cmake

jlemmetti juha.lemmetti at optofidelity.com
Wed Apr 23 07:04:18 PDT 2014


Sebastian Dröge-3 wrote
> On Mi, 2014-04-23 at 11:20 +0000, Thornton, Keith wrote:
>> I am still experiencing this problem with 1.2.4 is there any reason why
>> these changes should not be adopted for the next release?
> 
> It probably just got lost on the mailing list... that's why bugs and
> patches should always be tracked in Bugzilla as the risk of things
> getting lost there is much lower.
> 
> For the actual patch, it can't be accepted as is unfortunately as it is
> patching a file that is generated during the build. We somehow have to
> understand how we can tell cmake to create a Makefile that works
> correctly.
> 
> -- 
> Sebastian Dröge, Centricular Ltd - http://www.centricular.com
> Expertise, Straight from the Source
> 
> _______________________________________________
> gstreamer-devel mailing list

> gstreamer-devel at .freedesktop

> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
> 
> 
> signature.asc (968 bytes)
> <http://gstreamer-devel.966125.n4.nabble.com/attachment/4666582/0/signature.asc>

Hi,

I looked into this one a bit about a month ago. It seems like that this
issue is addressed in a newer versions of cmake. However, it is not
completely fixed. The problem still is that building cmake requires cmake in
some occasions.

The way cmake bootstrapping works is that cmake first makes a cmake command,
with which cmake builds the release version of cmake(.exe). This cmake is in
a bootstrap-directory of the source tree. The bug in cmake 2.8.12 makefile
does not use the bootstrapped cmake command for install and instead uses the
one in the path (which does not necessarily exist).

This is definitely a bug in cmake bootstrapping process, but i was not able
to formulate a clear bug report for cmake in the time frame I had at that
point.

Greetings,

 Juha L



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Cerbero-bootstrap-fails-on-Windows-64bit-at-cmake-tp4665954p4666584.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list