search for: src_compile

Displaying 11 results from an estimated 11 matches for "src_compile".

Did you mean: ac_compile
2008 Sep 26
3
Unable to emerge Wine 1.1.5 on Gentoo AMD64
...one knows what is going on or can otherwise point me to where I should look or anything to try, it would be greatly appreciated. Here is the error I am getting: make: *** [programs] Error 2 * * ERROR: app-emulation/wine-1.1.5 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2468: Called die * The specific snippet of code: * emake all || die "all" * The die message: * all * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/po...
2005 Aug 08
2
[LLVMdev] cfrontend building
...g/" SRC_URI="http://llvm.cs.uiuc.edu/releases/${PV}/cfrontend-${PV}.source.tar.gz" LICENSE="llvm" SLOT="0" KEYWORDS="~ppc ~sparc ~x86" IUSE="" DEPEND= S=${WORKDIR}/cfrontend src_unpack() { unpack ${A} cd cfrontend mkdir build } src_compile() { cd ${S}/build ../src/configure --prefix=/usr --disable-threads --disable-nls --disable-shared --enable-languages=c,c++ --program-prefix=llvm- emake || die } src_install() { emake DESTDIR=${D} install || die } </code> maybe I should try emake all instead of emake... I&...
2004 Oct 14
2
compile errors
...-1.1.1/work/flac-1.1.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/flac-1.1.1/work/flac-1.1.1' make: *** [all] Error 2 !!! ERROR: media-libs/flac-1.1.1 failed. !!! Function src_compile, Line 49, Exitcode 2 !!! (no error message) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac/attachments/20041015/9fe0291f/attachment.htm
2004 Oct 15
1
compile errors
...ar/tmp/portage/flac-1.1.0-r2/work/flac-1.1.0' make: *** [all] Error 2 !!! ERROR: media-libs/flac-1.1.0-r2 failed. !!! Function src_compile, Line 49, Exitcode 2 !!! (no error message) On Fri, 2004-10-15 at 01:16, Josh Coalson wrote: > AFormat comes from the XMMS headers, maybe the version you > have is newer or older than the code currently expects. > > what version of xmms to you have? > > Josh > > --- Ro...
2005 Aug 08
0
[LLVMdev] cfrontend building
Stephan, I've seen this before. It happens when you do "make bootstrap" in llvm-gcc. While "make bootstrap" is the correct way to build GCC, its not the correct way to build llvm-gcc. Based on my experience with this, I suggest you completely erase your build tree and then follow the CFEBuildInstr.html instructions *to the letter* with zero deviations. If you
2005 Aug 08
0
[LLVMdev] cfrontend building
...d > > src_unpack() { > unpack ${A} > cd cfrontend > mkdir build I wouldn't put the "build" directory inside of the "cfrontend" directory, put it alongside instead. That is, reverse the order of the cd and mkdir commands above. > } > > src_compile() { > cd ${S}/build If you change the location of the build directory, this will need to change too. > ../src/configure --prefix=/usr --disable-threads --disable-nls > --disable-shared --enable-languages=c,c++ --program-prefix=llvm- > emake || die Is emake 100% compatible wi...
2011 May 31
0
[XEN-NVIDIA] Update 270.41.06 Failed
...IGNORE_CC_MISMATCH=yes V=1 > SYSSRC=/usr/src/linux > SYSOUT=/lib/modules/2.6.34-xen-r4/build > HOST_CC=x86_64-pc-linux- > gnu-gcc clean > module > > ^[[31;01m*^[[0m > > ^[[31;01m*^[[0m Call stack: > ^[[31;01m*^[[0m ebuild.sh, line 56: Called src_compile > ^[[31;01m*^[[0m environment, line 4041: Called linux-mod_src_compile > ^[[31;01m*^[[0m environment, line 2979: Called die > ^[[31;01m*^[[0m The specific snippet of code: > ^[[31;01m*^[[0m eval "emake HOSTCC=\"$(tc-getBUILD_CC)\" >...
2004 Jan 25
1
syslinux for opteron
...size unzip.c: In function `gzip_mark': unzip.c:110: warning: cast to pointer from integer of different size unzip.c: In function `unzip': unzip.c:175: warning: cast from pointer to integer of different size make: *** [memdisk] Error 2 !!! ERROR: sys-boot/syslinux-2.06 failed. !!! Function src_compile, Line 24, Exitcode 2 !!! (no error message) Has anybody successfully built sylinux on an opteron Mark
2005 Aug 08
2
[LLVMdev] cfrontend building
Am Montag, 8. August 2005 04:15 schrieb Chris Lattner: > > I have never seen this, and don't really have any ideas. What configure > options did you use? Did you follow the directions here? > > http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html > Yes I followed those instructions - almost. This is my configure line: ../src/configure --prefix=/usr --disable-threads
2004 Oct 14
0
compile errors
...ke[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/var/tmp/portage/flac-1.1.1/work/flac-1.1.1' > make: *** [all] Error 2 > > > !!! ERROR: media-libs/flac-1.1.1 failed. > !!! Function src_compile, Line 49, Exitcode 2 > !!! (no error message) _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com
2003 Nov 06
2
Gentoo ebuild
...AGE="http://rubyforge.org/projects/wxruby/" SRC_URI="http://rubyforge.org/download.php/60/wxruby-0.1.0.tgz" LICENSE="wxWinLL-3" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/ruby-1.8.0 >=x11-libs/wxGTK-2.4.1" src_compile() { if [ `use unicode` ]; then einfo "wxruby needs wxGTK compiled without ''unicode'' support." einfo "Please re-emerge wxGTK." die else cd src ruby extconf.rb || die make || die fi } src_install() { cd sr...