Re: [CMake] Link to local glibc

2017-03-08 Thread Chuck Atkins
> > I'll try and see if I can compile a gcc 4.9.3 chain on the CentOS 5 > machine (I need C++11). > I'd suggest using the devtollset repo from https://people.centos.org/tru/devtools/devtools.repo > The docker container looks interesting but I haven't used it yet: does it > need some specific inst

Re: [CMake] CPACK, generating deb packages: md5sums and wrong directory permissons

2017-03-08 Thread Domen Vrankar
2017-03-08 16:23 GMT+01:00 Bernhard Seckinger : > Hi Domen, > > > This came up in the past and if I recall correctly the only workaround > was > > the install(DIRECTORY ... DIRECTORY_PERMISSIONS) that you mentioned. > Please > > file a bug report for this one. > > Where is the best place to do so?

Re: [CMake] CPACK, generating deb packages: md5sums and wrong directory permissons

2017-03-08 Thread Bernhard Seckinger
Hi Domen, > This came up in the past and if I recall correctly the only workaround was > the install(DIRECTORY ... DIRECTORY_PERMISSIONS) that you mentioned. Please > file a bug report for this one. Where is the best place to do so? Berni -- -- Meine Rätselwebseite: www.croco-puzzle.com --

Re: [CMake] CPACK, generating deb packages: md5sums and wrong directory permissons

2017-03-08 Thread Domen Vrankar
2017-03-08 10:00 GMT+01:00 Bernhard Seckinger : > Hi all, > > I'm using cpack to generate a debian package. There are two things that > look > like bugs in cpack to me (although it might also be, that I got something > wrong): > > a) Files, that I install with install(FILES ...) get the wrong name

[CMake] CPACK, generating deb packages: md5sums and wrong directory permissons

2017-03-08 Thread Bernhard Seckinger
Hi all, I'm using cpack to generate a debian package. There are two things that look like bugs in cpack to me (although it might also be, that I got something wrong): a) Files, that I install with install(FILES ...) get the wrong name in the md5sum section. Names should be e.g. "usr/bin/croco", b