Re: Koji issues with F25?

2016-08-24 Thread Kevin Fenzi
On Wed, 24 Aug 2016 16:53:52 -0700
"Gerald B. Cox"  wrote:

> On Wed, Aug 24, 2016 at 4:12 PM, Kevin Fenzi  wrote:
> 
> > That said, that doesn't get it working on f25 either.
> >
> > I suspect there's some update thats gone stable in f24 and is in
> > rawhide, but isn't stable yet in f25 due to the alpha freeze causing
> > the failure. Perhaps something in the kf5 stack?
> >
> > I don't even see any appdata file in the source, so it must be
> > generating it somewhere in one of the other kde packages...
> >  
> 
> Thanks Kevin... yes, your suspensions are correct. Rex Dieter replied:
> 
> "The appdata files only get generated/installed when built against
> kf5-5.25.0, which is currently still in -testing for f23/f24/f25
> (waiting for f25 alpha freeze to lift)
>
> -- Rex"

Cool. ;) 

> It built correctly on F24/F26 so I just need to back out the extra
> buildrequires I added
> to try to fix... they weren't needed.
> 
> Regarding lookaside, can that only be removed via a ticket, or is that
> something we can do?

I already removed it, but you will need to fix your sources file... 

kevin


pgpQatCKhM86b.pgp
Description: OpenPGP digital signature
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: Koji issues with F25?

2016-08-24 Thread Gerald B. Cox
On Wed, Aug 24, 2016 at 4:12 PM, Kevin Fenzi  wrote:

> That said, that doesn't get it working on f25 either.
>
> I suspect there's some update thats gone stable in f24 and is in
> rawhide, but isn't stable yet in f25 due to the alpha freeze causing
> the failure. Perhaps something in the kf5 stack?
>
> I don't even see any appdata file in the source, so it must be
> generating it somewhere in one of the other kde packages...
>

Thanks Kevin... yes, your suspensions are correct. Rex Dieter replied:

"The appdata files only get generated/installed when built against
kf5-5.25.0, which is currently still in -testing for f23/f24/f25 (waiting
for f25 alpha freeze to lift)

-- Rex"

It built correctly on F24/F26 so I just need to back out the extra
buildrequires I added
to try to fix... they weren't needed.

Regarding lookaside, can that only be removed via a ticket, or is that
something we can do?
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: Koji issues with F25?

2016-08-24 Thread Kevin Fenzi
On Wed, 24 Aug 2016 11:34:43 -0700
"Gerald B. Cox"  wrote:

> Ok, worse case I can just skip F25 for this package.

The sources file is messed up. It has the spec listed... (which you
requested be removed from lookaside). 

You should do:

fedpkg new-sources plasma-applet-weather-widget-1.6.7.tar.gz
git rm -f plasma-applet-weather-widget-1.6.7.tar.gz

fedpkg commit 
fedpkg push

That said, that doesn't get it working on f25 either. 

I suspect there's some update thats gone stable in f24 and is in
rawhide, but isn't stable yet in f25 due to the alpha freeze causing
the failure. Perhaps something in the kf5 stack?

I don't even see any appdata file in the source, so it must be
generating it somewhere in one of the other kde packages... 

kevin


pgpPaMsdbMbnK.pgp
Description: OpenPGP digital signature
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: Koji issues with F25?

2016-08-24 Thread Gerald B. Cox
On Wed, Aug 24, 2016 at 2:09 PM, Jens Lody  wrote:

> If you look at the build.log you can see, that for whatever reason the
> appdata.cml-file does not get installed on F25, so it can not be found
> by appstream-util .
>
> Jens
>

Yes, I saw that... but I if you look at the rawhide and F24 build, it is
installed fine.  It also installed fine on copr.  It's
a bit bizarre if you ask me.  If it is working on the release before and
the release after F25 - seems to me that points to
some peculiarly with F25.

I checked some other builds that used appdata, and they included gettext...
so I included that, plus I found a post
that suggested dconf-devel and dconf-editor so I included those also...
and still same result.  I'm stumped.
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: Koji issues with F25?

2016-08-24 Thread Jens Lody
Am Wed, 24 Aug 2016 11:23:27 -0700
schrieb "Gerald B. Cox" :

> Here is what the log shows for F25:
> 
> 
> + appstream-util validate-relax --nonet
> /builddir/build/BUILDROOT/plasma-applet-weather-widget-1.6.7-2.fc25.x86_64/usr/share/appdata/org.kde.weatherWidget.appdata.xml
> /builddir/build/BUILDROOT/plasma-applet-weather-widget-1.6.7-2.fc25.x86_64/usr/share/appdata/org.kde.weatherWidget.appdata.xml:
> /builddir/build/BUILDROOT/plasma-applet-weather-widget-1.6.7-2.fc25.x86_64/usr/share/appdata/org.kde.weatherWidget.appdata.xml
> could not be read: Failed to open file
> '/builddir/build/BUILDROOT/plasma-applet-weather-widget-1.6.7-2.fc25.x86_64/usr/share/appdata/org.kde.weatherWidget.appdata.xml':
> No such file or directory
> error: Bad exit status from /var/tmp/rpm-tmp.xPZ0QS (%check)
> Bad exit status from /var/tmp/rpm-tmp.xPZ0QS (%check)
> 
> 
> Here is what the log shows for F24:
> 
> + appstream-util validate-relax --nonet
> /builddir/build/BUILDROOT/plasma-applet-weather-widget-1.6.7-2.fc24.x86_64/usr/share/appdata/org.kde.weatherWidget.appdata.xml
> /builddir/build/BUILDROOT/plasma-applet-weather-widget-1.6.7-2.fc24.x86_64/usr/share/appdata/org.kde.weatherWidget.appdata.xml:
> GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings
> will not be saved or shared with other applications.
> OK
> + exit 0
> 
> 
> On Wed, Aug 24, 2016 at 11:05 AM, Gerald B. Cox  wrote:
> 
> > I'm trying to build a new package. It completed with no issues on
> > F26 (rawhide) and F24.  However, the build keeps failing on F25
> >
> > Here is the build link which is reporting the error?  Why would
> > this fail only on F25?  Doesn't make much sense.
> >
> > https://koji.fedoraproject.org/koji/taskinfo?taskID=15365643
> >
> >
> >  
If you look at the build.log you can see, that for whatever reason the
appdata.cml-file does not get installed on F25, so it can not be found 
by appstream-util .

Jens



pgpn0fuoeOsAE.pgp
Description: Digitale Signatur von OpenPGP
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: Koji issues with F25?

2016-08-24 Thread Dan HorĂ¡k
On Wed, 24 Aug 2016 11:05:33 -0700
"Gerald B. Cox"  wrote:

> I'm trying to build a new package. It completed with no issues on F26
> (rawhide) and F24.  However, the build keeps failing on F25
> 
> Here is the build link which is reporting the error?  Why would this
> fail only on F25?  Doesn't make much sense.
> 
> https://koji.fedoraproject.org/koji/taskinfo?taskID=15365643

if the missing file is being generated during the build, then it could
be a parallel make issue


Dan
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: Koji issues with F25?

2016-08-24 Thread Gerald B. Cox
Ok, worse case I can just skip F25 for this package.

On Wed, Aug 24, 2016 at 11:31 AM, Peter Robinson 
wrote:

> On Wed, Aug 24, 2016 at 7:28 PM, Gerald B. Cox  wrote:
> > Thanks Peter... I posted the results from both F25 and F24... does that
> > offer a clue?
>
> Nope, but I don't have time to really investigate but it's not a koji
> issue. You might want to check the root.log file  and compare the
> package list so see if there's differences.
>
> > On Wed, Aug 24, 2016 at 11:25 AM, Peter Robinson 
> > wrote:
> >>
> >> On Wed, Aug 24, 2016 at 7:05 PM, Gerald B. Cox  wrote:
> >> > I'm trying to build a new package. It completed with no issues on F26
> >> > (rawhide) and F24.  However, the build keeps failing on F25
> >>
> >> I've done quite a few builds of late and had no issues at all.
> >>
> >> > Here is the build link which is reporting the error?  Why would this
> >> > fail
> >> > only on F25?  Doesn't make much sense.
> >>
> >> Could be missing deps other other issues on the branch.
> >>
> >> > https://koji.fedoraproject.org/koji/taskinfo?taskID=15365643
> >>
> >> I don't see the file org.kde.weatherWidget.appdata.xml being installed
> >> or referenced any where other than on the line it references. Maybe
> >> your missing an explicit dependency that's not listed in the BuildReq
> >> that happens to land there some other reason on other branches.
> >> --
> >> devel mailing list
> >> devel@lists.fedoraproject.org
> >> https://lists.fedoraproject.org/admin/lists/devel@lists.
> fedoraproject.org
> >
> >
> >
> > --
> > devel mailing list
> > devel@lists.fedoraproject.org
> > https://lists.fedoraproject.org/admin/lists/devel@lists.
> fedoraproject.org
> >
> --
> devel mailing list
> devel@lists.fedoraproject.org
> https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org
>
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: Koji issues with F25?

2016-08-24 Thread Peter Robinson
On Wed, Aug 24, 2016 at 7:28 PM, Gerald B. Cox  wrote:
> Thanks Peter... I posted the results from both F25 and F24... does that
> offer a clue?

Nope, but I don't have time to really investigate but it's not a koji
issue. You might want to check the root.log file  and compare the
package list so see if there's differences.

> On Wed, Aug 24, 2016 at 11:25 AM, Peter Robinson 
> wrote:
>>
>> On Wed, Aug 24, 2016 at 7:05 PM, Gerald B. Cox  wrote:
>> > I'm trying to build a new package. It completed with no issues on F26
>> > (rawhide) and F24.  However, the build keeps failing on F25
>>
>> I've done quite a few builds of late and had no issues at all.
>>
>> > Here is the build link which is reporting the error?  Why would this
>> > fail
>> > only on F25?  Doesn't make much sense.
>>
>> Could be missing deps other other issues on the branch.
>>
>> > https://koji.fedoraproject.org/koji/taskinfo?taskID=15365643
>>
>> I don't see the file org.kde.weatherWidget.appdata.xml being installed
>> or referenced any where other than on the line it references. Maybe
>> your missing an explicit dependency that's not listed in the BuildReq
>> that happens to land there some other reason on other branches.
>> --
>> devel mailing list
>> devel@lists.fedoraproject.org
>> https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org
>
>
>
> --
> devel mailing list
> devel@lists.fedoraproject.org
> https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org
>
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: Koji issues with F25?

2016-08-24 Thread Gerald B. Cox
Thanks Peter... I posted the results from both F25 and F24... does that
offer a clue?

On Wed, Aug 24, 2016 at 11:25 AM, Peter Robinson 
wrote:

> On Wed, Aug 24, 2016 at 7:05 PM, Gerald B. Cox  wrote:
> > I'm trying to build a new package. It completed with no issues on F26
> > (rawhide) and F24.  However, the build keeps failing on F25
>
> I've done quite a few builds of late and had no issues at all.
>
> > Here is the build link which is reporting the error?  Why would this fail
> > only on F25?  Doesn't make much sense.
>
> Could be missing deps other other issues on the branch.
>
> > https://koji.fedoraproject.org/koji/taskinfo?taskID=15365643
>
> I don't see the file org.kde.weatherWidget.appdata.xml being installed
> or referenced any where other than on the line it references. Maybe
> your missing an explicit dependency that's not listed in the BuildReq
> that happens to land there some other reason on other branches.
> --
> devel mailing list
> devel@lists.fedoraproject.org
> https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org
>
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: Koji issues with F25?

2016-08-24 Thread Peter Robinson
On Wed, Aug 24, 2016 at 7:05 PM, Gerald B. Cox  wrote:
> I'm trying to build a new package. It completed with no issues on F26
> (rawhide) and F24.  However, the build keeps failing on F25

I've done quite a few builds of late and had no issues at all.

> Here is the build link which is reporting the error?  Why would this fail
> only on F25?  Doesn't make much sense.

Could be missing deps other other issues on the branch.

> https://koji.fedoraproject.org/koji/taskinfo?taskID=15365643

I don't see the file org.kde.weatherWidget.appdata.xml being installed
or referenced any where other than on the line it references. Maybe
your missing an explicit dependency that's not listed in the BuildReq
that happens to land there some other reason on other branches.
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: Koji issues with F25?

2016-08-24 Thread Gerald B. Cox
Here is what the log shows for F25:


+ appstream-util validate-relax --nonet
/builddir/build/BUILDROOT/plasma-applet-weather-widget-1.6.7-2.fc25.x86_64/usr/share/appdata/org.kde.weatherWidget.appdata.xml
/builddir/build/BUILDROOT/plasma-applet-weather-widget-1.6.7-2.fc25.x86_64/usr/share/appdata/org.kde.weatherWidget.appdata.xml:
/builddir/build/BUILDROOT/plasma-applet-weather-widget-1.6.7-2.fc25.x86_64/usr/share/appdata/org.kde.weatherWidget.appdata.xml
could not be read: Failed to open file
'/builddir/build/BUILDROOT/plasma-applet-weather-widget-1.6.7-2.fc25.x86_64/usr/share/appdata/org.kde.weatherWidget.appdata.xml':
No such file or directory
error: Bad exit status from /var/tmp/rpm-tmp.xPZ0QS (%check)
Bad exit status from /var/tmp/rpm-tmp.xPZ0QS (%check)


Here is what the log shows for F24:

+ appstream-util validate-relax --nonet
/builddir/build/BUILDROOT/plasma-applet-weather-widget-1.6.7-2.fc24.x86_64/usr/share/appdata/org.kde.weatherWidget.appdata.xml
/builddir/build/BUILDROOT/plasma-applet-weather-widget-1.6.7-2.fc24.x86_64/usr/share/appdata/org.kde.weatherWidget.appdata.xml:
GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings
will not be saved or shared with other applications.
OK
+ exit 0


On Wed, Aug 24, 2016 at 11:05 AM, Gerald B. Cox  wrote:

> I'm trying to build a new package. It completed with no issues on F26
> (rawhide) and F24.  However, the build keeps failing on F25
>
> Here is the build link which is reporting the error?  Why would this fail
> only on F25?  Doesn't make much sense.
>
> https://koji.fedoraproject.org/koji/taskinfo?taskID=15365643
>
>
>
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org