Re: rpmbuild error (wbar) on F24

2016-06-27 Thread stan
On Mon, 27 Jun 2016 10:56:52 -0500 Ranjan Maitra wrote: > On Sun, 26 Jun 2016 23:35:39 +0200 Michael Schwendt > wrote: > > > On Sun, 26 Jun 2016 12:44:59 -0500, Ranjan Maitra wrote: > > > > > > Revisit the build output and look for a real

Re: rpmbuild error (wbar) on F24

2016-06-27 Thread Ranjan Maitra
On Sun, 26 Jun 2016 23:35:39 +0200 Michael Schwendt wrote: > On Sun, 26 Jun 2016 12:44:59 -0500, Ranjan Maitra wrote: > > > > Revisit the build output and look for a real error message from the > > > compiler, not these that Make prints. > > > > Where is this build

Re: rpmbuild error (wbar) on F24

2016-06-26 Thread Link Dupont
On Sun, 2016-06-26 at 18:09 -0500, Ranjan Maitra wrote: > > So, how should I fix this? Is this something that has to be taken > care of, upstream? The normal procedure, as a package maintainer, would be for you to fix it by writing a patch, applying the patch to your spec file, and submit the

Re: rpmbuild error (wbar) on F24

2016-06-26 Thread Ranjan Maitra
Michael, Thanks! > Here: > > > ../src/core/Main.cc:84:35: error: invalid suffix on literal; C++11 requires > > a space between literal and string macro [-Werror=literal-suffix] > > command = PACKAGE_NAME" "DEFAULT_ARGV; > > And the line above that is the full invocation of the

Re: rpmbuild error (wbar) on F24

2016-06-26 Thread Michael Schwendt
On Sun, 26 Jun 2016 12:44:59 -0500, Ranjan Maitra wrote: > > Revisit the build output and look for a real error message from the > > compiler, not these that Make prints. > > Where is this build output? I get the following complete output when I use: Here: > ../src/core/Main.cc:84:35:

Re: rpmbuild error (wbar) on F24

2016-06-26 Thread Ranjan Maitra
Michael, Thanks! On Sun, 26 Jun 2016 16:44:39 +0200 Michael Schwendt wrote: > On Sun, 26 Jun 2016 09:26:29 -0500, Ranjan Maitra wrote: > > > Hi, > > > > I have a local rpm that I have created using wbar. The spec file is here: > > > >

Re: rpmbuild error (wbar) on F24

2016-06-26 Thread Michael Schwendt
On Sun, 26 Jun 2016 09:26:29 -0500, Ranjan Maitra wrote: > Hi, > > I have a local rpm that I have created using wbar. The spec file is here: > > https://paste.fedoraproject.org/384973/14669508 > > I have successfully created this rpm up to Fedora 23. But have been unable to > do so this time