Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 470240

Summary: media-libs/dssi-1.1.1 last-rites? (was: uses AM_CONFIG_HEADER on automake 1.3)
Product: Gentoo Linux Reporter: Ameretat.Reith
Component: Current packagesAssignee: Professional Audio Applications Maintainers <proaudio>
Status: UNCONFIRMED ---    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 451744    

Description Ameretat.Reith 2013-05-18 10:06:07 UTC
cat /var/portage/tmp/portage/media-libs/dssi-1.1.1/temp/aclocal.out

***** aclocal *****
***** PWD: /var/portage/tmp/portage/media-libs/dssi-1.1.1/work/dssi-1.1.1
***** aclocal

configure.ac:7: error: 'AM_CONFIG_HEADER': this macro is obsolete.
    You should use the 'AC_CONFIG_HEADERS' macro instead.
/usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from...
configure.ac:7: the top level
autom4te-2.68: /usr/bin/m4 failed with exit status: 1
aclocal-1.13: error: echo failed with exit status: 1

Reproducible: Always

Steps to Reproduce:
1. emerge -1 =media-libs/dssi-1.1.1
2. see fail.
3.
Comment 1 Andreas Sturmlechner gentoo-dev 2017-12-28 15:50:26 UTC
Last commit 6 years ago. Is there any point in keeping this package in tree? If yes, USE=qt4 will need to be dropped if it can not be built using Qt5.
Comment 2 Pacho Ramos gentoo-dev 2018-01-04 10:42:42 UTC
yes, it has many reverse deps needing it:
dev-java/gnu-classpath/gnu-classpath-0.98-r6.ebuild:		dssi? ( >=media-libs/dssi-0.9 )
media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0.ebuild:RDEPEND=">=media-libs/dssi-0.9.0
media-plugins/hexter/hexter-1.0.2.ebuild:	>=media-libs/dssi-0.4
media-plugins/hexter/hexter-1.0.3.ebuild:	>=media-libs/dssi-0.4
media-plugins/xsynth-dssi/xsynth-dssi-0.9.2.ebuild:	>=media-libs/dssi-0.9
media-plugins/xsynth-dssi/xsynth-dssi-0.9.4.ebuild:	>=media-libs/dssi-0.9
media-sound/amsynth/amsynth-1.3.2-r1.ebuild:		media-libs/dssi:=
media-sound/amsynth/amsynth-1.5.1-r1.ebuild:		media-libs/dssi:=
media-sound/amsynth/amsynth-1.6.4-r1.ebuild:		media-libs/dssi:=
media-sound/amsynth/amsynth-1.7.0-r1.ebuild:		media-libs/dssi:=
media-sound/amsynth/amsynth-1.7.1-r1.ebuild:		media-libs/dssi:=
media-sound/csound/csound-6.08.0.ebuild:		media-libs/dssi
media-sound/csound/csound-6.09.1.ebuild:		media-libs/dssi
media-sound/csound/csound-9999.ebuild:		media-libs/dssi
media-sound/qtractor/qtractor-0.8.4.ebuild:	dssi? ( media-libs/dssi )
media-sound/qtractor/qtractor-0.8.5.ebuild:	dssi? ( media-libs/dssi )
media-sound/rosegarden/rosegarden-17.04.ebuild:	>=media-libs/dssi-1.0.0:=
media-sound/sonic-visualiser/sonic-visualiser-2.5.ebuild:	>=media-libs/dssi-0.9.1
media-sound/sonic-visualiser/sonic-visualiser-3.0.2.ebuild:	>=media-libs/dssi-0.9.1


I would opt for dropping qt4 support then instead
Comment 3 Larry the Git Cow gentoo-dev 2018-01-16 21:16:20 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e98b22755625cb1e72d8a57610aa635a505b7e7e

commit e98b22755625cb1e72d8a57610aa635a505b7e7e
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-01-16 21:15:45 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-01-16 21:16:08 +0000

    media-libs/dssi: Drop USE=qt4
    
    Bug: https://bugs.gentoo.org/470240
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-libs/dssi/dssi-1.1.1-r1.ebuild | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)}
Comment 4 Andreas Sturmlechner gentoo-dev 2018-01-16 21:17:27 UTC
Fine, then.