Am Montag, 4. Juni 2012 um 17:13:26, schrieb David Cole <[email protected]> > We are preparing to build CMake 2.8.9, release candidate one, in the next > few days (or possibly as late as next week). > > Is there any pending/outstanding work that anybody thinks is critical for > inclusion in CMake 2.8.9? > > (I don't want to trigger a flurry of activity by sending this out... but I > suppose it's better to have it before we decide to cut rc1 than after. ;-) > > > Thanks, > David
There is still the problem that created debian packages are not working with
dpkg.
System: ubuntu 12.04, 64 bit.
Cmake: created with "-DCMAKE_USE_SYSTEM_LIBARCHIVE:BOOL=ON"
The following list of commands:
#> make package # create xyzz.deb
#> ar rv xyzz.deb data.tar.gz
#> tar ztvf data.tgz> /dev/null
tar: Ignoring unknown extended header keyword `SCHILY.fflags'
tar: Ignoring unknown extended header keyword `SCHILY.fflags'
tar: Ignoring unknown extended header keyword `SCHILY.fflags'
tar: Ignoring unknown extended header keyword `SCHILY.fflags'
I already proposed a patch in the users list (using
"archive_write_set_format_gnutar()"
instead of "archive_write_set_format_pax_restricted()" in file
"Source/cmArchiveWrite.cxx")
which make things work OK on this system.
Kornel
signature.asc
Description: This is a digitally signed message part.
-- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
