Your message dated Thu, 14 Apr 2016 10:22:07 +0000
with message-id <[email protected]>
and subject line Bug#806044: fixed in gworkspace 0.9.3-1
has caused the Debian Bug report #806044,
regarding gworkspace: FTBFS when built with dpkg-buildpackage -A (No such file 
or directory)
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.)


-- 
806044: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806044
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gworkspace
Version: 0.9.2-1
User: [email protected]
Usertags: binary-indep
Severity: important

Dear maintainer:

I tried to build this package with "dpkg-buildpackage -A"
(i.e. only architecture-independent packages), and it failed:

--------------------------------------------------------------------------------
[...]
 fakeroot debian/rules binary-indep
dh binary-indep --parallel
   dh_testroot -i -O--parallel
   dh_prep -i -O--parallel
   debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make install GNUSTEP_SYSTEM_LIBRARIES=/usr/lib/gworkspace \
  DESTDIR=/<<PKGBUILDDIR>>/debian/tmp
make[2]: Entering directory '/<<PKGBUILDDIR>>'
This is gnustep-make 2.6.6. Type 'make print-gnustep-make-help' for help.
Making all in FSNode ...
Making build-headers for framework FSNode...
Making all for framework FSNode...
make[5]: Nothing to be done for 'internal-framework-compile'.
 Copying resources into the framework wrapper...
Making all in ExtendedInfo ...
Making all in Role ...
Making all for bundle Role...
make[8]: Nothing to be done for 'internal-bundle-compile'.
Making all in DBKit ...
Making all for library libDBKit...
make[6]: Nothing to be done for 'internal-library-compile'.

[... snipped ...]

   debian/rules override_dh_link
make[1]: Entering directory '/<<PKGBUILDDIR>>'
gsdh_gnustep
dh_installdirs -pmdfinder.app /usr/share/GNUstep
dh_installdirs: No packages to build.
rm 
/<<PKGBUILDDIR>>/debian/gworkspace.app/usr/lib/GNUstep/Applications/*.app/Resources/*.desktop
rm: cannot remove 
'/<<PKGBUILDDIR>>/debian/gworkspace.app/usr/lib/GNUstep/Applications/*.app/Resources/*.desktop':
 No such file or directory
debian/rules:58: recipe for target 'override_dh_link' failed
make[1]: *** [override_dh_link] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:20: recipe for target 'binary-indep' failed
make: *** [binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit 
status 2
--------------------------------------------------------------------------------

Sorry not to have a fix, as I am reporting many bugs similar to
this one, but I can give some general hints:

* If all the arch-independent packages are dummy transitional packages
released with jessie, the easy fix is to drop them now.
 
* If not, debian/rules should be modified so that the binary-indep
target works in all cases, even when binary-arch is not used (this is
what the "Architecture: all" autobuilder does). For that:
    
* If you are using debhelper, you might want to use options -a and -i
for dh_* commands so that they do not act on packages they do not
have to act.

* Also, if you are using dh, the (independently) optional targets
override_dh_foo-arch and override_dh_foo-indep (for several values
of "foo") may be useful to write a debian/rules which behaves exactly
as desired.


After checking that both "dpkg-buildpackage -A" and "dpkg-buildpackage -B"
work properly, this package will be suitable to be uploaded in
source-only form if you wish (you might want to try it).

Thanks.

--- End Message ---
--- Begin Message ---
Source: gworkspace
Source-Version: 0.9.3-1

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.
Eric Heintzmann <[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: SHA1

Format: 1.8
Date: Fri, 06 Nov 2015 19:20:01 +0100
Source: gworkspace
Binary: gworkspace.app gworkspace-common mdfinder.app gworkspace-apps-wrappers 
gworkspace-dbg
Architecture: source
Version: 0.9.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNUstep maintainers 
<[email protected]>
Changed-By: Eric Heintzmann <[email protected]>
Description:
 gworkspace-apps-wrappers - Application wrappers for GWorkspace
 gworkspace-common - GNUstep Workspace Manager - common files
 gworkspace-dbg - GNUstep Workspace Manager - debugging symbols
 gworkspace.app - GNUstep Workspace Manager
 mdfinder.app - GNUstep Finder and system-wide search system
Closes: 805019 806044
Changes:
 gworkspace (0.9.3-1) unstable; urgency=low
 .
   * New upstream release (Closes: #805019).
   * Bump Standards-Version to 3.9.6 in debian/control file.
   * Update uploader (myself) address in debian/control file.
   * Don't hardcode LDFLAGS in debian/rules (let dpkg-buildflags do the job).
   * use dh $@ --with autotools-dev in debian/rules file,
     and thus add autotool-dev to Build-Depends in debian/control file.
   * Provide a debian/source/options file with a dpkg-source argument to ignore
     config.log, config.status, config.h, and GNUmakefile autogenerated files
     (and thus remove dh_clean_overrides target in debian/rules file).
   * According to debian policy 9.1.1,move application wrappers and
     Resources dirs to /usr/share/GNUstep/ subdirs:
     - update and provide new debian/*.install files
     - use dh_symlink and dpkg-maintainer-script (and thus add dependency
       to dpkg (>=1.17.4) to create symlink from old to new locations.
       (provide new debian/*.links and debian/*.maintscript)
     - provide a new private script (debian/generate.sh) to autogenerate
       *.install, *.links and *.maintscript files.
     - clean corresponding *.lintian-overrides files.
     - remove old preinst script.
     - clean debian/rules file.from old unneeded code (Closes: #806044)..
   * Override dh_shlibdeps in debian/rules to help it to find private libs.
   * Remove debian/patches/link-libs.patch: not needed anymore.
   * Don't move framework libs (or symlinks) in /usr/lib/gworkspace anymore:
     let them in /usr/lib where gworkstace app and tools looking for then
   * update gworkspace.lintian-overrides because we don't split private
     frameworks into shared lib packages:
     - add package-name-doesnt-match-sonames tag
     - add non-dev-pkg-with-shlib-symlink tag
   * According with lintian and #741573 don't install menu file any longer.
Checksums-Sha1:
 b962231c0c4fb1254ab7374f5f63a58c3af0904c 2101 gworkspace_0.9.3-1.dsc
 d5d18603f77406bb1eceb883a4f701e0a73a36e2 1494648 gworkspace_0.9.3.orig.tar.xz
 d0da9dcb401e8d884592c900d423e0a49256ec41 15044 gworkspace_0.9.3-1.debian.tar.xz
Checksums-Sha256:
 c1b9eca4710b5b86f98ca5b8e1e65121d7696ab6c556d993bb8e9e30c46daf48 2101 
gworkspace_0.9.3-1.dsc
 134992b67d2e9609c9793f776ae0be0ca461bc6b7d93463f66e8dade23d8e245 1494648 
gworkspace_0.9.3.orig.tar.xz
 b82c8a4bc9ce1ed35e9d375c536ad06d99c192a2738bdd1999662857573a3fe3 15044 
gworkspace_0.9.3-1.debian.tar.xz
Files:
 b7a963bf7c25a4629e59de88e606ccba 2101 gnustep optional gworkspace_0.9.3-1.dsc
 bf4c6f384fce646a29ac7aaba8f50959 1494648 gnustep optional 
gworkspace_0.9.3.orig.tar.xz
 81383b273b2c60e09b06aea4e7830bb1 15044 gnustep optional 
gworkspace_0.9.3-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJXD2h8AAoJEMx+J398PcNNcbcH/3BVmSvy4UPyWokjR1Egvcwy
zw6OKttTBwko0p7kDVKVBpQa6/hCF/EvHegQKOm6yXsheAKIFp27R99gMHKK6krq
X7kXlBLYnJc7aZMZzPZLbt2564p0OaXLPMuEduv2LjUbPQkKYXYho6xHTm+oZ6NU
j03NDO4s4iSGwzIYuBySZSRZ1q3xBp+FACFo5gEoCvtIJ3kJdjiG6vrl+frd1I3+
DttJovKX88p8q7aA5K+XoBBKeR2bxgpN1lpVWl0PSDYF7kz7hetptBMkdNJh3IWC
aHDcDEDrMSMGByfUOVALVQ2w1a7qU9z0NxOEgaUa8/MaYmHPPdezL+VJkb1r6Tk=
=9R8E
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to