Message ID | 20250918102642.487522-1-zboszor@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-oe] gutenprint: 5.3.5 | expand |
Hello, Le jeu. 18 sept. 2025 à 12:26, Zoltan Boszormenyi via lists.openembedded.org <zboszor=gmail.com@lists.openembedded.org> a écrit : > This fixes an installation error: > > | make[5]: Entering directory > '.../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/build/src/cups' > | chmod 700 > .../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/image/usr/libexec/cups/backend/backend_gutenprint > | chmod: cannot access > '.../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/image/usr/libexec/cups/backend/backend_gutenprint': > No such file or directory > What makes you say that the 5.3.4->5.3.5 upgrade fix this bug? The above error is the one I fixed with the patch "0001-cups-fix-a-build-race-condition-around-empty-directo.patch" and this patch has not been merged upstream nor the code I touched changed. I did not see anything related by quickly reading the NEWS. I'd be happy to see this fixed upstream but I'd rather have upstream confirmation that they saw/fixed it (a commit, a changelog, ...). If that is fixed upstream, then we can drop my patch. Thanks! > Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> > --- > .../gutenprint/{gutenprint_5.3.4.bb => gutenprint_5.3.5.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta-oe/recipes-printing/gutenprint/{gutenprint_5.3.4.bb => > gutenprint_5.3.5.bb} (96%) > > diff --git a/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb > b/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.5.bb > similarity index 96% > rename from meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb > rename to meta-oe/recipes-printing/gutenprint/gutenprint_5.3.5.bb > index f90a123293..82953b798c 100644 > --- a/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb > +++ b/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.5.bb > @@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = > "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" > SRC_URI = "https://downloads.sourceforge.net/gimp-print/${BP}.tar.xz \ > > file://0001-cups-fix-a-build-race-condition-around-empty-directo.patch \ > " > -SRC_URI[sha256sum] = > "db44a701d2b8e6a8931c83cec06c91226be266d23e5c189d20a39dd175f2023b" > +SRC_URI[sha256sum] = > "f5a9f47de28530b1ae2069cfbc647a9a641baeeabe809bb0ef2b3ec5b9668d70" > > inherit autotools gettext pkgconfig > > -- > 2.51.0 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#119552): > https://lists.openembedded.org/g/openembedded-devel/message/119552 > Mute This Topic: https://lists.openembedded.org/mt/115307539/4316185 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ > yoann.congal@smile.fr] > -=-=-=-=-=-=-=-=-=-=-=- > >
diff --git a/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb b/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.5.bb similarity index 96% rename from meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb rename to meta-oe/recipes-printing/gutenprint/gutenprint_5.3.5.bb index f90a123293..82953b798c 100644 --- a/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb +++ b/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.5.bb @@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" SRC_URI = "https://downloads.sourceforge.net/gimp-print/${BP}.tar.xz \ file://0001-cups-fix-a-build-race-condition-around-empty-directo.patch \ " -SRC_URI[sha256sum] = "db44a701d2b8e6a8931c83cec06c91226be266d23e5c189d20a39dd175f2023b" +SRC_URI[sha256sum] = "f5a9f47de28530b1ae2069cfbc647a9a641baeeabe809bb0ef2b3ec5b9668d70" inherit autotools gettext pkgconfig
This fixes an installation error: | make[5]: Entering directory '.../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/build/src/cups' | chmod 700 .../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/image/usr/libexec/cups/backend/backend_gutenprint | chmod: cannot access '.../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/image/usr/libexec/cups/backend/backend_gutenprint': No such file or directory Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> --- .../gutenprint/{gutenprint_5.3.4.bb => gutenprint_5.3.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-printing/gutenprint/{gutenprint_5.3.4.bb => gutenprint_5.3.5.bb} (96%)