search for: src_unpack

Displaying 6 results from an estimated 6 matches for "src_unpack".

2005 Aug 08
2
[LLVMdev] cfrontend building
...for Low Level Virtual _Machine" HOMEPAGE="http://llvm.org/" 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...
2011 May 07
0
Modified dovecot_deleted_to_trash-0.3.ebuild plugin
...C_URI="http://wiki2.dovecot.org/Plugins/deleted-to-trash?action=AttachFile&do=get&target=deleted-to-trash-plugin_0.3_for_dovecot_2.tar -> ${P}.tar" LICENSE="" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" RDEPEND="net-mail/dovecot" src_unpack() { unpack ${A} sed -i "8s|DOVECOT_IMAP_PLUGIN_PATH\ \=\ /usr/lib/dovecot/imap|DOVECOT_IMAP_PLUGIN_PATH\ \=\ /usr/lib/dovecot|" Makefile } src_install() { emake DESTDIR="${D}" install || die }
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
...llvm.org/" > 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 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() { > c...
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
2009 May 20
4
configure: error: C compiler cannot create executables
hi, je me pr?sente ou plutot ma distrib ^^ : I introduce myself or rather my distribution > # 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="-march=athlon64 -mtune=athlon64 -Wno-error -O2 -pipe" > CXXFLAGS="${CFLAGS}" > # WARNING: