Re: mingw missing debuginfo

2023-05-05 Thread Orion Poplawski

On 5/5/23 10:30, Daniel P. Berrangé wrote:

On Fri, May 05, 2023 at 10:29:07AM -0600, Orion Poplawski wrote:

On 5/5/23 09:45, Daniel P. Berrangé wrote:

On Fri, May 05, 2023 at 09:41:01AM -0600, Orion Poplawski wrote:

I'm trying to add mingw builds to the libssh package here:

https://src.fedoraproject.org/rpms/libssh/pull-request/15

build is failing with:

  Could not open %files file
/home/orion/fedora/libssh/libssh-0.10.4/mingw32-debugfiles.list: No such
file or directory

What am I doing wrong?


Missing call to:

   %{?mingw_debug_install_post}

in the %install section, after installing the mingw build

With regards,
Daniel


Thanks.  That seems to be missing from the example spec files in the docs:

https://docs.fedoraproject.org/en-US/packaging-guidelines/MinGW/#_example_integrated_package_specfile


Yeah my bad. I documented it earlier

   
https://docs.fedoraproject.org/en-US/packaging-guidelines/MinGW/#_debuginfo_subpackage

but missed it from the example. Will send a fix next week.

With regards,
Daniel


Great, thanks.  While I'm looking - it also looks like the shared 
example static packages are not defined as noarch as well.



--
Orion Poplawski
he/him/his  - surely the least important thing about me
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: mingw missing debuginfo

2023-05-05 Thread Daniel P . Berrangé
On Fri, May 05, 2023 at 10:29:07AM -0600, Orion Poplawski wrote:
> On 5/5/23 09:45, Daniel P. Berrangé wrote:
> > On Fri, May 05, 2023 at 09:41:01AM -0600, Orion Poplawski wrote:
> > > I'm trying to add mingw builds to the libssh package here:
> > > 
> > > https://src.fedoraproject.org/rpms/libssh/pull-request/15
> > > 
> > > build is failing with:
> > > 
> > >  Could not open %files file
> > > /home/orion/fedora/libssh/libssh-0.10.4/mingw32-debugfiles.list: No such
> > > file or directory
> > > 
> > > What am I doing wrong?
> > 
> > Missing call to:
> > 
> >   %{?mingw_debug_install_post}
> > 
> > in the %install section, after installing the mingw build
> > 
> > With regards,
> > Daniel
> 
> Thanks.  That seems to be missing from the example spec files in the docs:
> 
> https://docs.fedoraproject.org/en-US/packaging-guidelines/MinGW/#_example_integrated_package_specfile

Yeah my bad. I documented it earlier

  
https://docs.fedoraproject.org/en-US/packaging-guidelines/MinGW/#_debuginfo_subpackage

but missed it from the example. Will send a fix next week.

With regards,
Daniel
-- 
|: https://berrange.com  -o-https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o-https://fstop138.berrange.com :|
|: https://entangle-photo.org-o-https://www.instagram.com/dberrange :|
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: mingw missing debuginfo

2023-05-05 Thread Orion Poplawski

On 5/5/23 09:45, Daniel P. Berrangé wrote:

On Fri, May 05, 2023 at 09:41:01AM -0600, Orion Poplawski wrote:

I'm trying to add mingw builds to the libssh package here:

https://src.fedoraproject.org/rpms/libssh/pull-request/15

build is failing with:

 Could not open %files file
/home/orion/fedora/libssh/libssh-0.10.4/mingw32-debugfiles.list: No such
file or directory

What am I doing wrong?


Missing call to:

  %{?mingw_debug_install_post}

in the %install section, after installing the mingw build

With regards,
Daniel


Thanks.  That seems to be missing from the example spec files in the docs:

https://docs.fedoraproject.org/en-US/packaging-guidelines/MinGW/#_example_integrated_package_specfile


--
Orion Poplawski
he/him/his  - surely the least important thing about me
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: mingw missing debuginfo

2023-05-05 Thread Daniel P . Berrangé
On Fri, May 05, 2023 at 09:41:01AM -0600, Orion Poplawski wrote:
> I'm trying to add mingw builds to the libssh package here:
> 
> https://src.fedoraproject.org/rpms/libssh/pull-request/15
> 
> build is failing with:
> 
> Could not open %files file
> /home/orion/fedora/libssh/libssh-0.10.4/mingw32-debugfiles.list: No such
> file or directory
> 
> What am I doing wrong?

Missing call to:

 %{?mingw_debug_install_post}

in the %install section, after installing the mingw build

With regards,
Daniel
-- 
|: https://berrange.com  -o-https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o-https://fstop138.berrange.com :|
|: https://entangle-photo.org-o-https://www.instagram.com/dberrange :|
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


mingw missing debuginfo

2023-05-05 Thread Orion Poplawski

I'm trying to add mingw builds to the libssh package here:

https://src.fedoraproject.org/rpms/libssh/pull-request/15

build is failing with:

Could not open %files file 
/home/orion/fedora/libssh/libssh-0.10.4/mingw32-debugfiles.list: No such 
file or directory


What am I doing wrong?

--
Orion Poplawski
he/him/his  - surely the least important thing about me
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/


smime.p7s
Description: S/MIME Cryptographic Signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue