similar to: Fortran compiler dependency missing in gentoo ebuild script (PR#6862)

Displaying 20 results from an estimated 4000 matches similar to: "Fortran compiler dependency missing in gentoo ebuild script (PR#6862)"

2005 Apr 20
0
[LLVMdev] Gentoo ebuild of LLVM
Hi guys, there are few issues concerning LLVM and Gento Linux below. 1. Gentoo encourages to think of smarter packaging. Oversimplified, but... there are at least three audiences using LLVM: - application users - developers *using* LLVM in their projects - developers *changing* LLVM sources. Application users are not interested in LLVM, they are rather interested to have their favorite
2003 Nov 06
2
Gentoo ebuild
Hi! Since I switched from SuSE to Gentoo (before Novell era :-) I wrote a simple ebuild script for building wxruby on Gentoo. Few notes: a) in order to work, wxruby-0.1.0.tgz should contain wxruby-0.1.0 folder since it is a Gentoo policy and I hope it''s not a problem to change that for 0.2.0 b) I assumed that one needs Ruby >= 1.8.0 and wx >= 2.4.1. Is it OK? Please inspect
2006 Nov 18
1
updated gentoo ebuild provides dovecot-sieve
I'm hoping that there are some Gentoo users on this list who will chime in on a bug that is near and dear to my heart. We've created an updated Gentoo ebuild that adds a sieve USE flag and builds dovecot-sieve if the use flag is enabled. The gentoo bug is here: https://bugs.gentoo.org/show_bug.cgi?id=141743 and the ebuild is available as an attachment to that bug, or as a patch
2008 Mar 04
2
[Bug 14804] New: swfdec ebuild for gentoo
http://bugs.freedesktop.org/show_bug.cgi?id=14804 Summary: swfdec ebuild for gentoo Product: swfdec Version: 0.5.5 Platform: All OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: library AssignedTo: swfdec at lists.freedesktop.org ReportedBy:
2007 Jan 03
1
Gentoo ebuild for 1.4?
Greetings list, Does anyone know if there's a maintained 1.4 ebuild for Gentoo? Even with the ~amd64 keyword, latest in the official Portage repository is 1.2.13. Thanks in advance. Regards, Chris -- C.M. Bagnall, Director, Minotaur I.T. Limited This email is made from 100% recycled electrons
2005 Mar 09
3
R-2.0.1 Gentoo g77 problem
Hello, I use Gentoo and I can't get R 2.0.1 to compile. I used the portage system, Gentoo's source package sytem, and after it uncompresses the source to R, it says that I don't have a fortran compiler. It told me to use f77 flag and re-emerge gcc, which I did with the f77 and fortran flags, but it still won't compile. Does anyone have any ideas? I suspect that gcc has changed
2008 Sep 26
3
Unable to emerge Wine 1.1.5 on Gentoo AMD64
Hello, I am currently trying to emerge wine on my Gentoo AMD64 system, and it is currently failing on the last package. I haven't been able to make much sense out of the error message. If anyone 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 * *
2013 Sep 10
0
Re: libvirt-1.1.2-r1 (Gentoo) fails to start LXC containers (subject line minor edit, was libvirt-1.2.2-r1)
On Tue, Sep 10, 2013 at 2:20 PM, Dennis Jenkins <dennis.jenkins.75@gmail.com > wrote: > On Tue, Sep 10, 2013 at 1:34 PM, Doug Goldstein <cardoe@gentoo.org>wrote: > >> A suggestion would be to make sure that you have all the necessary >> kernel options enabled. You can check with: ebuild >> /usr/portage/app-emulation/libvirt/libvirt-1.1.2-r1.ebuild setup clean
2004 Aug 25
1
FAQs, gentoo ebuild
Hi I''ve just done a bit of re-jig of bits of the Wiki. I''ve added a FAQ page, suggestions welcome. I''m happy to write them up (assuming I know/can find the answers). Also, I''ve just been editing the Installation page. From the downloads page, it looks like only an old version of WxRuby (0.2.0) is available to Gentoo''s pkg mgr, but is it in fact
2011 May 07
0
Modified dovecot_deleted_to_trash-0.3.ebuild plugin
I have just upgraded my gentoo system to dovecot 2.0.11. The ebuild on http://wiki2.dovecot.org/Plugins/deleted-to-trash does not compile. I have modified this to a working version - see below. # cat dovecot_deleted_to_trash-0.3.ebuild EAPI="2" DESCRIPTION="Deleted to trash IMAP plugin for Dovecot" HOMEPAGE="http://wiki2.dovecot.org/Plugins/deleted-to-trash"
2008 Jun 23
0
[PATCH] Fix git Mesa (Gallium) and its ebuild
Hello, I'm attaching two trivial patches. One is against latest mesa to fix build of nouveau dri driver, another against mesa-9999-r1 ebuild, fixing dependencies. Please CC me with any comments, I'm not subscribed to the list. AstralStorm -------------- next part -------------- A non-text attachment was scrubbed... Name: mesa-fix-ebuild-deps.patch Type: text/x-patch Size: 544 bytes
2013 Sep 10
2
Re: libvirt-1.1.2-r1 (Gentoo) fails to start LXC containers (subject line minor edit, was libvirt-1.2.2-r1)
On Tue, Sep 10, 2013 at 1:34 PM, Doug Goldstein <cardoe@gentoo.org> wrote: > On Tue, Sep 10, 2013 at 9:09 AM, Dennis Jenkins > <dennis.jenkins.75@gmail.com> wrote: > > Yeah our security people got a bit over zealous. That's being rectified. > > :) > > > > TL;DR: My container is configured to use "br0" for its networking. "br0"
2004 Aug 06
0
libshout, ices, and icecast2 CVS Ebuilds
All - I've just posted a set of ebuilds (package format for the Gentoo distribution) in my web space. I figure I'm not the only one hacking on icecast that uses Gentoo and these haven't made it into the main Portage tree just yet. To use them, place them in the following locations underneath a Portage overlay directory (i.e. /usr/local/portage): icecast2-cvs-2.0.ebuild into
2004 Aug 29
1
Re: [R] R on gentoo amd64 (gcc 3.3.3) is unstable --- no!
Dear Dirk, I have had the exactly same problem like Ivo and his solution worked for me. Hence the USE=f77 flag is NOT a typo but a Gentoo quirk. As far as modifying the configure script is concerned, I believe that it is certainly possible to perform said check (if 'f77 --version == f2c' then die) only on x86_64 platforms. And I'd argue it is f2c's fault. AMD64 linux distros have
2004 Aug 29
1
Re: [R] R on gentoo amd64 (gcc 3.3.3) is unstable --- no!
My appologies, this estimation is about right, I spent last week at COMPSTAT in prague and didn't follow the list closely. Inspite of this fact I believe my posting is not entirely out of date. regards Diman Todorov ------------------------------ You are 8 days behind the times -- take a look at the current R-devel. On Sun, 29 Aug 2004, Diman Todorov wrote: > Dear Dirk, > I
2015 Nov 12
2
Building SPEC CPU2006 Fortran benchmarks with llvm
Hello, I have built llvm with some added Machine Function Passes and I am trying to use it to build the SPEC CPU2006 benchmarks. I am using llvm test-suite to build the benchmarks. I configured the test-suite with "--with-f2c" but still none of the fortran benchmarks are built or compiled. I tried running simple and nightly tests. Kindly let me know if I am missing some steps and if not
2004 Aug 21
1
Re: [R] R on gentoo amd64 (gcc 3.3.3) is unstable --- no!
On Sat, 21 Aug 2004 ivo_welch-rstat8783@mailblocks.com wrote: > > peter/brian: thank you for the help. i can now report that gentoo > amd64 can compile R just fine, too; it requires the f77 USE flag and a > gcc compiler rebuild first, though. I also went to gcc 3.4.1. my > segfault troubles earlier were caused by my use of f2c. > > suggestion: would it be possible to
2008 Jul 24
1
mgeops psp has now an ebuild
Hello, FYI, I left an ebuild for mgeops in Gentoo Bugzilla under the number 232855.
2004 Sep 13
1
Re: [R] R on gentoo amd64 (gcc 3.3.3) is unstable --- no!
This has been in the R-admin manual for a least a week, and I reported it here earlier than that. R 2.0.0 alpha does not allow f2c on 64-bit platforms. It's all been dealt with quite awhile ago .... On Sun, 12 Sep 2004 ivo_welch-rstat8783@mailblocks.com wrote: > > from the gentoo folks, on f2c problems with R on 64bit platforms: > > "Config and me finally found the
2012 Sep 11
0
puppet dashboard ebuild
Are there any plans for a puppet dashboard ebuild for gentoo? Thx. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/Ps904r0de8wJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to