Bug#901543: marked as done (aeolus FTCBFS: upstream Makefile hard codes build architecture compiler g++)

2020-01-20 Thread Debian Bug Tracking System
Your message dated Mon, 20 Jan 2020 21:19:21 +
with message-id 
and subject line Bug#901543: fixed in aeolus 0.9.7-1
has caused the Debian Bug report #901543,
regarding aeolus FTCBFS: upstream Makefile hard codes build architecture 
compiler g++
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 ow...@bugs.debian.org
immediately.)


-- 
901543: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901543
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: aeolus
Version: 0.9.5-1
Tags: patch upstream
User: helm...@debian.org
Usertags: rebootstrap

aeolus fails to cross build from source, because the upstream Makefile
hard codes the build architecture compiler g++. After making it
substitutable, aeolus cross builds successfully. Please consider
applying the attached patch.

Helmut
--- aeolus-0.9.5.orig/source/Makefile
+++ aeolus-0.9.5/source/Makefile
@@ -34,7 +34,7 @@
 aeolus:	LDLIBS += -lzita-alsa-pcmi -lclthreads -ljack -lasound -lpthread -ldl -lrt
 aeolus: LDFLAGS += -L$(PREFIX)/$(LIBDIR)
 aeolus:	$(AEOLUS_O)
-	g++ $(LDFLAGS) -o $@ $(AEOLUS_O) $(LDLIBS)
+	$(CXX) $(LDFLAGS) -o $@ $(AEOLUS_O) $(LDLIBS)
 
 addsynth.o:	CPPFLAGS += -fpic -D_REENTRANT
 $(AEOLUS_O):
@@ -48,7 +48,7 @@
 aeolus_x11.so:	LDLIBS += -lclthreads -lclxclient -lpthread -lXft -lX11
 aeolus_x11.so:	LDFLAGS += -shared -L$(PREFIX)/$(LIBDIR) -L/usr/X11R6/$(LIBDIR)
 aeolus_x11.so: $(XIFACE_O) $(LIBCLX)
-	g++ $(LDFLAGS) -o $@ $(XIFACE_O) $(LDLIBS)
+	$(CXX) $(LDFLAGS) -o $@ $(XIFACE_O) $(LDLIBS)
 
 $(XIFACE_O):
 -include $(XIFACE_O:%.o=%.d)
@@ -60,7 +60,7 @@
 aeolus_txt.so:	LDLIBS += -lclthreads -lpthread -lreadline
 aeolus_txt.so:	LDFLAGS += -shared -L$(PREFIX)/$(LIBDIR)
 aeolus_txt.so: $(TIFACE_O)
-	g++ $(LDFLAGS) -o $@ $(TIFACE_O) $(LDLIBS)
+	$(CXX) $(LDFLAGS) -o $@ $(TIFACE_O) $(LDLIBS)
 
 $(TIFACE_O):
 -include $(TIFACE_O:%.o=%.d)
--- End Message ---
--- Begin Message ---
Source: aeolus
Source-Version: 0.9.7-1

We believe that the bug you reported is fixed in the latest version of
aeolus, 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 901...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dennis Braun  (supplier of updated aeolus 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 ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 20 Jan 2020 17:03:26 +0100
Source: aeolus
Architecture: source
Version: 0.9.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
Changed-By: Dennis Braun 
Closes: 901543
Changes:
 aeolus (0.9.7-1) unstable; urgency=medium
 .
   * Team upload
 .
   [ Felipe Sateler ]
   * Change maintainer address to debian-multime...@lists.debian.org
 .
   [ Ondřej Nový ]
   * Use debhelper-compat instead of debian/compat
 .
   [ Olivier Humbert ]
   * d/aeolus.desktop: Add a French comment
   * Update http > https for d/control, d/copyright and d/watch
 .
   [ Dennis Braun ]
   * New upstream release (Closes: #901543)
   * d/control:
 + Bump dh-compat version to 12
 + Bump Standards Version to 4.4.1
 + Add libfreetype6-dev and pkg-config to Build-Depends
   * d/copyright:
 + Update copyright year
 + Add myself
   * d/patches/01-makefile.patch: Update
   * d/patches/02-pkg-config_fix.patch: Fix pkg-config command in Makefile
   * d/source/local-options: Drop, obsolete
Checksums-Sha1:
 ca6d11e07aa9a3d92479dcbee89fc7aac11379f5 2073 aeolus_0.9.7-1.dsc
 da38938dfd488b17e494ab4f4f6aee0c6d36bbde 66532 aeolus_0.9.7.orig.tar.bz2
 3b46ecb79461158639de79e206bd4784aff02ec3 9900 aeolus_0.9.7-1.debian.tar.xz
Checksums-Sha256:
 0a5888b7e871a2f38f2820f72226e436139bcb0c94acaaae7c6a2ce4a8045ead 2073 
aeolus_0.9.7-1.dsc
 536c34de5f6162e8d350cd8b69eaccfb2ef9e5b15c5db6ac47d2ad0a4bca0b52 66532 
aeolus_0.9.7.orig.tar.bz2
 5a8048eb073d4dd67a81572e1ef75a9980f444a494f8cfe890c63dc80fd4e7f1 9900 
aeolus_0.9.7-1.debian.tar.xz
Files:
 0cdca3616f01b81e7c710bc74db8c9e0 2073 sound optional aeolus_0.9.7-1.dsc
 49d9cd04bb632a9489ac15da5306096b 66532 sound optional aeolus_0.9.7.orig.tar.bz2
 2bc10fabaceb2175ad73cce74851f2a9 9900 sound optional 
aeolus_0.9.7-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAl4mDsUACgkQafL8UW6n

Bug#875112: fixed upstream

2020-01-20 Thread Moritz Mühlenhoff
On Sun, Sep 30, 2018 at 04:22:44PM -0500, matt wrote:
> this has been fixed upstream:
> https://github.com/projectM-visualizer/projectm/pull/5
> 
> though upstream has moved:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909977

Status update: Qt4 has now been droppped from testing, qt4 will be removed
from unstable by end of February (along with the remaining rdeps (currently 
15)).

Cheers,
Moritz

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#874907: [hydrogen] Future Qt4 removal from Buster

2020-01-20 Thread Moritz Mühlenhoff
On Sun, Sep 15, 2019 at 03:01:27PM -0300, Lisandro Damián Nicanor Pérez Meyer 
wrote:
> Hi!
> 
> El dom., 15 sep. 2019 09:49, Jonas Smedegaard  escribió:
> 
> > Quoting Lisandro Damián Nicanor Pérez Meyer (2019-09-12 23:54:32)
> > > On Thu, 12 Sep 2019 at 17:37, Lisandro Damián Nicanor Pérez Meyer
> > >  wrote:
> > > >
> > > > On Mon, 30 Jul 2018 19:01:50 +0200 Reiner Herrmann 
> > wrote:
> > > > > Control: tags -1 + fixed-upstream
> > > > >
> > > > > The current upstream beta release supports Qt5.
> > > > > https://github.com/hydrogen-music/hydrogen/releases/tag/1.0.0-beta1
> > > >
> > > > I'll see if I can tackle it during the weekend.
> > >
> > > Uuups, it uses cdbs. I'll prepare the NMU switching to dh. If this is
> > > not wanted please say so as soon as possible :-)
> >
> > Thanks for the offer, but please don't if not familiar with CDBS.
> >
> > I want to migrate to short-form dh but want to to it cautiously.
> 
> Perfect! Please do not hesitate in asking for help if needed.

Status update: Qt4 has now been droppped from testing, qt4 will be removed
from unstable by end of February (along with the remaining rdeps (currently 
15)).

Cheers,
Moritz


___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#949402: ices2: FTBFS with libxml2 2.9.10 (uses xml2-config)

2020-01-20 Thread Mattia Rizzolo
Source: ices2
Version: 2.0.2-2
Severity: important
Tags: ftbfs
User: libx...@packages.debian.org
Usertags: ftbfs-2.9.10 xml2-config


Dear maintainer,

your package is using `xml2-config` to detect and use libxml2.  I'm
removing that script, so please update your build system to use
pkg-config instead.

The libxml2 package in experimental already doesn't ship the xml2-config
script.

Attached is the full build log, hopefully relevant excerpt follows:


checking for ftime... yes
checking for XML configuration
checking for xml2-config... no
checking for xml-config... no
configure: error: XML configuration could not be found
make: *** [/usr/share/cdbs/1/class/autotools.mk:46: debian/stamp-autotools] 
Error 1
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2


-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
More about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-
I: Using pkgname logfile
I: Current time: Sun Jan 19 20:29:43 UTC 2020
I: pbuilder-time-stamp: 1579465783
I: Obtaining the cached apt archive contents
I: Copying source file
I: copying [pkgs/ices2_2.0.2-2.dsc]
I: copying [pkgs/ices2_2.0.2.orig.tar.gz]
I: copying [pkgs/ices2_2.0.2-2.debian.tar.xz]
I: Extracting source
gpgv: unknown type of key resource 'trustedkeys.kbx'
gpgv: keyblock resource '/home/mattia/.gnupg/trustedkeys.kbx': General error
gpgv: Signature made Thu Mar 24 23:28:09 2016 UTC
gpgv:using RSA key 2C7C3146C1A00121
gpgv: Can't check signature: No public key
dpkg-source: warning: failed to verify signature on ./ices2_2.0.2-2.dsc
dpkg-source: info: extracting ices2 in ices2-2.0.2
dpkg-source: info: unpacking ices2_2.0.2.orig.tar.gz
dpkg-source: info: unpacking ices2_2.0.2-2.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying 1001_allow_repeat.patch
dpkg-source: info: applying 1002_fix_OSS-ALSA_confusion_in_comments.patch
dpkg-source: info: applying 1003_explicit_ogg_link.patch
I: using fakeroot in build.
I: Installing the build-deps
I: -> Attempting to satisfy build-dependencies
Note, using file '/build/ices2_2.0.2-2.dsc' to get the build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev bsdmainutils ca-certificates cdbs
  debhelper devscripts dh-autoreconf dh-buildinfo dh-strip-nondeterminism
  dirmngr dwz fakeroot file fontconfig-config fonts-dejavu-core gettext
  gettext-base gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
  gpg-wks-server gpgconf gpgsm groff-base intltool-debian libarchive-zip-perl
  libasound2 libasound2-data libasound2-dev libassuan0
  libb-hooks-op-check-perl libbsd0 libcairo2 libclass-method-modifiers-perl
  libcroco3 libdebhelper-perl libdevel-callchecker-perl
  libdynaloader-functions-perl libelf1 libencode-locale-perl libfakeroot
  libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
  libfile-which-perl libfontconfig1 libfreetype6 libglib2.0-0
  libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
  libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
  libhttp-negotiate-perl libimport-into-perl libio-html-perl libio-pty-perl
  libio-socket-ssl-perl libipc-run-perl libksba8 libldap-2.4-2 libldap-common
  liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
  libmodule-runtime-perl libmoo-perl libnet-http-perl libnet-ssleay-perl
  libnpth0 libogg-dev libogg0 libparams-classify-perl libpipeline1
  libpixman-1-0 libpng16-16 librole-tiny-perl libsasl2-2 libsasl2-modules-db
  libshout3 libshout3-dev libsigsegv2 libspeex-dev libspeex1 libssl-dev
  libstrictures-perl libsub-override-perl libsub-quote-perl libtheora-dev
  libtheora0 libtimedate-perl libtool libtry-tiny-perl libuchardet0
  liburi-perl libvorbis-dev libvorbis0a libvorbisenc2 libvorbisfile3
  libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6
  libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6 libxext6 libxrender1 m4 man-db
  netbase openssl patchutils perl-openssl-defaults pinentry-curses pkg-config
  po-debconf sensible-utils ucf wdiff
debconf: delaying package configuration, since apt-utils is not installed
0 upgraded, 130 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/31.5 MB of archives.
After this operation, 92.8 MB of additional disk space will be used.
Selecting previously unselected package libbsd0:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%