Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73265 - Trying to compile torsmo-.17-r1 fails. Using ~x86 on a P4 3.0 GHZ 1 gig ram, make.conf/error message is posted below.
Summary: Trying to compile torsmo-.17-r1 fails. Using ~x86 on a P4 3.0 GHZ 1 gig ram, ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-03 14:34 UTC by Tim STella
Modified: 2004-12-03 20:16 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 Tim STella 2004-12-03 14:34:10 UTC
Error:

>>> emerge (8 of 12) app-admin/torsmo-0.17-r1 to /
>>> md5 src_uri ;-) torsmo-0.17.tar.gz
>>> Unpacking source...
>>> Unpacking torsmo-0.17.tar.gz to /var/tmp/portage/torsmo-0.17-r1/work
 * Applying torsmo-0.17-mozilla.patch ...                                                                        [ ok ] * /usr/src/linux is a symbolic link
 * Determining the real directory of the Linux kernel source code
 * Building for Linux 2.6.9-gentoo-r6 found in /usr/src/linux
>>> Source unpacked.
make: *** No targets specified and no makefile found.  Stop.

!!! ERROR: app-admin/torsmo-0.17-r1 failed.
!!! Function kernel-mod_src_compile, Line 207, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.




Reproducible: Always
Steps to Reproduce:
1. emerge torsmo
2.
3.

Actual Results:  
The ebuild failed.

Expected Results:  
Installed/compiled

Make.conf:
# These settings were set by the catalyst build script that automatically built
this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
USE="nptl gnome gtk gtk2 dedicated tif samba bootsplash fam msn mysql xine -arts
-nls"
####SYNC="rsync://192.168.1.105/gentoo-portage"
PORTDIR_OVERLAY="/usr/local/portage"
FEATURES="ccache"
GENTOO_MIRRORS="http://gentoo.llarian.net/ http://gentoo.osuosl.org/"
ACCEPT_KEYWORDS="~x86"
PKGDIR="/usr/portage/packages/"
Comment 1 George Nussbaum 2004-12-03 14:38:58 UTC
I am having the same issue on an amd64 system:

Calculating dependencies ...done!
>>> emerge (1 of 1) app-admin/torsmo-0.17-r1 to /
>>> md5 src_uri ;-) torsmo-0.17.tar.gz
>>> Unpacking source...
>>> Unpacking torsmo-0.17.tar.gz to /var/tmp/portage/torsmo-0.17-r1/work
 * /usr/src/linux is a symbolic link
 * Determining the real directory of the Linux kernel source code
 * Building for Linux 2.6.9-nitro4 found in /usr/src/linux
>>> Source unpacked.
make: *** No targets specified and no makefile found.  Stop.

!!! ERROR: app-admin/torsmo-0.17-r1 failed.
!!! Function kernel-mod_src_compile, Line 207, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.


make.conf:

# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
#CFLAGS="-O3 -march=athlon64 -funroll-all-loops -funit-at-a-time -fpeel-loops -ftracer -funswitch-loops -fomit-frame-pointer -pipe"
CFLAGS="-O2 -march=athlon64 -fomit-frame-pointer -pipe"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
GENTOO_MIRRORS="ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://gentoo.binarycompass.org http://ftp-mirror.internap.com/pub/gentoo/"
USE="-gtk -gnome qt kde dvd alsa cdr"
ACCEPT_KEYWORDS="amd64 ~amd64"
ALSA_CARDS="via82xx"
PORTDIR_OVERLAY="/usr/local/portage"
Comment 2 Jory A. Pratt 2004-12-03 19:32:25 UTC
the package is fubar'd I have a working cvs ebuild if you all would like it, it has run perfect for all that have used it and without any trouble that has been reported to me!!!
Comment 3 Daniel Black (RETIRED) gentoo-dev 2004-12-03 20:16:46 UTC
fixed - thanks for the bug report.