Martin Gansser | 14 Jun 2012 07:40
Picon

CMake Error cmake_install.cmake:3973 (FILE): file INSTALL cannot find

tried to compile the recent svn version 4747 on Fedora 17, get the
following error message, that File INSTALL was missing

--
Installing: /usr/src/redhat/BUILDROOT/speed-dreams-2.0.0-0.1.rc2_r4747.22.fc17.x86_64/usr/share/games/speed-dreams-2/drivers/usr_36GP/36gp-tridenti-v8ri/e-speedway.xml
--
Installing: /usr/src/redhat/BUILDROOT/speed-dreams-2.0.0-0.1.rc2_r4747.22.fc17.x86_64/usr/share/games/speed-dreams-2/drivers/usr_36GP/36gp-tridenti-v8ri/spring.xml
CMake Error at src/drivers/usr/cmake_install.cmake:3973 (FILE):
  file INSTALL cannot find

"/usr/src/redhat/BUILD/speed-dreams-src-base-2.0.0-0.1.rc2_r4747.22.fc17/src/drivers/usr/usr_lp1/usr_lp1.xml".
Call Stack (most recent call first):
  src/drivers/cmake_install.cmake:40 (INCLUDE)
  src/cmake_install.cmake:41 (INCLUDE)
  cmake_install.cmake:67 (INCLUDE)

file cmake_install.cmake line 3973:
~/BUILD/speed-dreams-src-base-2.0.0-0.1.rc2_r4747.22.fc17/src/drivers/usr/cmake_install.cmake

  FILE(INSTALL DESTINATION
"${CMAKE_INSTALL_PREFIX}/share/games/speed-dreams-2/drivers/usr_lp1"
TYPE FILE FILES

any hint ?

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
(Continue reading)

jpmeuret | 14 Jun 2012 13:57
Picon
Favicon

Re: CMake Error cmake_install.cmake:3973 (FILE): file INSTALL cannot find

Hi, Martin.

A first  question : why not use the official 2.0.0 source packages published at SF.net ?
(trunk r4747 is not a validated version at all, developments are very early 2.1 WIP,
 and we have not yet even frozen a decent dev. plan).

If you are planning to built an official Fedora package for SD,
in behalf of the whole team, I'd warmly recommend to use our official 2.0.0 sources.

And may be then ship another Fedora-specific patch package
if you really want to deliver more recent contents (like the LP1 cars) ...

And if you finally decide not to follow our advice,
then please, at least, don't use the "2.0.0" version name, or even 2.1.0,
but rather something like 2.0.1 or so
(see http://sourceforge.net/apps/trac/speed-dreams/wiki/BuildSystem#Releasenamingconventions
 about what a version number precisely means for SD)

Then, back to the real issue :-)
 - is the following file really missing  (which would indicate an incomplete checkout/update or so) ?
   /usr/src/redhat/BUILD/speed-dreams-src-base-2.0.0-0.1.rc2_r4747.22.fc17/src/drivers/usr/usr_lp1/usr_lp1.xml
 - could you give us the complete sequence of shell commands you used to get get there,
   and the complete console log (especially the one from the cmake command, in case of any earlier error or
warning) ?

Thanks.

Jean-Philippe.

----- Mail original -----
(Continue reading)

Martin Gansser | 14 Jun 2012 19:37
Picon

Re: CMake Error cmake_install.cmake:3973 (FILE): file INSTALL cannot find

Jean-Philippe,

thanks for your answer.
first i will forget the svn version, but i will create a unoffical rpm
package for Fedora 17 and place it on my homepage. A link will follow
later.

btw. its long way to an offical fedora package because bundled libs.
http://sourceforge.net/apps/trac/speed-dreams/ticket/634

Martin

Am Donnerstag, den 14.06.2012, 13:57 +0200 schrieb jpmeuret <at> free.fr:
> Hi, Martin.
> 
> A first  question : why not use the official 2.0.0 source packages published at SF.net ?
> (trunk r4747 is not a validated version at all, developments are very early 2.1 WIP,
>  and we have not yet even frozen a decent dev. plan).
> 
> If you are planning to built an official Fedora package for SD,
> in behalf of the whole team, I'd warmly recommend to use our official 2.0.0 sources.
> 
> And may be then ship another Fedora-specific patch package
> if you really want to deliver more recent contents (like the LP1 cars) ...
> 
> And if you finally decide not to follow our advice,
> then please, at least, don't use the "2.0.0" version name, or even 2.1.0,
> but rather something like 2.0.1 or so
> (see http://sourceforge.net/apps/trac/speed-dreams/wiki/BuildSystem#Releasenamingconventions
>  about what a version number precisely means for SD)
(Continue reading)

Martin Gansser | 27 Jun 2012 18:30
Picon

Re: CMake Error cmake_install.cmake:3973 (FILE): file INSTALL cannot find

Hi Jean-Philippe,

i tried the build onec again for my self with the current svn4775, but i
get the same error message:
CMake Error at src/drivers/usr/cmake_install.cmake:3973 (FILE):
  file INSTALL cannot find

"/usr/src/redhat/BUILD/speed-dreams-src-base-2.0.1-0.1.rc2_r4775.22.fc17/src/drivers/usr/usr_lp1/usr_lp1.xml".
Call Stack (most recent call first):
  src/drivers/cmake_install.cmake:40 (INCLUDE)
  src/cmake_install.cmake:41 (INCLUDE)
  cmake_install.cmake:67 (INCLUDE)

the build command i tried was:

rpmbuild -ba speed-dreams.spec

the output of the compiler is:
https://www.disk.dsl.o2online.de/FclyPlh/RPMS/speed-dreams/test/compile_output.txt?a=IKYlYLOFlng

the used spec file is:
https://www.disk.dsl.o2online.de/FclyPlh/RPMS/speed-dreams/test/speed-dreams.spec?a=-JE1mLyIPW0

I hope anyone can help me ?

Martin

Am Donnerstag, den 14.06.2012, 13:57 +0200 schrieb jpmeuret <at> free.fr:
> Hi, Martin.
> 
(Continue reading)

simon | 27 Jun 2012 19:27

Re: CMake Error cmake_install.cmake:3973 (FILE): file INSTALL cannot find

> Hi Jean-Philippe,
>
>
> i tried the build onec again for my self with the current svn4775, but i
> get the same error message:
> CMake Error at src/drivers/usr/cmake_install.cmake:3973 (FILE):
>   file INSTALL cannot find
>
> "/usr/src/redhat/BUILD/speed-dreams-src-base-2.0.1-0.1.rc2_r4775.22.fc17/src/drivers/usr/usr_lp1/usr_lp1.xml".

This file is/should be present in the source tree:
https://sourceforge.net/apps/trac/speed-dreams/browser/trunk/src/drivers/usr/usr_lp1/usr_lp1.xml

Although it is not part of the 'official' set of cars.

Should this be 'IF(NOT OPTION_OFFICIAL_ONLY)' in:
https://sourceforge.net/apps/trac/speed-dreams/browser/trunk/src/drivers/usr/CMakeLists.txt

Simon

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Martin Gansser | 9 Jul 2012 21:09
Picon

Re: CMake Error cmake_install.cmake:3973 (FILE): file INSTALL cannot find

same problem on the current svn 4795,
is there a way to build the current svn ?

Martin

Am Mittwoch, den 27.06.2012, 13:27 -0400 schrieb simon@...:
> > Hi Jean-Philippe,
> >
> >
> > i tried the build onec again for my self with the current svn4775, but i
> > get the same error message:
> > CMake Error at src/drivers/usr/cmake_install.cmake:3973 (FILE):
> >   file INSTALL cannot find
> >
> > "/usr/src/redhat/BUILD/speed-dreams-src-base-2.0.1-0.1.rc2_r4775.22.fc17/src/drivers/usr/usr_lp1/usr_lp1.xml".
> 
> This file is/should be present in the source tree:
> https://sourceforge.net/apps/trac/speed-dreams/browser/trunk/src/drivers/usr/usr_lp1/usr_lp1.xml
> 
> Although it is not part of the 'official' set of cars.
> 
> Should this be 'IF(NOT OPTION_OFFICIAL_ONLY)' in:
> https://sourceforge.net/apps/trac/speed-dreams/browser/trunk/src/drivers/usr/CMakeLists.txt
> 
> Simon
> 

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
(Continue reading)

simon | 9 Jul 2012 21:39

Re: CMake Error cmake_install.cmake:3973 (FILE): file INSTALL cannot find

> same problem on the current svn 4795,
> is there a way to build the current svn ?

Current SVN works for me on Ubuntu with:
cmake -D CMAKE_BUILD_TYPE:STRING=Release -D OPTION_OFFICIAL_ONLY:BOOL=ON .

Is it something specific to the ferdora packaging that you are doing?
Simon

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
jpmeuret | 10 Jul 2012 09:02
Picon
Favicon

Re: CMake Error cmake_install.cmake:3973 (FILE): file INSTALL cannot find

Hi, Martin, Simon, all.

>> > i tried the build onec again for my self with the current svn4775, but i
>> > get the same error message:
>> > CMake Error at src/drivers/usr/cmake_install.cmake:3973 (FILE):
>> >   file INSTALL cannot find
>> >
>> > "/usr/src/redhat/BUILD/speed-dreams-src-base-2.0.1-0.1.rc2_r4775.22.fc17/src/drivers/usr/usr_lp1/usr_lp1.xml".

>> same problem on the current svn 4795,
>> is there a way to build the current svn ?

>Current SVN works for me on Ubuntu with:
>cmake -D CMAKE_BUILD_TYPE:STRING=Release -D OPTION_OFFICIAL_ONLY:BOOL=ON .

>Is it something specific to the ferdora packaging that you are doing?

It works for me, at least under Windows, with OPTION_OFFICIAL_ONLY enabled.
(I fixed this Simplix CMake configuration issue in r4788).

So, after cleaning up your build folder, and rebuilding from 'cmake ....',
it should work.

Cheers,

Jean-Philippe.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
(Continue reading)


Gmane