Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131567 - nuvexport-0.3_pre20060424 fails - no Makefile found
Summary: nuvexport-0.3_pre20060424 fails - no Makefile found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-28 06:31 UTC by Kevin Parent
Modified: 2006-05-02 15:25 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 Kevin Parent 2006-04-28 06:31:32 UTC
nuvexport-0.3_pre20060424 ebuild fails to compile with the error "no Makefile found".  Make file does exist in /var/tmp/portage/nuvexport-0.3_pre20060424/.

ls -l /var/tmp/portage/nuvexport-0.3_pre20060424/work/nuvexport-0.3/
total 48
-rw-rw-r-- 1 root root  162 Apr 16  2005 COPYING
-rw-rw-r-- 1 root root 2128 Apr 11 01:16 Makefile
drwxrwxr-x 5 root root 4096 Apr 21 00:46 export/
drwxrwxr-x 2 root root 4096 Apr 24 23:00 mythtv/
drwxrwxr-x 2 root root 4096 Apr 11 01:12 nuv_export/
-rwxr-xr-x 1 root root 5996 Apr 24 23:02 nuvexport*
-rw-rw-r-- 1 root root 1602 Apr 24 23:02 nuvexport.spec
-rw-rw-r-- 1 root root 8944 Apr 19 22:53 nuvexportrc
-rwxrwxr-x 1 root root  836 Jan  1 19:48 nuvinfo*

Portage 2203-svn (default-linux/x86/2006.0, gcc-3.4.5, glibc-2.3.6-r3, 2.6.16-ck6-r1 i686)
=================================================================
System uname: 2.6.16-ck6-r1 i686 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.12
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=athlon-xp -O2 -msse2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -msse2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo http://gentoo.chem.wisc.edu/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://tesla/gentoo-portage"
USE="x86 3dnow 3dnowext X a52 aac alsa apache2 apm audiofile avi berkdb bitmap-fonts bonobo bzip2 cdparanoia cdr cli crypt cups curl dga dri dts dvd dvdr dvdread eds emboss encode esd ethereal exif expat fam fame ffmpeg flac foomaticdb fortran gdbm gif glut gnome gpm gstreamer gtk gtk2 gtkhtml guile idn imagemagick imap imlib irda irmc isdnlog ithreads java jpeg lcms ldap libg++ libwww lirc lzo mad maildir mhash mikmod mjpeg mmx mmxext mng motif mozilla mp3 mpeg mysql mythtv ncurses network nls nptl nvidia oav offensive ogg opengl oss pam pcre pdf pdflib perl php png posix ppds pppd pthreads python qt quicktime readline recode reflection rhythmbox samba sdl session slang sndfile spell spl sse sse2 ssl svga tcpd tiff transcode truetype truetype-fonts type1-fonts udev usb v4l v4l2 vcd vorbis wifi win32codecs xine xml xml2 xmms xorg xv xvid xvmc yv12 zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 nickrobbins 2006-04-28 14:52:36 UTC
The problem is this line in the ebuild:

S=${WORKDIR}/nuvexport-0.2

That 2 should be changed to a 3.

Comment 2 Kevin Parent 2006-04-29 07:25:32 UTC
Thanks.  Thought it was something simple like a typo/omission, but I'm no ebuild wizard.  You'd think this would be closed already.
Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2006-04-29 08:51:36 UTC
Sorry every Gentoo developer is not just sitting at their desk 24/7 on their Gentoo developer paycheck (read: non-existant) fixing every bug report instantly.
Comment 4 Kevin Parent 2006-05-02 15:25:17 UTC
(In reply to comment #3)
> Sorry every Gentoo developer is not just sitting at their desk 24/7 on their
> Gentoo developer paycheck (read: non-existant) fixing every bug report
> instantly.
> 

lol, I wasn't implying that at all.  My thinking was that it was such a simple fix that it shouldn't take long to fix.

Thanks for your time and efforts!