Your message dated Sat, 11 Jul 2020 16:18:51 +0000
with message-id <[email protected]>
and subject line Bug#957324: fixed in gworkspace 0.9.4-3
has caused the Debian Bug report #957324,
regarding gworkspace: ftbfs with GCC-10
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
957324: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957324
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gworkspace
Version: 0.9.4-2
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-10

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/gworkspace_0.9.4-2_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-10/porting_to.html

[...]
                            Versions/Current/./Inspector short` \
        Inspector; \
ln -s `/usr/share/GNUstep/Makefiles/relative_path.sh . \
                            Versions/Current/./libInspector.so short` \
        libInspector.so
Making all in ContentViewers ...
make[4]: Entering directory '/<<PKGBUILDDIR>>/Inspector/ContentViewers'
Making all in FolderViewer ...
make[5]: Entering directory 
'/<<PKGBUILDDIR>>/Inspector/ContentViewers/FolderViewer'
cd .; \
/usr/share/GNUstep/Makefiles/mkinstalldirs ./obj
Making all for bundle FolderViewer...
cd .; \
/usr/share/GNUstep/Makefiles/mkinstalldirs ./obj/FolderViewer.obj/
/usr/share/GNUstep/Makefiles/mkinstalldirs FolderViewer.inspector/.
gcc FolderViewer.m -c \
      -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DGNUSTEP 
-DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 
-DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions 
-D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE 
-Wno-import -g -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -Wall 
-fconstant-string-class=NSConstantString -I../.. -I. 
-I/usr/local/include/GNUstep -I/usr/include/GNUstep \
       -o obj/FolderViewer.obj/FolderViewer.m.o
gcc -shared  -rdynamic      -Wl,-z,relro -Wl,-z,now -Wl,--no-undefined 
-Wl,--as-needed -Wl,-rpath,/usr/lib/gworkspace -pthread  -fexceptions -o 
./FolderViewer.inspector/./FolderViewer ./obj/FolderViewer.obj/FolderViewer.m.o 
     -L/usr/local/lib -L/usr/lib      -lgnustep-gui     -lgnustep-base    
-lobjc   -lm
/usr/share/GNUstep/Makefiles/mkinstalldirs FolderViewer.inspector/Resources
for f in Resources/English.lproj InspectorInfo.plist; do \
  if [ -f .//$f -o -d .//$f ]; then \
    cp -fr .//$f ./FolderViewer.inspector/Resources/; \
  else \
    echo "Warning: .//$f not found - ignoring"; \
  fi; \
done
echo "OLD_GNUSTEP_STAMP_ASTRING = _FolderViewer-" > 
./FolderViewer.inspector/stamp.make
(echo "{"; echo '  NOTE = "Automatically generated, do not edit!";'; \
  echo "  NSExecutable = \"FolderViewer\";"; \
  echo "  NSMainNibFile = \"\";"; \
  echo "  NSPrincipalClass = \"FolderViewer\";"; \
  echo "}") >FolderViewer.inspector/Resources/Info-gnustep.plist
if [ -r "" ]; then \
  plmerge FolderViewer.inspector/Resources/Info-gnustep.plist ; \
fi
make[5]: Leaving directory 
'/<<PKGBUILDDIR>>/Inspector/ContentViewers/FolderViewer'
Making all in ImageViewer ...
make[5]: Entering directory 
'/<<PKGBUILDDIR>>/Inspector/ContentViewers/ImageViewer'
cd .; \
/usr/share/GNUstep/Makefiles/mkinstalldirs ./obj
Making all for bundle ImageViewer...
cd .; \
/usr/share/GNUstep/Makefiles/mkinstalldirs ./obj/ImageViewer.obj/
/usr/share/GNUstep/Makefiles/mkinstalldirs ImageViewer.inspector/.
gcc ImageViewer.m -c \
      -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DGNUSTEP 
-DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 
-DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions 
-D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE 
-Wno-import -g -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -Wall 
-fconstant-string-class=NSConstantString -I../.. -I. 
-I/usr/local/include/GNUstep -I/usr/include/GNUstep \
       -o obj/ImageViewer.obj/ImageViewer.m.o
gcc Resizer.m -c \
      -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DGNUSTEP 
-DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 
-DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions 
-D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE 
-Wno-import -g -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -Wall 
-fconstant-string-class=NSConstantString -I../.. -I. 
-I/usr/local/include/GNUstep -I/usr/include/GNUstep \
       -o obj/ImageViewer.obj/Resizer.m.o
gcc -shared  -rdynamic      -Wl,-z,relro -Wl,-z,now -Wl,--no-undefined 
-Wl,--as-needed -Wl,-rpath,/usr/lib/gworkspace -pthread  -fexceptions -o 
./ImageViewer.inspector/./ImageViewer ./obj/ImageViewer.obj/ImageViewer.m.o 
./obj/ImageViewer.obj/Resizer.m.o      -L/usr/local/lib -L/usr/lib      
-lgnustep-gui     -lgnustep-base    -lobjc   -lm
/usr/bin/ld: 
./obj/ImageViewer.obj/Resizer.m.o:./Inspector/ContentViewers/ImageViewer/Resizer.h:27:
 multiple definition of `serverConnection'; 
./obj/ImageViewer.obj/ImageViewer.m.o:./Inspector/ContentViewers/ImageViewer/Resizer.h:27:
 first defined here
collect2: error: ld returned 1 exit status
make[8]: *** [/usr/share/GNUstep/Makefiles/Instance/bundle.make:205: 
ImageViewer.inspector/./ImageViewer] Error 1
make[7]: *** [/usr/share/GNUstep/Makefiles/Instance/bundle.make:193: 
internal-bundle-run-compile-submake] Error 2
make[6]: *** [/usr/share/GNUstep/Makefiles/Master/rules.make:297: 
ImageViewer.all.bundle.variables] Error 2
make[5]: *** [/usr/share/GNUstep/Makefiles/Master/bundle.make:37: internal-all] 
Error 2
make[5]: Leaving directory 
'/<<PKGBUILDDIR>>/Inspector/ContentViewers/ImageViewer'
make[4]: *** 
[/usr/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53: 
internal-all] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/Inspector/ContentViewers'
make[3]: *** 
[/usr/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53: 
internal-all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/Inspector'
make[2]: *** 
[/usr/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53: 
internal-all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 messages=yes "CFLAGS=-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security" "CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2" 
"CXXFLAGS=-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security" "FCFLAGS=-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong" "FFLAGS=-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong" "GCJFLAGS=-g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong" 
"LDFLAGS=-Wl,-z,relro -Wl,-z,now -Wl,--no-undefined -Wl,--as-needed 
-Wl,-rpath,/usr/lib/gworkspace" "OBJCFLAGS=-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security" "OBJCXXFLAGS=-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security" returned exit code 2
make[1]: *** [debian/rules:21: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:13: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: gworkspace
Source-Version: 0.9.4-3
Done: Yavor Doganov <[email protected]>

We believe that the bug you reported is fixed in the latest version of
gworkspace, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yavor Doganov <[email protected]> (supplier of updated gworkspace package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 22 Jun 2020 16:19:33 +0300
Source: gworkspace
Architecture: source
Version: 0.9.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GNUstep maintainers 
<[email protected]>
Changed-By: Yavor Doganov <[email protected]>
Closes: 957324
Changes:
 gworkspace (0.9.4-3) unstable; urgency=medium
 .
   * debian/patches/gcc-10.patch: New; fix FTBFS with GCC 10
     (Closes: #957324).
   * debian/patches/series: Update.
   * debian/control (Build-Depends): Switch to the debhelper-compat
     mechanism; bump compat level to 13.  Drop gnustep-make; required
     version is available in buster.  Add imagemagick for icon conversion.
     (Rules-Requires-Root): Set to "no".
     (gworkspace-common): Mark as M-A: foreign.
     (gworkspace-apps-wrappers): Replace suggested iceweasel package with
     firefox-esr | firefox.  Mark as M-A: foreign.
   * debian/compat: Delete.
   * debian/rules (DEB_LDFLAGS_MAINT_APPEND): Remove -Wl,--as-needed;
     default as of bullseye.
     (d_app): Define for convenience.
     (override_dh_auto_configure): Pass --with-sh=/bin/sh; hopefully it'll
     fix the unreproducible build.
     (override_dh_auto_build): Support "terse" in DEB_BUILD_OPTIONS.
     (override_dh_auto_install): Convert app icons to PNG format; fixes
     AppStream errors.
     (override_dh_strip): Remove.
   * debian/gworkspace-apps-wrappers.install: Replace iceweasel with
     firefox.  Skip documentation for aplay and xine wrappers; irrelevant
     and only causes lintian warnings.
   * debian/gworkspace-apps-wrappers.links: Replace iceweasel with firefox.
   * debian/mdfinder.app.install: Add forgotten .desktop file.
   * debian/MDFinder.desktop: Use the PNG icon.
   * debian/GWorkspace.desktop: Likewise.
Checksums-Sha1:
 18b5b057584bd517d173bc44a66919d351989861 2393 gworkspace_0.9.4-3.dsc
 3e7dffbffcca39f46e33051e593024820d0ae2c7 21700 gworkspace_0.9.4-3.debian.tar.xz
 404efd0dec3e789b4139c459a8fd20abe5a4a848 11291 
gworkspace_0.9.4-3_amd64.buildinfo
Checksums-Sha256:
 76071f72de464e5e3adbd5d5c8950f69ac4cfac8768de37e0718309fbe2dcec3 2393 
gworkspace_0.9.4-3.dsc
 3a53783ba76f3c08ffca282f3e2e5c85214bba2d171790147a12f7ec3a7e0794 21700 
gworkspace_0.9.4-3.debian.tar.xz
 73b7cda3260ea8a99942e80155155ebea9e9ba79fe1f477b7dc350052481be97 11291 
gworkspace_0.9.4-3_amd64.buildinfo
Files:
 ee52542a2d4e93923afda02080280669 2393 gnustep optional gworkspace_0.9.4-3.dsc
 784b511c6be0d7376a809da1e1f5352b 21700 gnustep optional 
gworkspace_0.9.4-3.debian.tar.xz
 8e1682e89317e2663f0bde86e26067f2 11291 gnustep optional 
gworkspace_0.9.4-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEELuenpRf8EkzxFcNUZR7vsCUn3xMFAl8J4fsACgkQZR7vsCUn
3xPEdw/+NOXftM48ffgOSnXvn8exCke6+yZNqUg2+ihkvx8jkD0ZO4Q/I2eBGMac
U2Vr2pKRdaKhTjzT+1CvDBXO2K5lyQZF6/gUVWs9RoQvun70mKou28RWLc5XGMDF
H2i+cO9GPJ6HfearimpUmppDgEjaEGphpP4dbLTeDbNXkBEiAI8SX+Q+W9oT5h6p
w/7qhpzL0az4pKjM0pDAsFqKs0KQPOGVyqtXpbMmJdCegBMTyvS07leqe8L34U2M
6uewSE7kIaeWB+zjcpEa/Jgai3+MbDZSfqBXiMch5kRHUqNVGG3Cdq9nG47zcXGN
LpbkT/HGTaUEfBZn0QqgwGgd3YuUtN2cwOllMWJp6DCF4wqRUd6tEem0bRXct8PB
Kd23vYBARmmErYx5Mzak0DaLzOCWWHjCvqiWqfPofUPNq3UTmjXBTpk9n5hRSCxj
1hFdVSAO9RdzIBav+9LUBPB0jvUGwb+iHFFnj4T7TOfnEtOzzmSpF3s9P8Umg3++
pVMaVVotiQ6gAO2q0SuINNhi1waOxP+gqz8tr/egdjW6RjgvZ0ZlzMGLMcm3O6AC
xUg83i8lw8o4PBCkh3aByBJcIJCd5U2rPH7eJ4IbxRLRM62JXjBc+Q43AoDC01v9
+SMhylkg+zPax9nj0+TO3aeLn2rx43ip2xSucbeg0YHNsrnP80Q=
=NIBh
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to