Re: rpmbuild --rebuiild with config options

2017-08-18 Thread Gordon Messmer
On 08/18/2017 09:47 AM, Rick Stevens wrote: Thanks for the link. Looking at that, the spec file would need to be modified: %configure --with-dbus --with-gif --with-jpeg --with-png \ --with-rsvg --with-tiff --with-xft --with-xpm \ --with-x-toolkit=gtk3 --with-gpm=no

Re: rpmbuild --rebuiild with config options

2017-08-18 Thread Rick Stevens
On 08/17/2017 07:14 PM, Gordon Messmer wrote: > On Wed, Aug 16, 2017 at 4:50 PM, Amadeus W.M. wrote: >> I'm trying to put together a minimal emacs rpm and I'm trying this, with >> the ensuing error: >> >> rpmbuild --rebuild emacs-25.2-3.fc25.src.rpm --without-all >> rpmbuild: --without-all: unknow

Re: rpmbuild --rebuiild with config options

2017-08-17 Thread Gordon Messmer
On Wed, Aug 16, 2017 at 4:50 PM, Amadeus W.M. wrote: > I'm trying to put together a minimal emacs rpm and I'm trying this, with > the ensuing error: > > rpmbuild --rebuild emacs-25.2-3.fc25.src.rpm --without-all > rpmbuild: --without-all: unknown option Looking at the emacs spec (available at ht

Re: rpmbuild --rebuiild with config options

2017-08-17 Thread Rick Stevens
On 08/17/2017 06:10 PM, Amadeus W.M. wrote: > On Thu, 17 Aug 2017 09:30:11 +0800, Ed Greshko wrote: > >> On 08/17/2017 09:22 AM, Amadeus W.M. wrote: >>> Actually I compiled, out of curiosity, the tar file that came with the >>> srpm, with >>> >>> ./configure --without-all --with-x-toolkit=no --wit

Re: rpmbuild --rebuiild with config options

2017-08-17 Thread Amadeus W.M.
On Thu, 17 Aug 2017 09:30:11 +0800, Ed Greshko wrote: > On 08/17/2017 09:22 AM, Amadeus W.M. wrote: >> Actually I compiled, out of curiosity, the tar file that came with the >> srpm, with >> >> ./configure --without-all --with-x-toolkit=no --without-x >> >> and worked very well. So these are valid

Re: rpmbuild --rebuiild with config options

2017-08-16 Thread Todd Zullinger
Amadeus W.M. wrote: Actually I compiled, out of curiosity, the tar file that came with the srpm, with ./configure --without-all --with-x-toolkit=no --without-x and worked very well. So these are valid options. Don't know why rpmbuild doesn't like those. It would have been nice to have an rpm

Re: rpmbuild --rebuiild with config options

2017-08-16 Thread Ed Greshko
On 08/17/2017 09:22 AM, Amadeus W.M. wrote: > Actually I compiled, out of curiosity, the tar file that came with the > srpm, with > > ./configure --without-all --with-x-toolkit=no --without-x > > and worked very well. So these are valid options. Don't know why rpmbuild > doesn't like those. It w

Re: rpmbuild --rebuiild with config options

2017-08-16 Thread Amadeus W.M.
On Thu, 17 Aug 2017 08:04:16 +0800, Ed Greshko wrote: > On 08/17/2017 07:50 AM, Amadeus W.M. wrote: >> I'm trying to put together a minimal emacs rpm and I'm trying this, >> with the ensuing error: >> >> rpmbuild --rebuild emacs-25.2-3.fc25.src.rpm --without-all rpmbuild: >> --without-all: unknown

Re: rpmbuild --rebuiild with config options

2017-08-16 Thread Ed Greshko
On 08/17/2017 07:50 AM, Amadeus W.M. wrote: > I'm trying to put together a minimal emacs rpm and I'm trying this, with > the ensuing error: > > rpmbuild --rebuild emacs-25.2-3.fc25.src.rpm --without-all > rpmbuild: --without-all: unknown option > > I untarred the emacs source code and ran ./config

rpmbuild --rebuiild with config options

2017-08-16 Thread Amadeus W.M.
I'm trying to put together a minimal emacs rpm and I'm trying this, with the ensuing error: rpmbuild --rebuild emacs-25.2-3.fc25.src.rpm --without-all rpmbuild: --without-all: unknown option I untarred the emacs source code and ran ./configure --help and --without- all is an option. I tried a fe