I cannot seem to find a checkinstall rpm package for CentOS-6 or one for x86_64 more recent than CentOS4. When I try to build it locally from the most recent source I can find, c.2006, I get build errors having to do with size constants either missing or improperly defined.
Does anyone have a source for an rpm of this package that runs on CentOS-6_x86_64 or can recommend a replacement for it?
On 12/30/2011 03:34 PM, James B. Byrne wrote:
Does anyone have a source for an rpm of this package that runs on CentOS-6_x86_64 or can recommend a replacement for it?
consider using fpm instead ? it kind of address's the same problem in a different way.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Am 30.12.2011 21:08, schrieb Karanbir Singh:
On 12/30/2011 03:34 PM, James B. Byrne wrote:
Does anyone have a source for an rpm of this package that runs on CentOS-6_x86_64 or can recommend a replacement for it?
consider using fpm instead ? it kind of address's the same problem in a different way.
Although I'm not the OP I'm interested in that topic too. Unfortunately, due to heavy TLA overloading I couldn't make out which FPM you might be referring to. "yum search fpm" came up blank. http://www.google.com/search?q=fpm yielded "About 22,400,000 results" but nothing promising on the first three result pages. http://en.wikipedia.org/wiki/FPM wasn't helpful either. Do you have an URL perhaps?
Thanks, Tilman
On 12/31/2011 03:24 PM, Tilman Schmidt wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Am 30.12.2011 21:08, schrieb Karanbir Singh:
On 12/30/2011 03:34 PM, James B. Byrne wrote:
Does anyone have a source for an rpm of this package that runs on CentOS-6_x86_64 or can recommend a replacement for it?
consider using fpm instead ? it kind of address's the same problem in a different way.
Although I'm not the OP I'm interested in that topic too. Unfortunately, due to heavy TLA overloading I couldn't make out which FPM you might be referring to. "yum search fpm" came up blank. http://www.google.com/search?q=fpm yielded "About 22,400,000 results" but nothing promising on the first three result pages. http://en.wikipedia.org/wiki/FPM wasn't helpful either. Do you have an URL perhaps?
https://github.com/jordansissel/fpm/wiki
I used >>linux "fpm" checkinstall<< for a google search. You have to filter your search results with few more related words.
This is all I found so far.
http://www.ducea.com/2011/08/31/build-your-own-packages-easily-with-fpm/
There is also a link to the main site in there as well. Not a lot on it.
D
On Saturday, December 31, 2011, Ljubomir Ljubojevic office@plnet.rs wrote:
On 12/31/2011 03:24 PM, Tilman Schmidt wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Am 30.12.2011 21:08, schrieb Karanbir Singh:
On 12/30/2011 03:34 PM, James B. Byrne wrote:
Does anyone have a source for an rpm of this package that runs on CentOS-6_x86_64 or can recommend a replacement for it?
consider using fpm instead ? it kind of address's the same problem in a different way.
Although I'm not the OP I'm interested in that topic too. Unfortunately, due to heavy TLA overloading I couldn't make out which FPM you might be referring to. "yum search fpm" came up blank. http://www.google.com/search?q=fpm yielded "About 22,400,000 results" but nothing promising on the first three result pages. http://en.wikipedia.org/wiki/FPM wasn't helpful either. Do you have an URL perhaps?
https://github.com/jordansissel/fpm/wiki
I used >>linux "fpm" checkinstall<< for a google search. You have to filter your search results with few more related words.
--
Ljubomir Ljubojevic (Love is in the Air) PL Computers Serbia, Europe
Google is the Mother, Google is the Father, and traceroute is your trusty Spiderman... StarOS, Mikrotik and CentOS/RHEL/Linux consultant _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 12/31/2011 02:24 PM, Tilman Schmidt wrote:
consider using fpm instead ? it kind of address's the same problem in a different way.
Although I'm not the OP I'm interested in that topic too.
https://github.com/jordansissel/fpm/wiki and https://docs.google.com/present/view?id=0Aa9liCTsAyzRZGNtd3dkOTRfMTdmczY2azl...
having said that - *I* am not a big fan of using these kinds of tools, its still way better to get a spec file in place that you can hand edit and maintain. Fpm has its place, it will let you grab a build and make an rpm out of it - but it does nothing for maintainability and nothing for management. BUT its a mile better than a 'make install' or checkinstall ( in that it does use rpmbuild )
installing fpm is tricky, since it has no dependency checks - so its a case of install it, then workout what deps it needs as things fail. Maybe a slightly worthwhile effort would be to package fpm into a rpm with the right deps :)