Dear all, Using a CentOS 6.7 x64 system, I was able to compile and make the RPM packages using the command "make rpm". The created packages were correctly installed and are working on the CentOS 6.7 x64 system. As I understand, the creation of the RPM packages process was made for Fedora systems: is-there any problem or limitation to be expected to create packages using "make rpm" for CentOS 6.x? Best regards, Sebastien -- Parc d'activité Tolstoï 4 rue Edouard Aynard 69100 Villeurbanne Tél. +33 (0)4 78 95 05 80 Fax +33 (0)4 78 95 00 17 www.passman.fr www.passman-hotels.com www.passman-camping.com www.passman-sante.com https://www.facebook.com/PASSMAN-187787814053/
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 23/11/15 13:33, Sébastien RAILLARD (PASSMAN) wrote:
Dear all,
Using a CentOS 6.7 x64 system, I was able to compile and make the RPM packages using the command "make rpm". The created packages were correctly installed and are working on the CentOS 6.7 x64 system.
As I understand, the creation of the RPM packages process was made for Fedora systems: is-there any problem or limitation to be expected to create packages using "make rpm" for CentOS 6.x?
Best regards, Sebastien
We create and distribute RPMs that are compatible with CentOS. See http://dev.monetdb.org/downloads/epel/. In other words, it is possible to create CentOS RPMs from the sources. Having said this, I don't usually build the RPMs using "make rpm" on CentOS. In stead I use "mock -r epel-7-x86_64 --with epel MonetDB-*.src.rpm" on a Fedora system. Given that we create and distribute the RPMs, the question is, why are you building your own? - -- Sjoerd Mullender -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJWUxE6AAoJEISMxT6LrWYg0CAIAIYBE4z7kI/EoH1jyi+pIdMG U4VpjiLtjBt+aGe67/sxVUpuOdbKpqUH9Rq4ehk9jDVSgiwEJ459uE3guQ+vyWmG jjMODbvShzL9uCPUsLP1hNGpbw57+taz6139+ObL9pjdgNstJAxLc6/oFmWK+khR pt0169xKVtfauEcQyfVg8I3AqMD9P5baPGDAIg48chekryPdnngIppr8b2Cny3xh sGDWYyXPo02hv1GeF/wC9MPfkC4escqJwr7V6i99krlG6z7fiQvzMWNvm3aMsA/D h3zynhAcc1eg5kFtORio6sHP6oGegsEKwQqMukyOw1XwaOhgAt1nEXqFbX3/O+g= =Nh/v -----END PGP SIGNATURE-----
We had few bugs fixed recently in the source code, and these fixes aren't yet in the RPM distributed. My goal was to compile the latest code available, make the RPM and install them on the server in production. It's more a temporary solution as when the new RPM including the fixes will be distributed by the MonetDB team, we would install them. I didn't the "mock" command, but as the system compiling the RPM is exactly the same as the server in production, "make rpm" may work fine.
-----Original Message----- From: users-list [mailto:users-list- bounces+sebastien.raillard=passman.fr@monetdb.org] On Behalf Of Sjoerd Mullender Sent: lundi 23 novembre 2015 14:15 To: users-list@monetdb.org Subject: Re: Making RPM packages for CentOS
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 23/11/15 13:33, Sébastien RAILLARD (PASSMAN) wrote:
Dear all,
Using a CentOS 6.7 x64 system, I was able to compile and make the RPM packages using the command "make rpm". The created packages were correctly installed and are working on the CentOS 6.7 x64 system.
As I understand, the creation of the RPM packages process was made for Fedora systems: is-there any problem or limitation to be expected to create packages using "make rpm" for CentOS 6.x?
Best regards, Sebastien
We create and distribute RPMs that are compatible with CentOS. See http://dev.monetdb.org/downloads/epel/. In other words, it is possible to create CentOS RPMs from the sources. Having said this, I don't usually build the RPMs using "make rpm" on CentOS. In stead I use "mock -r epel-7-x86_64 --with epel MonetDB-*.src.rpm" on a Fedora system.
Given that we create and distribute the RPMs, the question is, why are you building your own?
- -- Sjoerd Mullender -----BEGIN PGP SIGNATURE----- Version: GnuPG v2
iQEcBAEBCAAGBQJWUxE6AAoJEISMxT6LrWYg0CAIAIYBE4z7kI/EoH1jyi+pIdMG U4VpjiLtjBt+aGe67/sxVUpuOdbKpqUH9Rq4ehk9jDVSgiwEJ459uE3guQ+vyWmG jjMODbvShzL9uCPUsLP1hNGpbw57+taz6139+ObL9pjdgNstJAxLc6/oFmWK+khR pt0169xKVtfauEcQyfVg8I3AqMD9P5baPGDAIg48chekryPdnngIppr8b2Cny3xh sGDWYyXPo02hv1GeF/wC9MPfkC4escqJwr7V6i99krlG6z7fiQvzMWNvm3aMsA/D h3zynhAcc1eg5kFtORio6sHP6oGegsEKwQqMukyOw1XwaOhgAt1nEXqFbX3/O+g= =Nh/v -----END PGP SIGNATURE----- _______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
-- Parc d'activité Tolstoï 4 rue Edouard Aynard 69100 Villeurbanne Tél. +33 (0)4 78 95 05 80 Fax +33 (0)4 78 95 00 17 www.passman.fr www.passman-hotels.com www.passman-camping.com www.passman-sante.com https://www.facebook.com/PASSMAN-187787814053/
I have tested the "make rpm" and it's working fine for CentOS 6.x systems.
-----Original Message----- From: users-list [mailto:users-list- bounces+sebastien.raillard=passman.fr@monetdb.org] On Behalf Of Sébastien RAILLARD (PASSMAN) Sent: lundi 23 novembre 2015 13:33 To: 'Communication channel for MonetDB users' Subject: Making RPM packages for CentOS
Dear all,
Using a CentOS 6.7 x64 system, I was able to compile and make the RPM packages using the command "make rpm". The created packages were correctly installed and are working on the CentOS 6.7 x64 system.
As I understand, the creation of the RPM packages process was made for Fedora systems: is-there any problem or limitation to be expected to create packages using "make rpm" for CentOS 6.x?
Best regards, Sebastien
-- Parc d'activité Tolstoï 4 rue Edouard Aynard 69100 Villeurbanne Tél. +33 (0)4 78 95 05 80 Fax +33 (0)4 78 95 00 17 www.passman.fr www.passman-hotels.com www.passman-camping.com www.passman-sante.com https://www.facebook.com/PASSMAN-187787814053/
participants (2)
-
Sjoerd Mullender
-
Sébastien RAILLARD (PASSMAN)