[cygport - the Cygwin packaging tool] branch master, updated. 0.33.1-18-gd088423

Jon TURNEY jturney@sourceware.org
Thu Mar 26 16:47:25 GMT 2020




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/cygport.git;h=d088423b5a306cae18541abd7bf094691ca71f98

commit d088423b5a306cae18541abd7bf094691ca71f98
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Thu Mar 26 15:50:13 2020 +0000

    Disable autotools/gtkmm test in CI
    
    Disable the autotools/gtkmm test in CI, by not installing it's
    prerequisites.
    
    This fails with:
    
    /usr/include/glibmm-2.4/glibmm/threads.h:660:29: error: cannot convert 'GPrivate' {aka '_GPrivate'} to 'GPrivate*' {aka '_GPrivate*'} in return
    
    which is a bug in upsteam gtkmm, exposed by updated gcc
    
    See also https://bugzilla.redhat.com/show_bug.cgi?id=1540795

https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/cygport.git;h=5dde9f2c6d8aa913e93077f09e506f74b15020f9

commit 5dde9f2c6d8aa913e93077f09e506f74b15020f9
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Thu Mar 26 15:19:58 2020 +0000

    Restore build-depends: trailing space in expected hints, dropped by rebase


Diff:
---
 .github/workflows/cygwin.yml                                            | 1 -
 .../hints/multiple-3.14-1.x86_64/dist/multiple/multiple-3.14-1-src.hint | 2 +-
 .../hints/single-2.3.4-1.x86_64/dist/single/single-2.3.4-1-src.hint     | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml
index 116f9c9..47d4984 100644
--- a/.github/workflows/cygwin.yml
+++ b/.github/workflows/cygwin.yml
@@ -63,7 +63,6 @@ jobs:
         libexif-devel,^
         libgdk_pixbuf2.0-devel,^
         libgirepository1.0-devel,^
-        libglibmm2.4-devel,^
         libicu-devel,^
         libkdecore4-devel,^
         libkdecore5-devel,^
diff --git a/testsuite/hints/multiple/hints/multiple-3.14-1.x86_64/dist/multiple/multiple-3.14-1-src.hint b/testsuite/hints/multiple/hints/multiple-3.14-1.x86_64/dist/multiple/multiple-3.14-1-src.hint
index 9195039..46ca274 100644
--- a/testsuite/hints/multiple/hints/multiple-3.14-1.x86_64/dist/multiple/multiple-3.14-1-src.hint
+++ b/testsuite/hints/multiple/hints/multiple-3.14-1.x86_64/dist/multiple/multiple-3.14-1-src.hint
@@ -1,5 +1,5 @@
 category: Base
-build-depends:
+build-depends: 
 sdesc: "Summary of hints for multiple package test (source)"
 ldesc: "Description of hints for multiple package test (source)"
 skip:
diff --git a/testsuite/hints/single/hints/single-2.3.4-1.x86_64/dist/single/single-2.3.4-1-src.hint b/testsuite/hints/single/hints/single-2.3.4-1.x86_64/dist/single/single-2.3.4-1-src.hint
index 3821efd..7bd601a 100644
--- a/testsuite/hints/single/hints/single-2.3.4-1.x86_64/dist/single/single-2.3.4-1-src.hint
+++ b/testsuite/hints/single/hints/single-2.3.4-1.x86_64/dist/single/single-2.3.4-1-src.hint
@@ -1,5 +1,5 @@
 category: Base
-build-depends:
+build-depends: 
 sdesc: "Summary of hints for single package test"
 ldesc: "Description of hints for single package test"
 skip:



More information about the Cygwin-apps-cvs mailing list