Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27058 - media-libs/resid-builder-1.6.20021111 fails to compile
Summary: media-libs/resid-builder-1.6.20021111 fails to compile
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Low major (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-21 08:54 UTC by Vesa-Pekka Palmu
Modified: 2003-10-11 01:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vesa-Pekka Palmu 2003-08-21 08:54:12 UTC
when running "emerge resid-builder" I get following errors:

autom4te-2.57: cannot not rename autom4te.cache/traces.0t as
autom4te.cache/traces.0: No such file or directory
configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently generated (using aclocal)
configure.ac: required file `./install-sh
Comment 1 Vesa-Pekka Palmu 2003-08-21 08:54:12 UTC
when running "emerge resid-builder" I get following errors:

autom4te-2.57: cannot not rename autom4te.cache/traces.0t as
autom4te.cache/traces.0: No such file or directory
configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently generated (using aclocal)
configure.ac: required file `./install-sh´ not found
configure.ac: required file `./mkinstalldirs´ not found
configure.ac: required file `./missing´ not found

!!! ERROR: media-libs/resid-builder-1.6.20021111 failed
!!! Function src_compile, Line 19, Exitcode 2
!!! (no error message)

COMPILER="gcc3"
CHOST="i586-pc-linux-gnu"
CFLAGS="-O3 -march=k6-3 -pipe"
CXXFLAGS="-O3 -march=k6-3 -pipe"
MAKEOPTS="-j2"
Comment 2 Brandy Westcott (RETIRED) gentoo-dev 2003-09-02 09:08:07 UTC
This error seems to appear because of autotool timestamp skews. After the configure 
script is run it attempts to rebuilt and rerun itself: 
 
	..... 
	configure: creating ./config.status 
	config.status: creating Makefile 
	config.status: creating include/Makefile 
	config.status: creating include/sidplay/Makefile 
	config.status: creating include/sidplay/builders/Makefile 
	config.status: creating src/Makefile 
	config.status: creating unix/Makefile 
	config.status: creating unix/config.h 
	config.status: executing depfiles commands 
	cd . && /bin/sh 
		/var/tmp/portage/resid-builder-1.6.20021111/work/resid-builder/unix/ 
		missing --run aclocal-1.7 -I unix 
	cd . && \ 
  		/bin/sh /var/tmp/portage/resid-builder-1.6.20021111/work/resid-builder/ 
		unix/missing --run automake-1.7 --foreign  Makefile 
	cd . && /bin/sh 
		/var/tmp/portage/resid-builder-1.6.20021111/work/resid-builder/unix/ 
		missing --run autoconf 
	/bin/sh ./config.status --recheck 
	running /bin/sh ./configure  --prefix=/usr --host=i686-pc-linux-gnu 
		--mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share 
		--sysconfdir=/etc --localstatedir=/var/lib CC=gcc 
		CFLAGS=-march=pentium4 -O2 -pipe -fomit-frame-pointer 
		CXXFLAGS=-march=pentium4 -O2 -pipe -fomit-frame-pointer 
		CXX=g++ host_alias=i686-pc-linux-gnu  --no-create --no-recursion 
	autom4te-2.57: cannot not rename autom4te.cache/traces.0t as 
		autom4te.cache/traces.0: No such file or directory 
	configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found. 
	configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, 
	configure.ac: that aclocal.m4 is present in the top-level directory, 
	configure.ac: and that aclocal.m4 was recently regenerated (using aclocal). 
	configure.ac: required file `./install-sh' not found 
	configure.ac: required file `./mkinstalldirs' not found 
	configure.ac: required file `./missing' not found 
	make: *** [Makefile.in] Error 1 
 
 
This behaviour can be stopped by adding the following to the ebuild: 
 
	cd ${S} 
	touch configure configure.ac aclocal.m4 
	touch `find . -name Makefile.in` 
 
I'm still not sure whether this is a fix or a workaround. :) 
Comment 3 Hanno Böck gentoo-dev 2003-10-07 12:34:09 UTC
resid-builder is deprecated and now part of sidplay-libs.
Can you test if sidplay-libs compiles for you?
Comment 4 Hanno Böck gentoo-dev 2003-10-11 01:35:20 UTC
deprecated package.