View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009927CMakeCPackpublic2009-11-19 15:162009-11-22 13:35
ReporterVladislav Vaintroub 
Assigned ToEric NOULARD 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-8 
Target VersionFixed in VersionCMake-2-8 
Summary0009927: CPack RPM generator does not seem to install symlinks
DescriptionHello, I'm trying to get CMake/CPack working for MySQL/Unix.
I'm using some INSTALL commands and among them I install couple of symlinks. I see the symlinks in .tar.gz, but RPM generator does not seem to like it or package it.

rpmbuild.err says:

warning: Installed (but unpackaged) file(s) found:
   /usr/lib/libmysqlclient.so
   /usr/lib/libmysqlclient_r.a
   /usr/lib/libmysqlclient_r.so
   /usr/mysql-test/mtr
   /usr/mysql-test/mysql-test-run

libmysqlclient.so is created as symlink by ADD_LIBRARY with SOVERSION, all other symlinks are created with 'cmake -E create_symlink' and INSTALLed
Additional InformationGot it on Fedora 11 x86_64
TagsNo tags attached.
Attached Files

 Relationships
related to 0009654closedEric NOULARD [CPackRPM] %files section in spec file shall not contain all directories 
related to 0012253closedEric NOULARD CPack RPM generator self dependency trouble 

  Notes
(0018533)
Eric NOULARD (developer)
2009-11-22 12:45

ok noted.
This is an unwanted side-effect of
http://public.kitware.com/Bug/view.php?id=9654 [^]

working on it.
(0018534)
Eric NOULARD (developer)
2009-11-22 12:53

Now fixed in CVS HEAD.
Note that bug 9654 and this one must be taken BOTH AT ONCE for inclusion in 2-8.

Committer: Eric Noulard <eric.noulard@gmail.com>
/cvsroot/CMake/CMake/Modules/CPackRPM.cmake,v <-- Modules/CPackRPM.cmake
new revision: 1.20; previous revision: 1.19
(0018540)
Eric NOULARD (developer)
2009-11-22 13:35

May be included in 2.8.1

 Issue History
Date Modified Username Field Change
2009-11-19 15:16 Vladislav Vaintroub New Issue
2009-11-22 09:33 Alex Neundorf Status new => assigned
2009-11-22 09:33 Alex Neundorf Assigned To => Eric NOULARD
2009-11-22 12:45 Eric NOULARD Relationship added related to 0009654
2009-11-22 12:45 Eric NOULARD Note Added: 0018533
2009-11-22 12:53 Eric NOULARD Note Added: 0018534
2009-11-22 13:35 Eric NOULARD Note Added: 0018540
2009-11-22 13:35 Eric NOULARD Status assigned => closed
2009-11-22 13:35 Eric NOULARD Resolution open => fixed
2009-11-22 13:35 Eric NOULARD Fixed in Version => CMake-2-8
2011-06-08 04:05 Eric NOULARD Relationship added related to 0012253


Copyright © 2000 - 2018 MantisBT Team