Bug 1607041

Summary: Pango modules are no longer required
Product: [Fedora] Fedora Reporter: Ron Yorston <rmy>
Component: mingw-nsiswrapperAssignee: Richard W.M. Jones <rjones>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 28CC: drizt72, erik-fedora, rjones
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: mingw-nsiswrapper-11-1.fc29 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-07-24 15:52:19 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch to remove pango modules none

Description Ron Yorston 2018-07-21 07:56:41 UTC
Created attachment 1469642 [details]
Patch to remove pango modules

After a long hiatus I tried to use nsiswrapper to build a GTK application. This failed with an error about '/usr/i686-w64-mingw32/sys-root/mingw/lib/pango' not being found.

It seems that pango modules were removed from mingw32-pango:

* Sat Aug 22 2015 Kalev Lember <klember> - 1.37.3-1
- Update to 1.37.3
- Remove modules support from packaging as it's gone upstream
- Use license macro for COPYING files

I was able to get the build to work by simply removing all references to pango modules from nsiswrapper.

Comment 1 Richard W.M. Jones 2018-07-21 10:34:30 UTC
Would you like to become a co-maintainer of this package?

The instructions are here (but don't worry, it's not as
complex as they seem):

https://fedoraproject.org/wiki/Join_the_package_collection_maintainers

Comment 2 Ron Yorston 2018-07-21 11:07:37 UTC
>Would you like to become a co-maintainer of this package?

Not really, it sounds like work.

And the script is written in *perl*, for goodness sake.

Comment 3 Richard W.M. Jones 2018-07-24 15:52:03 UTC
Oh this is nsiswrapper, I thought it was nsis.  TBH I think we should
probably drop this package all together.  However I have applied your
patch.