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

Bug 134828

Summary: Error installing media-tv/xmltv-0.5.37-r1
Product: Gentoo Linux Reporter: Daniel Plaza <daniel.plaza.espi>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: High    
Version: 2006.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Daniel Plaza 2006-05-29 14:41:27 UTC
When installing media-tv/xmltv-0.5.37-r1 I get this error:

bad makefile line: '	$(NOECHO) $(NOOP)' at Makefile.PL line 963.

I have search in google and it seems a problem with new versions of MakeMaker. I have found this patch that solve the problem:

--- Makefile.PL	2006-05-29 23:35:28.000000000 +0200
+++ Makefile.PL.orig	2006-05-29 23:35:16.000000000 +0200
@@ -951,7 +951,7 @@
 	    die "target $name seen twice" if defined $r{$name};
 	    $r{$name} = $curr_target = [];
 	}
-	elsif (/^\s/ and defined $curr_target) {
+	elsif (/^\t/ and defined $curr_target) {
 	    # Commands for the target.
 	    push @$curr_target, $_;
 	}

My emerge --info:

Portage 2.0.54-r2 (default-linux/x86/2006.0, gcc-3.4.5, glibc-2.3.6-r3, 2.6.16-gentoo-r7 i686)
=================================================================
System uname: 2.6.16-gentoo-r7 i686 Intel(R) Pentium(R) 4 CPU 1.60GHz
Gentoo Base System version 1.6.14
dev-lang/python:     2.4.2
dev-python/pycrypto: [Not Present]
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://linuv.uv.es/mirror/gentoo/ http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="es_ES@euro"
LC_ALL="es_ES@euro"
LINGUAS="es"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X alsa apm audiofile avi bash-completion bitmap-fonts bzip2 cdr cli cups curl divx4linux dlloader dri dts dvd encode esd expat foomaticdb gd gdbm gif glut gpm gstreamer gtk gtk2 idn imagemagick imlib isdnlog jpeg kqemu lcms libg++ libwww lirc mad mmx mng mp3 mpeg mysql ncurses network nls nothemes nptl nptlonly nsplugin ogg opengl pam pcre pdflib perl pic png pppd python quicktime readline recode reflection sdl session spl sse sse2 ssl tcltk tcpd tetex threads tiff truetype truetype-fonts type1-fonts udev unicode userlocales vcd vorbis win32codecs xml xmms xorg xv xvid zlib linguas_es userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTAGE_RSYNC_OPTS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-05-29 14:43:20 UTC

*** This bug has been marked as a duplicate of 114933 ***