Send MinGW-Notify mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.osdn.me/mailman/listinfo/mingw-notify
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-Notify digest..."


Please do not reply to this notification; the sender address is unable to 
accept incoming e-mail.  If you wish to unsubscribe you can do so at 
https://lists.osdn.me/mailman/listinfo/mingw-notify.



Today's Topics:

   1. [SCM] mingw-dist (mingw) branch, master, updated.
      b36d7fb9c9e4135bbe14d3fba82b1d90b045f46d (MinGW Notification List)
   2. [mingw] #39902: internal package specification error
      (MinGW Notification List)
   3. [mingw] #39902: internal package specification error
      (MinGW Notification List)
   4. [mingw] #39902: internal package specification error
      (MinGW Notification List)


----------------------------------------------------------------------

Message: 1
Date: Fri, 10 Jan 2020 22:31:55 +0900
From: MinGW Notification List <[email protected]>
To: [email protected]
Subject: [MinGW-Notify] [SCM] mingw-dist (mingw) branch, master,
        updated. b36d7fb9c9e4135bbe14d3fba82b1d90b045f46d
Message-ID: <[email protected]>

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to "mingw-dist" repository
containing the "mingw" project.

The branch, master has been updated
       via  b36d7fb9c9e4135bbe14d3fba82b1d90b045f46d (commit)
      from  2b5b17247ea170e372952db2324e28907c43f92e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b36d7fb9c9e4135bbe14d3fba82b1d90b045f46d
Author: Keith Marshall <[email protected]>
Date:   Fri Jan 10 13:30:18 2020 +0000

    Address MinGW-Issue #39902; correct minizip dependencies.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                | 10 ++++++++++
 common/issue.log         |  2 +-
 mingw32/issue.log        |  4 ++--
 mingw32/mingw32-zlib.xml |  3 ++-
 4 files changed, 15 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
mingw-dist (mingw)



------------------------------

Message: 2
Date: Fri, 10 Jan 2020 14:03:38 +0000
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #39902: internal package specification
        error
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

#39902: internal package specification error

  Open Date: 2020-01-06 10:34
Last Update: 2020-01-10 14:03

URL for this Ticket:
    https://osdn.net//projects/mingw/ticket/39902
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=39902

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2020-01-10 14:03 Updated by: keith

Comment:

Thank you for raising this issue; indeed, there is no currently supported
package which can satisfy a version-specific mingw32-libz-%-mingw32-dll-1.tar
dependency for libminizip-1.2.7-1-mingw32-dll-1.tar.lzma. Furthermore, a
dependency check:

$ mingw32-ldd libminizip-1.dll
libminizip-1.dll
 +- libz-1.dll
 +- libbz2-2.dll
 +- KERNEL32.dll
 +- msvcrt.dll

shows that, in addition to the libz-1.dll dependency, there is a libbz2-2.dll
dependency which has not been specified at all.

Since we are no longer supporting minizip, I'm tempted to write this off as
a"won't fix". However, since it may be possible to support this, with a
version-agnostic mingw32-libz-*-mingw32-dll-1.tar dependency, I've updated the
catalogue, thus:

 1.  diff --git a/mingw32/mingw32-zlib.xml b/mingw32/mingw32-zlib.xml
 2.  --- a/mingw32/mingw32-zlib.xml
 3.  +++ b/mingw32/mingw32-zlib.xml
 4.  @@ -111,12 +111,13 @@
 5.   
 6.         <licence tarname="zlib-%-mingw32-%-lic.tar.%" />
 7.         <source tarname="zlib-%-mingw32-%-src.tar.%" />
 8.   
 9.         <component class="dll">
10.  +        <requires eq="mingw32-libz-*-mingw32-dll-1.tar" />
11.  +        <requires eq="mingw32-libbz2-*-mingw32-dll-2.tar" />
12.           <requires eq="mingw32-libgcc-*-mingw32-dll-1.tar" />
13.  -        <requires eq="mingw32-libz-%-mingw32-dll-1.tar" />
14.           <release tarname="libminizip-1.2.7-1-mingw32-dll-1.tar.lzma" />
15.         </component>
16.   
17.         <component class="dev">
18.           <requires eq="mingw32-libz-%-mingw32-dev.tar" />

Hopefully, this will suffice; however, if it does not, then I'm afraid this
will be a "won't fix".



---------------------------------------------------------------------
Ticket Status:

      Reporter: jannick
         Owner: (None)
          Type: Issues
        Status: Open
      Priority: 5 - Medium
     MileStone: (None)
     Component: INSTALLER
      Severity: 5 - Medium
    Resolution: None
---------------------------------------------------------------------

Ticket details:

mingw-get-gui reported an unresolved dependecy error (type eq):
mingw32-libz-%-mingw32-dll-1.tar: cannot identity any providing package.

I will try to attach a pic of the error message with more details after
creating this ticket. I hope this works.

Many thanks.



-- 
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN

Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/mingw/ticket/39902
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=39902


------------------------------

Message: 3
Date: Fri, 10 Jan 2020 15:19:58 +0100
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #39902: internal package specification
        error
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

#39902: internal package specification error

  Open Date: 2020-01-06 11:34
Last Update: 2020-01-10 15:19

URL for this Ticket:
    https://osdn.net//projects/mingw/ticket/39902
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=39902

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2020-01-10 15:19 Updated by: jannick

Comment:

Reply To keith

    Hopefully, this will suffice; however, if it does not, then I'm afraid this
    will be a "won't fix".

Great - just checked that this fix does suffice. I think this ticket could be
closed now, however I could not find any button to do so.

Thanks.



---------------------------------------------------------------------
Ticket Status:

      Reporter: jannick
         Owner: (None)
          Type: Issues
        Status: Open
      Priority: 5 - Medium
     MileStone: (None)
     Component: INSTALLER
      Severity: 5 - Medium
    Resolution: None
---------------------------------------------------------------------

Ticket details:

mingw-get-gui reported an unresolved dependecy error (type eq):
mingw32-libz-%-mingw32-dll-1.tar: cannot identity any providing package.

I will try to attach a pic of the error message with more details after
creating this ticket. I hope this works.

Many thanks.



-- 
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN

Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/mingw/ticket/39902
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=39902


------------------------------

Message: 4
Date: Fri, 10 Jan 2020 16:56:31 +0000
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #39902: internal package specification
        error
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

#39902: internal package specification error

  Open Date: 2020-01-06 10:34
Last Update: 2020-01-10 16:56

URL for this Ticket:
    https://osdn.net//projects/mingw/ticket/39902
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=39902

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2020-01-10 16:56 Updated by: keith
 * Status Update from Open to Closed

 * Owner Update from (None) to keith

 * Resolution Update from None to Fixed


Comment:

Reply To jannick

    Great - just checked that this fix does suffice.

Thanks for confirming that.

    I think this ticket could be closed now, however I could not find any
    button to do so.

You have to select the "Edit Ticket" option, to expose it, but in any case,
this is something you should leave to the project maintainers.



---------------------------------------------------------------------
Ticket Status:

      Reporter: jannick
         Owner: keith
          Type: Issues
        Status: Closed
      Priority: 5 - Medium
     MileStone: (None)
     Component: INSTALLER
      Severity: 5 - Medium
    Resolution: Fixed
---------------------------------------------------------------------

Ticket details:

mingw-get-gui reported an unresolved dependecy error (type eq):
mingw32-libz-%-mingw32-dll-1.tar: cannot identity any providing package.

I will try to attach a pic of the error message with more details after
creating this ticket. I hope this works.

Many thanks.



-- 
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN

Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/mingw/ticket/39902
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=39902


------------------------------

Subject: Digest Footer

_______________________________________________
MinGW-Notify mailing list
[email protected]
https://lists.osdn.me/mailman/listinfo/mingw-notify


------------------------------

End of MinGW-Notify Digest, Vol 28, Issue 6
*******************************************

Reply via email to