Re: rpmbuild - empty RPMS directory

2015-09-17 Thread Dave Love
arnaud gaboury writes: >> Why? I ask as someone who supports R rpms on HPC systems and knows a >> bit about relevant libraries and compilers. > > Please visit this blog[0] or many other talking about R-benchmark.R. I don't think this is the place for a lecture on all that's wrong with that; it'

Re: rpmbuild - empty RPMS directory

2015-09-16 Thread arnaud gaboury
On Wed, Sep 16, 2015 at 11:28 AM, Michael Schwendt wrote: > On Tue, 15 Sep 2015 18:09:44 +0100, Jonathan Wakely wrote: > >> On 15/09/15 13:58 +0200, arnaud gaboury wrote: >> >I have been working on my first rpmbuild since quite a few days now. >> >> As a more gneral comment, why not try something

Re: rpmbuild - empty RPMS directory

2015-09-16 Thread arnaud gaboury
On Wed, Sep 16, 2015 at 3:52 PM, Dave Love wrote: > arnaud gaboury writes: > >> I have been working on my first rpmbuild since quite a few days now. >> >> The rpm is intendeed to install R[0] built with Intel MKL libraries >> and Intel compiler. As a base for the spec file, I used the one from >>

Re: rpmbuild - empty RPMS directory

2015-09-16 Thread Dave Love
arnaud gaboury writes: > I have been working on my first rpmbuild since quite a few days now. > > The rpm is intendeed to install R[0] built with Intel MKL libraries > and Intel compiler. As a base for the spec file, I used the one from > Fedora R package[1]. Why? I ask as someone who supports

Re: rpmbuild - empty RPMS directory

2015-09-16 Thread Michael Schwendt
On Tue, 15 Sep 2015 18:09:44 +0100, Jonathan Wakely wrote: > On 15/09/15 13:58 +0200, arnaud gaboury wrote: > >I have been working on my first rpmbuild since quite a few days now. > > As a more gneral comment, why not try something *much* simpler for > your first rpmbuild? > > Try something that

Re: rpmbuild - empty RPMS directory

2015-09-16 Thread Michael Schwendt
On Tue, 15 Sep 2015 18:31:57 +0200, arnaud gaboury wrote: > >> >> These last lines are part of the %file section, > >> > > >> > Why have you deleted the lines? > >> > What did they tell? > >> > >> I deleted nothing. These last few lines are the end of screen output > >> when running rpmbuild. I th

Re: rpmbuild - empty RPMS directory

2015-09-16 Thread arnaud gaboury
On Wed, Sep 16, 2015 at 3:07 AM, Christopher Meng wrote: > Also, when will you stop posting your failures at here? I see most of > failures are caused by yourself. Ha ha, of course ! It is my mistakes thus why I ask for hints. Basically, I'd read docs first. I did read a lot of rpm packages. Fro

Re: rpmbuild - empty RPMS directory

2015-09-15 Thread Christopher Meng
Also, when will you stop posting your failures at here? I see most of failures are caused by yourself. Basically, I'd read docs first. From your tons of email here, the only thing I can summarize is that your mind is in a whirl. Meanwhile, it appears lots of Archlinux users treat mailing list like

Re: rpmbuild - empty RPMS directory

2015-09-15 Thread Jonathan Wakely
On 15/09/15 23:22 +0200, arnaud gaboury wrote: As for my first rpmbuild, it is the opportunity which make me do this build. I am a archlinux user running a Fedora nspawn container. The container has vocation to be a prod server for data computing with R. To speed R, I need to build it with Intel

Re: rpmbuild - empty RPMS directory

2015-09-15 Thread arnaud gaboury
On Tue, Sep 15, 2015 at 7:19 PM, Jonathan Wakely wrote: > On 15/09/15 18:31 +0200, arnaud gaboury wrote: >> >> On Tue, Sep 15, 2015 at 6:20 PM, Michael Schwendt >> wrote: >>> >>> On Tue, 15 Sep 2015 16:47:44 +0200, arnaud gaboury wrote: >>> >> Checking for unpackaged file(s): /usr/lib/rpm/ch

Re: rpmbuild - empty RPMS directory

2015-09-15 Thread Jonathan Wakely
On 15/09/15 18:31 +0200, arnaud gaboury wrote: On Tue, Sep 15, 2015 at 6:20 PM, Michael Schwendt wrote: On Tue, 15 Sep 2015 16:47:44 +0200, arnaud gaboury wrote: >> Checking for unpackaged file(s): /usr/lib/rpm/check-files >> .. >> >> These

Re: rpmbuild - empty RPMS directory

2015-09-15 Thread Jonathan Wakely
On 15/09/15 13:58 +0200, arnaud gaboury wrote: I have been working on my first rpmbuild since quite a few days now. As a more gneral comment, why not try something *much* simpler for your first rpmbuild? Try something that doesn't use an alternative compiler, doesn't require lots of environmen

Re: rpmbuild - empty RPMS directory

2015-09-15 Thread arnaud gaboury
On Tue, Sep 15, 2015 at 6:31 PM, Jonathan Wakely wrote: > On 15/09/15 13:58 +0200, arnaud gaboury wrote: >> >> I have been working on my first rpmbuild since quite a few days now. >> >> The rpm is intendeed to install R[0] built with Intel MKL libraries >> and Intel compiler. As a base for the spe

Re: rpmbuild - empty RPMS directory

2015-09-15 Thread arnaud gaboury
On Tue, Sep 15, 2015 at 6:20 PM, Michael Schwendt wrote: > On Tue, 15 Sep 2015 16:47:44 +0200, arnaud gaboury wrote: > >> >> Checking for unpackaged file(s): /usr/lib/rpm/check-files >> >> .. >> >> >> >> These last lines are part of the %file sec

Re: rpmbuild - empty RPMS directory

2015-09-15 Thread Jonathan Wakely
On 15/09/15 13:58 +0200, arnaud gaboury wrote: I have been working on my first rpmbuild since quite a few days now. The rpm is intendeed to install R[0] built with Intel MKL libraries and Intel compiler. As a base for the spec file, I used the one from Fedora R package[1]. I setup the directory

Re: rpmbuild - empty RPMS directory

2015-09-15 Thread Michael Schwendt
On Tue, 15 Sep 2015 16:47:44 +0200, arnaud gaboury wrote: > >> Checking for unpackaged file(s): /usr/lib/rpm/check-files > >> .. > >> > >> These last lines are part of the %file section, > > > > Why have you deleted the lines? > > What did they t

Re: rpmbuild - empty RPMS directory

2015-09-15 Thread arnaud gaboury
On Tue, Sep 15, 2015 at 3:55 PM, Michael Schwendt wrote: > On Tue, 15 Sep 2015 13:58:38 +0200, arnaud gaboury wrote: > >> Checking for unpackaged file(s): /usr/lib/rpm/check-files >> .. >> >> These last lines are part of the %file section, > > Wh

Re: rpmbuild - empty RPMS directory

2015-09-15 Thread Michael Schwendt
On Tue, 15 Sep 2015 13:58:38 +0200, arnaud gaboury wrote: > Checking for unpackaged file(s): /usr/lib/rpm/check-files > .. > > These last lines are part of the %file section, Why have you deleted the lines? What did they tell? You've quoted lo

Re: rpmbuild - empty RPMS directory

2015-09-15 Thread arnaud gaboury
On Tue, Sep 15, 2015 at 1:58 PM, arnaud gaboury wrote: > I have been working on my first rpmbuild since quite a few days now. > > The rpm is intendeed to install R[0] built with Intel MKL libraries > and Intel compiler. As a base for the spec file, I used the one from > Fedora R package[1]. > > I

rpmbuild - empty RPMS directory

2015-09-15 Thread arnaud gaboury
I have been working on my first rpmbuild since quite a few days now. The rpm is intendeed to install R[0] built with Intel MKL libraries and Intel compiler. As a base for the spec file, I used the one from Fedora R package[1]. I setup the directory structure: % ls ~/.rpmbuild BUILD/ BUILDROOT/

Re: rpmbuild...empty RPMS

2015-09-09 Thread arnaud gaboury
On Wed, Sep 9, 2015 at 7:34 PM, Adam Miller wrote: > On Wed, Sep 9, 2015 at 12:23 PM, arnaud gaboury > wrote: >> It is my first rpm build. I followed this how-to[0]. >> >> $ rpmdev-setuptree >> $ cd ~/rpmbuild >> $ ls >> BUILD/ BUILDROOT/ RPMS/ SOURCES/ SPECS/ SRPMS/ >> $ rpm -ivh sourcepack

Re: rpmbuild...empty RPMS

2015-09-09 Thread Adam Miller
On Wed, Sep 9, 2015 at 12:23 PM, arnaud gaboury wrote: > It is my first rpm build. I followed this how-to[0]. > > $ rpmdev-setuptree > $ cd ~/rpmbuild > $ ls > BUILD/ BUILDROOT/ RPMS/ SOURCES/ SPECS/ SRPMS/ > $ rpm -ivh sourcepackage-name*.src.rpm # I use an already exisiting > package as bas

rpmbuild...empty RPMS

2015-09-09 Thread arnaud gaboury
It is my first rpm build. I followed this how-to[0]. $ rpmdev-setuptree $ cd ~/rpmbuild $ ls BUILD/ BUILDROOT/ RPMS/ SOURCES/ SPECS/ SRPMS/ $ rpm -ivh sourcepackage-name*.src.rpm # I use an already exisiting package as base $ vim SPEC/MyName.spec $ $ rpmlint SPEC/MyName.spec $ $ rpmbuild -ba