Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84352 - ZSNES has an empty makefile
Summary: ZSNES has an empty makefile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-06 16:10 UTC by Harley
Modified: 2011-09-14 20:37 UTC (History)
0 users

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 Harley 2005-03-06 16:10:42 UTC
Every time I emerge zsnes, I get the message

make: *** No targets.  Stop.

and the emerge fails.

Just to test this, I tried to build it myself, and discovered that the Makefile is empty. So typing make (or gmake) results in that message...

Reproducible: Always
Steps to Reproduce:
1. emerge zsnes

Actual Results:  
>>> emerge (1 of 1) games-emulation/zsnes-1.42 to /
>>> md5 src_uri ;-) zsnes142src.tar.gz
>>> Unpacking source...
>>> Unpacking zsnes142src.tar.gz to /var/tmp/portage/zsnes-1.42/work
 * Applying 1.42-configure.patch ...                                           
               [ ok ]
acinclude.m4:10: warning: underquoted definition of AM_PATH_ZLIB
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
acinclude.m4:121: warning: underquoted definition of AM_PATH_LIBPNG
/usr/share/aclocal/xmms.m4:17: warning: underquoted definition of XMMS_TEST_VERSION
/usr/share/aclocal/xmms.m4:62: warning: underquoted definition of AM_PATH_XMMS
/usr/share/aclocal/wxwin.m4:36: warning: underquoted definition of
AM_OPTIONS_WXCONFIG
/usr/share/aclocal/wxwin.m4:59: warning: underquoted definition of AM_PATH_WXCONFIG
/usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG
/usr/share/aclocal/pth.m4:43: warning: underquoted definition of _AC_PTH_ERROR
/usr/share/aclocal/pth.m4:55: warning: underquoted definition of _AC_PTH_VERBOSE
/usr/share/aclocal/pth.m4:61: warning: underquoted definition of AC_CHECK_PTH
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES
/usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of
AC_PILOT_LINK_HOOK
/usr/share/aclocal/movtar.m4:14: warning: underquoted definition of
MOVTAR_TEST_VERSION
/usr/share/aclocal/movtar.m4:59: warning: underquoted definition of AM_PATH_MOVTAR
/usr/share/aclocal/lqt.m4:14: warning: underquoted definition of AC_PATH_LQT
/usr/share/aclocal/libmikmod.m4:11: warning: underquoted definition of
AM_PATH_LIBMIKMOD
/usr/share/aclocal/libgcrypt.m4:23: warning: underquoted definition of
AM_PATH_LIBGCRYPT
/usr/share/aclocal/libfame.m4:6: warning: underquoted definition of AM_PATH_LIBFAME
/usr/share/aclocal/libart.m4:11: warning: underquoted definition of AM_PATH_LIBART
/usr/share/aclocal/libOggFLAC.m4:7: warning: underquoted definition of
AM_PATH_LIBOGGFLAC
/usr/share/aclocal/libOggFLAC++.m4:8: warning: underquoted definition of
AM_PATH_LIBOGGFLACPP
/usr/share/aclocal/libIDL.m4:6: warning: underquoted definition of AM_PATH_LIBIDL
/usr/share/aclocal/libFLAC.m4:7: warning: underquoted definition of AM_PATH_LIBFLAC
/usr/share/aclocal/libFLAC++.m4:8: warning: underquoted definition of
AM_PATH_LIBFLACPP
/usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
/usr/share/aclocal/imlib.m4:167: warning: underquoted definition of
AM_PATH_GDK_IMLIB
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/share/aclocal/gsl.m4:5: warning: underquoted definition of AM_PATH_GSL
/usr/share/aclocal/gpgme.m4:9: warning: underquoted definition of AM_PATH_GPGME
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
/usr/share/aclocal/freetype2.m4:7: warning: underquoted definition of AC_CHECK_FT2
/usr/share/aclocal/check.m4:5: warning: underquoted definition of AM_PATH_CHECK
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of
AM_PATH_AUDIOFILE
/usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
/usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB
/usr/share/aclocal/ORBit.m4:4: warning: underquoted definition of AM_PATH_ORBIT
>>> Source unpacked.
 * Using GNU config files from /usr/share/libtool
 *  Updating src/config.sub                                                    
               [ ok ]
 *  Updating src/config.guess                                                  
               [ ok ]
./configure --prefix=/usr/games --host=i686-pc-linux-gnu --mandir=/usr/share/man
--infodir=/usr/share
/info --datadir=/usr/share/games --sysconfdir=/etc/games
--localstatedir=/var/games --enable-libpng -
-enable-opengl
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i686-pc-linux-gnu-g++ accepts -g... yes
checking for i686-pc-linux-gnu-nasm... no
checking for nasm... nasm
checking for a BSD-compatible install... /bin/install -c
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.0... yes
checking for zlib - version >= 1.1.0... yes
checking for libpng - version >= 1.2.0... yes
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
checking for X... libraries , headers /usr/X11R6/include
checking for glGetError in -lGL... yes
checking for OpenGL... yes
checking if you want gdb friendly executable... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether sys/types.h defines makedev... yes
configure: creating ./config.status
config.status: creating Makefile
sed: file ./confstat68Veeh/subs-1.sed line 48: Unterminated `s' command
sed: file ./confstat68Veeh/subs-2.sed line 16: Unterminated `s' command
sed: couldn't write 46 items to stdout: Broken pipe
config.status: creating config.h


ZSNES v1.42

SDL support                         Version 1.2.7
NASM support                        NASM version 0.98.38 compiled on Dec 17 2004
ZLib support                        Version 1.2.2
PNG support (png screenshots)       Yes, version 1.2.8
OpenGL support                      Yes

The binary will be installed in /usr/games/bin

Configure complete, now type 'make' and pray.

make: *** No targets.  Stop.

!!! ERROR: games-emulation/zsnes-1.42 failed.
!!! Function src_compile, Line 56, Exitcode 2
!!! emake failed


Portage 2.0.51.19 (default-linux/x86/2004.2, gcc-3.3.5, glibc-2.3.4.20040808-r1,
2.6.10-gentoo-r6 i686)
=================================================================
System uname: 2.6.10-gentoo-r6 i686 Intel(R) Pentium(R) 4 Mobile CPU 1.60GHz
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Feb 10 2005, 00:25:50)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.4.22-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -mcpu=pentium4 -O3 -finline-functions -mno-push-args
-maccumulate-outgoing-args"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /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/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -mcpu=pentium4 -O3 -finline-functions -mno-push-args
-maccumulate-outgoing-args"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.netnitco.net http://gentoo.osuosl.org/
http://adelie.polymtl.ca/ ftp://sunsite.ualberta.ca/pub/unix/Linux/gentoo/
ftp://gentoo.risq.qc.ca/"
LANG="en_US.utf8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aalib acpi aim alsa ansi apm arts artswrappersuid avi bash-completion
berkdb bitmap-fonts blas bonobo canna cddb cdparanoia cdr cjk clisp cln cmucl
crypt cups curl divx4linux doc dts dvd dvdr dvdread edl emboss encode esd exif
f77 fam fftw flac font-server foomaticdb fortran freewnn gcj gcl gdbm gif gmail
gphoto2 gpm gstreamer gtk gtk2 guile icq idea imagemagick imlib immqt-bc ipv6
jabber java jikes jpeg jpeg2k junit kde kdexdeltas lcms libg++ libwww lzw-tiff
mad makecheck mhash mikmod mng monkey motif mp3 mpeg msnmysql mysqli mythtv
ncurses nls offensive oggvorbis opengl oscar oss pam pcmcia pcre pdflib perl pic
plotutils png pnp posix privatepython qt quicktime readline real ruby samba sbcl
sdl shared sharedmem slang speex spell sse sse2 ssl svga sysvipc szip tcltk tcpd
tetex tga theora tiff truetype truetype-fonts trusted type1-fonts usb
usepackagedmakefiles videos wxwindows xanim xine xml xml2 xmms xpm xprint
xscreensaver xv yahoo zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2005-03-06 23:04:24 UTC
your autotools are messed up.  remerge them and see if that helps.  merges fine for me.
Comment 2 Harley 2005-03-07 18:44:31 UTC
Nope. No help whatsoever... Still same problem.
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2005-03-13 00:04:32 UTC
What exactly did you remerge?  It is a local issue so I'm going to need to you do be proactive in tracking it down on your end since I can't reproduce the failure here..  You can attach the configure script that is being generated.  That might be interesting to see.
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2005-03-14 00:01:39 UTC
reopen with that info please.
Comment 5 Mr. Bones. (RETIRED) gentoo-dev 2005-06-22 10:34:43 UTC
No reply.  Closing.
Comment 6 Mr. Bones. (RETIRED) gentoo-dev 2011-09-14 20:37:48 UTC
clean up bug list after bugzilla update