[CMake] Creating package

Kornel Benko kornel at lyx.org
Sat May 26 09:17:03 EDT 2012


Resending this, after being subscribed ...
................
Hi list,
this is my first mail to this list, so it may be the wrong list to report errors.

Recently I updated to ubuntu 12.04. Debian packages created with cmake (through "make package")
are now not handled gratuitously by dpkg. (The installation stops after extracting data from *.deb)
---------------------------------------------
# sudo dpkg -i xyzzy.deb
(Reading database ... 517983 files and directories currently installed.)
Preparing to replace **** **** (using .../****.deb) ...
Unpacking replacement **** ...
dpkg: error processing xyzzy.deb (--install):
 corrupted filesystem tarfile - corrupted package archive
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 xyzzy.deb

---------------------------------------------
The only way to overcome this was to downgrade cmake version 2.8.8 to 2.8.5.
(I had to use following packages from ubuntu 11.10:
		cmake_2.8.5-1ubuntu1_amd64.deb
		cmake-data_2.8.5-1ubuntu1_all.deb
		cmake-qt-gui_2.8.5-1ubuntu1_amd64.deb
		libarchive1_2.8.4-1ubuntu0.11.10.1_amd64.deb
		liblzma2_5.0.0-2_amd64.deb
		libxmlrpc-c3-0_1.16.32-0ubuntu4_amd64.deb
		libxmlrpc-core-c3-0_1.16.32-0ubuntu3_amd64.deb
)

With this version the now created packages are ok.

Regards
	Kornel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://www.cmake.org/pipermail/cmake/attachments/20120526/78adb5bf/attachment.pgp>


More information about the CMake mailing list