[gentoo-user] Re: curses of ncurses :(

2015-08-27 Thread James
J. Roeleveld joost at antarean.org writes: What is llvm actually used for? Enable llvm code generator for ghc (-fllvm). Build with llvm. Currently the package only builds against old versions of llvm. Enable LLVM backend for Gallium3D. Build the sparse-llvm utility hth, James

[gentoo-user] Re: kdevelop broken (llvm slot issue)

2018-08-19 Thread Nikos Chantziaras
On 19/08/18 18:21, Alexander Puchmayr wrote: After recent upgrades of mesa, llvm, clang etc kdevelop does not work anymore. It crashes immediately after start with errors [...] It seems as if multiple slots of llvm cause the problems. mesa pulls in llvm: 5, while other programs pull in llvm:6

[gentoo-user] ebuild ChangeLog and emerge -l

2011-05-23 Thread Nikos Chantziaras
installed. Some other times it's less dramatic, but still contains stuff that should not show up. The above seems to be the norm rather than the exception. For example, right now I'm doing an update from llvm-2.9-r1 to llvm-2.9-r2, and emerge prints: *llvm-2.9-r2 23 May 2011; Bernard

Re: [gentoo-user] Emerge of sys-devel/llvm-3.3-r3 fails....

2014-08-11 Thread Volker Armin Hemmann
Am 10.08.2014 um 08:33 schrieb Christopher Kurtis Koeber: Hello, I am attempting to emerge xorg-server and sys-devel/llvm-3.3-r3 is pulled in as a dependency. So, when I emerge llvm it fails. Here is some relevant output: *emerge --info =sys-devel/llvm-3.3-r3::gentoo*: Pastebin: http

[gentoo-user] Re: Emerge of sys-devel/llvm-3.3-r3 fails....

2014-08-12 Thread Jouni Kosonen
Volker Armin Hemmann wrote: Am 10.08.2014 um 08:33 schrieb Christopher Kurtis Koeber: *emerge --info =sys-devel/llvm-3.3-r3::gentoo*: Pastebin: http://pastebin.com/qF92DXSY I am not a fan of that. gcc-4.7.3, Intel-R-_Atom-TM *End Section of Build Log*: Pastebin: http

Re: [gentoo-user] llvm not updating with @world

2017-03-04 Thread Michael Orlitzky
On 03/04/2017 10:18 AM, Dutch Ingraham wrote: > > So, that will bring in the update, just like emerge -1a sys-devel/llvm > will. > > But, why isn't --deep @world doing so? Is it bug-reporting time? > > (There is one other slight possible anomoly I could find: > 'equer

Re: [gentoo-user] llvm not updating with @world

2017-03-04 Thread Michael Orlitzky
On 03/04/2017 06:38 AM, Dutch Ingraham wrote: > Hi all - I'm running a systemd/hardened desktop with > ACCEPT_KEYWORDS="~amd64". > The result of an 'emerge -auDN --with-bdeps=y --complete-graph @world' is > 'Nothing to merge; quitting.' > > However, if I 'emerg

[gentoo-user] kdevelop broken (llvm slot issue)

2018-08-19 Thread Alexander Puchmayr
Hi there, After recent upgrades of mesa, llvm, clang etc kdevelop does not work anymore. It crashes immediately after start with errors : CommandLine Error: Option 'help-list' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options This issue is covered by bug

[gentoo-user] New build, openrc, llvm, musl etc

2024-01-07 Thread Andrew Lowe
Dear all, It's been a while since I built a Gentoo machine from scratch so need a bit of guidance. I want to build a machine, amd64, that uses OpenRC, LLVM & Musl. Looking on the Downloads page and in turn the "Advanced choices", there is two separate Stage 3 archives

Re: [gentoo-user] Is there a reason why LLVM/Clang ebuilds don't support "mutislot"?

2016-08-29 Thread Jeremi Piotrowski
On Sun, Aug 28, 2016 at 11:58:03PM -0400, P Levine wrote: > Other distros like Ubuntu support the installation of multiple versions of > LLVM/Clang side by side. One of the things Clang is really good at is > support for the most recently approved upcoming features of the C++17 &

Re: [gentoo-user] How do I use LLVM?

2011-12-12 Thread Walter Dnes
On Mon, Dec 12, 2011 at 12:32:04AM -0500, Michael Mol wrote llvm is pulled in on most of my systems as a dependency of something else. It doesn't conflict with having gcc installed. emerge sys-devel/llvm And try again. If that fixes it, you should file a bug against the specific package

[gentoo-user] Re: llvm compile error

2014-03-15 Thread keeper
Silvio Siefke siefke_listen at web.de writes: Hello, i try to install llvm but it broke with: If you are still having an issue, a cause for this bug has been found. https://bugs.gentoo.org/show_bug.cgi?id=500856

Re: [gentoo-user] Is there a reason why LLVM/Clang ebuilds don't support "mutislot"?

2016-08-28 Thread Deven Lahoti
This also makes it difficult to use GHC's LLVM backend, since its compatible versions usually lag behind the current one.

[gentoo-user] How do I use LLVM?

2011-12-11 Thread Walter Dnes
And no, it's not because I'm adventurous. Background... I'm trying to revive an older Dell Dimension 530 (32 bit install) with a Radeon card that uses a binary blob from the radeon-ucode ebuild/download. When trying to emerge xorg-server, it fails with the message... configure: error: LLVM

[gentoo-user] ebuild for gcc-independent llvm and clang for linux

2013-12-25 Thread やまぐちたかゆき
Hello everybody, I'm going to build and install llvm and clang packages in my Linux PC as 1. Binaries of llvm and claag installed finally were compiled by clang. 2. The binaries of 1. depend on libc++.so instead of libstdc++.so. 3. libc++.so was installed by portage. 4. The binaries of llvm

[gentoo-user] Emerge of sys-devel/llvm-3.3-r3 fails....

2014-08-11 Thread Christopher Kurtis Koeber
Hello, I am attempting to emerge xorg-server and sys-devel/llvm-3.3-r3 is pulled in as a dependency. So, when I emerge llvm it fails. Here is some relevant output: emerge --info =sys-devel/llvm-3.3-r3::gentoo: Pastebin: http://pastebin.com/qF92DXSY End Section of Build Log: Pastebin

[gentoo-user] Is there a reason why LLVM/Clang ebuilds don't support "mutislot"?

2016-08-28 Thread P Levine
Other distros like Ubuntu support the installation of multiple versions of LLVM/Clang side by side. One of the things Clang is really good at is support for the most recently approved upcoming features of the C++17 standard. The best support for testing such features is with the latest sys-devel

[gentoo-user] llvm not updating with @world

2017-03-04 Thread Dutch Ingraham
Hi all - I'm running a systemd/hardened desktop with ACCEPT_KEYWORDS="~amd64". The result of an 'emerge -auDN --with-bdeps=y --complete-graph @world' is 'Nothing to merge; quitting.' However, if I 'emerge -1a sys-devel/llvm', I get: '[ebuild r U ] sys-devel/llvm-3.9.1-r1

[gentoo-user] Re: llvm compile error

2014-01-23 Thread walt
On 01/23/2014 01:05 PM, Silvio Siefke wrote: Hello, i try to install llvm but it broke llvm-3.4 ACCEPT_KEYWORDS=x86 Hi Silvio. You're installing an ~x86 package on an x86 machine, I think. Are you doing that on purpose? I don't know if that is causing the error, but it sometimes

[gentoo-user] Re: sys-devel/llvm and LLVM_TARGETS

2022-03-12 Thread Grant Edwards
s the target but I don't quite understand >>>> the why.  The biggest thing, will this break something if I let it do >>>> it? >>> >>> No. Unlike GCC, LLVM/Clang is always a cross-compiler. >> >> You can't use LLVM/Clang to compile for the hos

[gentoo-user] rubinius fails to emerge with error about llvm-config

2012-08-19 Thread covici
Hi. In my update world of today, the system wanted to emerge rubinius -- for reasons known only to itself -- however it fails to emerge during its config phase with the following output: Configuring LLVM... Checking for existing LLVM tree: not found. Checking for 'llvm-config': Unrecognized

[gentoo-user] Re: llvm compile error

2014-01-24 Thread Holger Hoffstätte
Before this gets out of hand.. On Fri, 24 Jan 2014 19:44:38 +0100, Silvio Siefke wrote: llvm-3.4 is not hardmasked. It is marked ~x86 which is something very different. Correct, i mean Clang in version 3.4 is hardmasked. I want install clang alone llvm i not need. I think mesa use llvm

[gentoo-user] Latest LLVM wants to pollute my machine with VIM stuff.....

2017-03-15 Thread Andrew Lowe
Hi all, I'm still trying to come to grips with understanding ebuilds so please bear with me if this is a simple question. I've just sync'd and then done an emerge --ask -NuD world I have LLVM/clang installed and upon browsing the updates saw app-vim/llvm-vim. This is some sort

Re: [gentoo-user] llvm not updating with @world

2017-03-04 Thread Dutch Ingraham
-graph @world' is > > 'Nothing to merge; quitting.' > > > > However, if I 'emerge -1a sys-devel/llvm', I get: > > '[ebuild r U ] sys-devel/llvm-3.9.1-r1 [3.7.1-r3]' and > > '[ebuild rR] media-libs/mesa-17.0.0' > > > > So, why is a reinstall of ll

Re: [gentoo-user] How do I use LLVM?

2011-12-11 Thread Michael Mol
to emerge xorg-server, it fails with the message... configure: error: LLVM is required to build Gallium R300 on x86 and x86_64  I understand that LLVM is a gcc-like compiler.  What is the minimum amount of stuff that I need to do?  Are there any LLVM-compatability libraries for gcc that would

Re: [gentoo-user] How do I use LLVM?

2011-12-11 Thread Mick
from the radeon-ucode ebuild/download. When trying to emerge xorg-server, it fails with the message... configure: error: LLVM is required to build Gallium R300 on x86 and x86_64 I understand that LLVM is a gcc-like compiler. What is the minimum amount of stuff that I need to do

[gentoo-user] Re: ebuild for gcc-independent llvm and clang for linux

2013-12-26 Thread Takayuki Yamaguchi
Sorry for earlier mis-send. I send the article again. I'm going to build and install llvm and clang packages in my Linux PC as 1. Binaries of llvm and claag installed finally were compiled by clang. 2. The binaries of 1. depend on libc++.so instead of libstdc++.so. 3. libc++.so

Re: [gentoo-user] Re: Emerge of sys-devel/llvm-3.3-r3 fails....

2014-08-12 Thread Volker Armin Hemmann
Am 12.08.2014 um 12:52 schrieb Jouni Kosonen: Volker Armin Hemmann wrote: Am 10.08.2014 um 08:33 schrieb Christopher Kurtis Koeber: *emerge --info =sys-devel/llvm-3.3-r3::gentoo*: Pastebin: http://pastebin.com/qF92DXSY I am not a fan of that. gcc-4.7.3, Intel-R-_Atom-TM *End Section

Re: [gentoo-user] llvm not updating with @world

2017-03-04 Thread Dutch Ingraham
On Sat, Mar 04, 2017 at 10:31:27AM -0500, Michael Orlitzky wrote: > On 03/04/2017 10:18 AM, Dutch Ingraham wrote: > > > > So, that will bring in the update, just like emerge -1a sys-devel/llvm > > will. > > > > But, why isn't --deep @world do

Re: [gentoo-user] Failed to emerge www-client/firefox-68.4.1, Log file:

2020-01-16 Thread Valmor de Almeida
On Thu, Jan 16, 2020 at 4:46 PM Daniel Frey wrote: > > On 1/16/20 10:40 AM, Valmor de Almeida wrote: > > Hello list, > > I have been trying for a while getting firefox emerged; no luck. > > Inputs appreciated. > > Thanks, > > -- > > Valmor > > >

[gentoo-user] Is LLVM bytecode the future ?

2014-08-25 Thread Ivan Viso Altamirano
This has little to do with Gentoo , but still it is a interesting debate . You can compile a great sort of programing lenguages to llvm bytecode : C(++) , java , Objetive C(++) , C# , Haskell , Rust ... And a lot more . On the other side , you CAN'T compile , lenguages like python or perl

[gentoo-user] llvm install and python_fix_shebang: EPYTHON unset

2016-07-18 Thread Andrew Lowe
Hi all, I'm attempting to update llvm & clang and am getting a failure. Portage is reporting: * ERROR: sys-devel/llvm-3.8.1::gentoo failed (install phase): * python_fix_shebang: EPYTHON unset (pkg_setup not called?) I've looked in the ebuild and can't even find a mention of EPYTHON.

Re: [gentoo-user] llvm not updating with @world

2017-03-04 Thread Dutch Ingraham
On Sat, Mar 04, 2017 at 09:55:30AM -0500, Michael Orlitzky wrote: > On 03/04/2017 09:37 AM, Dutch Ingraham wrote: > > > > Michael, thanks for your response. No, I did not do a one-shot; llvm > > was brought in by way of mesa -> gallium; this is llvm's only use on > >

Re: [gentoo-user] Failed to emerge www-client/firefox-68.4.1, Log file:

2020-01-16 Thread Daniel Frey
On 1/16/20 10:40 AM, Valmor de Almeida wrote: Hello list, I have been trying for a while getting firefox emerged; no luck. Inputs appreciated. Thanks, -- Valmor * sys-devel/clang:9 is missing! Cannot use LLVM slot 9 ... Do you have this installed? What's the output of `equery list llvm

[gentoo-user] Re: sys-devel/llvm and LLVM_TARGETS

2022-03-12 Thread Grant Edwards
On 2022-03-12, Nikos Chantziaras wrote: > On 12/03/2022 10:43, Dale wrote: >> https://bugs.gentoo.org/767700 >> >> Is that the one?  It mentions the target but I don't quite understand >> the why.  The biggest thing, will this break something if I let it do >> i

[gentoo-user] Re: sys-devel/llvm and LLVM_TARGETS

2022-03-12 Thread Nikos Chantziaras
it? No. Unlike GCC, LLVM/Clang is always a cross-compiler. You can't use LLVM/Clang to compile for the host on which it's running? Why not?

Re: [gentoo-user] ebuild ChangeLog and emerge -l

2011-05-23 Thread James Wall
is displayed, containing entries for ebuilds older than what is currently installed.  Some other times it's less dramatic, but still contains stuff that should not show up. The above seems to be the norm rather than the exception.  For example, right now I'm doing an update from llvm-2.9-r1

[gentoo-user] Re: ebuild for gcc-independent llvm and clang for linux

2013-12-25 Thread Takayuki Yamaguchi
Sorry, I mistook the operation of Gmail. I will send with full-written article again. 2013/12/26 やまぐちたかゆき tyamaguchi.gen...@gmail.com: Hello everybody, I'm going to build and install llvm and clang packages in my Linux PC as 1. Binaries of llvm and claag installed finally were compiled

Re: [gentoo-user] Emerge of sys-devel/llvm-3.3-r3 fails....

2014-08-12 Thread J. Roeleveld
On Sunday, August 10, 2014 02:33:40 AM Christopher Kurtis Koeber wrote: Hello, I am attempting to emerge xorg-server and sys-devel/llvm-3.3-r3 is pulled in as a dependency. So, when I emerge llvm it fails. Here is some relevant output: emerge --info =sys-devel/llvm-3.3-r3::gentoo

[gentoo-user] Re: Latest LLVM wants to pollute my machine with VIM stuff.....

2017-03-15 Thread Holger Hoffstätte
On Wed, 15 Mar 2017 22:33:10 +0800, Andrew Lowe wrote: > Hi all, > I'm still trying to come to grips with understanding ebuilds so please > bear with me if this is a simple question. I've just sync'd and then > done an > > emerge --ask -NuD world > > I h

Re: [gentoo-user] Re: dns/bind-tools 9.14 -> 9.16 pulling in 17 new dependencies?!

2020-07-23 Thread Peter Humphrey
On Thursday, 23 July 2020 06:45:27 BST Walter Dnes wrote: > I assume you're on unstable? Yes, I needed it for zoom. > ACCEPT_KEYWORDS="~amd64" USE="-doc -libffi -ncurses emerge -pv > =sys-devel/llvm-10.0.1 > > ...does indeed pull in sphinx. If I d

Re: [gentoo-user] Latest LLVM wants to pollute my machine with VIM stuff.....

2017-03-15 Thread Nils Freydank
Am Mittwoch, 15. März 2017, 15:33:10 CET schrieb Andrew Lowe: > Hi all, Hi, > I'm still trying to come to grips with understanding ebuilds so please > bear with me if this is a simple question. I've just sync'd and then > done an > > emerge --ask -NuD world >

Re: [gentoo-user] curses of ncurses :(

2015-08-27 Thread Alec Ten Harmsel
On Thu, Aug 27, 2015 at 05:42:07PM +0200, J. Roeleveld wrote: That solved the block for me as it ended up removing llvm What is llvm actually used for? -- Joost Some of the graphics code in mesa is written in LLVM's IR and compiled on the fly using all of the x86 extensions (SSE, AVX

Re: [gentoo-user] kdevelop broken (llvm slot issue)

2018-08-19 Thread Andrew Udvare
On 19/08/18 11:21, Alexander Puchmayr wrote: > > This issue is covered by bug https://bugs.gentoo.org/651658, which is open > since March 2018 and no progress since also March 2018. > > It seems as if multiple slots of llvm cause the problems. mesa pulls in llvm: > 5, while o

Re: [gentoo-user] Re: sys-devel/llvm and LLVM_TARGETS

2022-03-13 Thread Peter Humphrey
On Sunday, 13 March 2022 08:03:04 GMT Wols Lists wrote: > To the best of my knowledge, gcc can't currently handle Rust, so yes > LLVM is needed. (Not Clang, because it isn't C :-) (Although Firefox > probably also uses loads of C, so Clang would be needed for that.) And that's why we

[gentoo-user] Re: sys-devel/llvm and LLVM_TARGETS

2022-03-12 Thread Nikos Chantziaras
On 12/03/2022 10:43, Dale wrote: https://bugs.gentoo.org/767700 Is that the one?  It mentions the target but I don't quite understand the why.  The biggest thing, will this break something if I let it do it? No. Unlike GCC, LLVM/Clang is always a cross-compiler. This just enables some extra

[gentoo-user] Re: google-chrome can render pages after update

2023-06-12 Thread Grant Edwards
>> >> In my case, It wasn't a mesa update that triggered the problem. I >> think it was the llvm update (I haven't confirmed that). > > Did you (re)compile anything graphics related using llvm, which > might be used by the Chrome binary? No -- but as I understand it,

Re: [gentoo-user] Latest LLVM wants to pollute my machine with VIM stuff.....

2017-03-15 Thread Neil Bothwick
On Wed, 15 Mar 2017 22:33:10 +0800, Andrew Lowe wrote: > I have LLVM/clang installed and upon browsing the updates saw > app-vim/llvm-vim. This is some sort of syntax highlighting thingy for > Vim. I don't have Vim installed so went into the llvm-4.0.0 ebuild and > saw the line

[gentoo-user] kdevelop broken (llvm slot issue)

2018-08-19 Thread Andrew Udvare
On 19/08/18 11:21, Alexander Puchmayr wrote: > > This issue is covered by bug https://bugs.gentoo.org/651658, which is open > since March 2018 and no progress since also March 2018. > > It seems as if multiple slots of llvm cause the problems. mesa pulls in llvm: > 5, while o

Re: [gentoo-user] Re: dns/bind-tools 9.14 -> 9.16 pulling in 17 new dependencies?!

2020-07-22 Thread Walter Dnes
On Wed, Jul 22, 2020 at 09:46:34AM +0100, Peter Humphrey wrote > > So it doesn't even depend on the doc USE flag. > Strange. On my system... == USE="-doc" emerge -pv llvm [i660][root][~] USE=&qu

Re: [gentoo-user] Chromium build process tries wrong LLVM

2023-05-01 Thread Michael
On Monday, 1 May 2023 00:34:11 BST Alan Grimes wrote: > There does not seem to be a gcc-config or eselect for LLVM / clang > > The ebuild for today's chromium requires LLVM 16 -> LLVM 16 is > installed. Fine so far... > > So therefore something sel

Re: [gentoo-user] Re: rubinius fails to emerge with error about llvm-config

2012-08-20 Thread covici
suggestions would be appreciated. Check our bug database: https://bugs.gentoo.org/show_bug.cgi?id=417533 Thanks -- that did it -- I downgraded llvm and that fixed things. I did a search at bugs.gentoo.org for rubinius llvm, but that bug did not come up in the search. -- Your life is like

Re: [gentoo-user] curses of ncurses :(

2015-08-27 Thread Marc Joliet
Am Thu, 27 Aug 2015 17:42:07 +0200 schrieb J. Roeleveld jo...@antarean.org: I only had 1 required by set. Which basically got me to remove the llvm use-flag from mesa. That solved the block for me as it ended up removing llvm [...] FWIW, my experience yesterday was that you should be able

Re: [gentoo-user] Can't compile media-libs/mesa - do I need gallium?

2017-07-17 Thread Mart Raudsepp
Ühel kenal päeval, E, 17.07.2017 kell 03:46, kirjutas Rasmus Thomsen: > Hello, > > > undefined reference to > `llvm::RTDyldMemoryManager::getSymbolAddressInProcess(std::__cxx11::b > asic_string , std::allocator > const&)'  > > Seems to be the error, maybe you ha

Re: [gentoo-user] Problems copmiling firefox 57.0 (linking phase)

2017-11-15 Thread Adam Carter
> > thread '' panicked at 'Unable to find libclang: "the > `libclang` shared library could not be opened: > /usr/lib64/llvm/5/lib64/libclang.so.5.0"', src/libcore/result.rs:860 > stack backtrace: > > Short of the file missing, no idea what could be the root cause.

Re: [gentoo-user] kdevelop broken (llvm slot issue)

2018-08-19 Thread Alexander Puchmayr
Am Sonntag, 19. August 2018, 17:57:55 CEST schrieb Andrew Udvare: > > I am not having issues with KDevelop with Clang support and I have > everything on the latest version: > > LLVM 6.0.1-r1 libffi ncurses > Clang 6.0.1 +static-analyzer LLVM_TARGETS="AMDGPU BPF NVPTX X86&

Re: [gentoo-user] Re: Failed to emerge www-client/firefox-68.4.1, Log file:

2020-01-17 Thread Mick
On Friday, 17 January 2020 00:19:50 GMT Ian Zimmerman wrote: > On 2020-01-16 13:45, Daniel Frey wrote: > > > * sys-devel/clang:9 is missing! Cannot use LLVM slot 9 ... > > > > Do you have this installed? > > FWIW, I get that message too during firefox builds (at t

Re: [gentoo-user] Re: sys-devel/llvm and LLVM_TARGETS

2022-03-13 Thread Wols Lists
On 12/03/2022 17:36, Dale wrote: I've sort of read about llvm and clang and I seem to recall things like Firefox needing them or something. I've just watched firefox emerging (yes I know, paint drying and all that :-), and there's loads of Rust code in there. To the best of my knowledge

[gentoo-user] Problem when going to install refind and using musl/llvm profile

2024-04-04 Thread Andrew Lowe
Hi all, I'm attempting to set up a new machine. I want to try out the musl/llvm combo, profile 70, but am having troubles with the refind boot manager. When I attempt to emerge refind, I get, during the "pretend phase": * ERROR: sys-boot/refind-0.14.0.2-r1::gentoo faile

Re: [gentoo-user] llvm compile error

2014-01-23 Thread Silvio Siefke
Hello, ok the version 3.3 run without problems, i think the 3.4. make troubles and the package Maintainer from Gentoo has hardmasked. Thank you for help Nice Day Silvio

[gentoo-user] Re: Is LLVM bytecode the future ?

2014-08-25 Thread Ivan Viso Altamirano
Sorry , i accidentally send it . What i wanted to say is that , Theoretically , you can : 1) Native compile statically typed non-native lenguages 2) Recompile binaries for another architecture and even plataforms . 3) Achive a .NET like CLI , but even better . And , notice , that the LLVM garbage

Re: [gentoo-user] llvm install and python_fix_shebang: EPYTHON unset

2016-07-18 Thread Fernando Rodriguez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 07/18/2016 07:19 AM, Andrew Lowe wrote: > Hi all, > I'm attempting to update llvm & clang and am getting a failure. Portage > is reporting: > > * ERROR: sys-devel/llvm-3.8.1::gentoo failed (install phase): >

Re: [gentoo-user] Re: llvm compile error

2014-01-23 Thread Silvio Siefke
make emerge -av clang and become gentoomobile siefke # emerge -av clang These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N~] sys-devel/llvm-3.4:0/3.4 USE=clang libffi ncurses python static-analyzer xml -debug -doc -gold -multitarget -ocaml

[gentoo-user] Re: llvm clang ABI confusion

2016-02-10 Thread James
Alan McKinnon gmail.com> writes: > 1. Relax your stance and accept that some software out there that you > might want is 32 bits > 2. Refuse to have 32 bits, so give up on llvm and clang. Find something > else and move on. > You must pick one of those two. There is no mag

Re: [gentoo-user] Re: dns/bind-tools 9.14 -> 9.16 pulling in 17 new dependencies?!

2020-07-23 Thread Wols Lists
On 23/07/20 06:45, Walter Dnes wrote: > ...does indeed pull in sphinx. If I didn't know any better, I'd say > that Lennart is behind this. Anyhow, I've managed to avoid llvm > altogether (USE="-llvm"), so I don't have that problem. I think you might find sphinx is a depen

Re: [gentoo-user] Re: sys-devel/llvm and LLVM_TARGETS

2022-03-12 Thread Wols Lists
On 12/03/2022 14:22, Nikos Chantziaras wrote: On 12/03/2022 10:43, Dale wrote: https://bugs.gentoo.org/767700 Is that the one?  It mentions the target but I don't quite understand the why.  The biggest thing, will this break something if I let it do it? No. Unlike GCC, LLVM/Clang is always

Re: [gentoo-user] Re: google-chrome can render pages after update

2023-06-12 Thread Michael
gt; >> -disable-gpu-driver-bug-workarounds option avoids the problem. > >> > >> In my case, It wasn't a mesa update that triggered the problem. I > >> think it was the llvm update (I haven't confirmed that). > > > > Did you (re)compile anything graphic

Re: [gentoo-user] Epic list of total FAIL.

2015-08-20 Thread Terry Z.
├── media-sound │ └── playmidi-2.5-r2 ├── media-video │ └── vcdimager-0.7.24 ├── sci-libs │ └── gdal-2.0.0 └── sys-devel └── llvm-3.6.2 36 directories, 0 files tortoise portage # ### In file included from

Re: [gentoo-user] Epic list of total FAIL.

2015-08-20 Thread Fernando Rodriguez
│ └── mesa-10.6.3 ├── media-sound │ └── playmidi-2.5-r2 ├── media-video │ └── vcdimager-0.7.24 ├── sci-libs │ └── gdal-2.0.0 └── sys-devel └── llvm-3.6.2 36 directories, 0 files tortoise portage

[gentoo-user] Epic list of total FAIL.

2015-08-20 Thread Alan Grimes
-libs │ └── gdal-2.0.0 └── sys-devel └── llvm-3.6.2 36 directories, 0 files tortoise portage # ### In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4/functional:55:0, from /var/tmp

Re: [gentoo-user] Epic list of total FAIL.

2015-08-20 Thread Alan McKinnon
├── media-sound │ └── playmidi-2.5-r2 ├── media-video │ └── vcdimager-0.7.24 ├── sci-libs │ └── gdal-2.0.0 └── sys-devel └── llvm-3.6.2 36 directories, 0 files tortoise portage # ### In file included from /usr

Re: [gentoo-user] llvm compile error

2014-01-24 Thread Silvio Siefke
Hello, On Fri, 24 Jan 2014 09:00:26 +0200 Alan McKinnon alan.mckin...@gmail.com wrote: llvm-3.4 is not hardmasked. It is marked ~x86 which is something very different. Correct, i mean Clang in version 3.4 is hardmasked. I want install clang alone llvm i not need. I think mesa use llvm too

[gentoo-user] mesa-12.0.1 fails to emerge

2017-02-07 Thread Mick
How could I go beyond this point? /var/tmp/portage/media- libs/mesa-12.0.1/work/mesa-12.0.1/src/gallium/state_track ers/clover/llvm/invocation.cpp:212:75: error: no matching function for call to ‘ clang::CompilerInvocation::setLangDefaults(clang

Re: [gentoo-user] curses of ncurses :(

2015-08-28 Thread J. Roeleveld
On Thursday, August 27, 2015 07:13:58 PM Marc Joliet wrote: Am Thu, 27 Aug 2015 17:42:07 +0200 schrieb J. Roeleveld jo...@antarean.org: I only had 1 required by set. Which basically got me to remove the llvm use-flag from mesa. That solved the block for me as it ended up removing llvm

Re: [gentoo-user] llvm not updating with @world

2017-03-04 Thread Michael Orlitzky
On 03/04/2017 09:37 AM, Dutch Ingraham wrote: > > Michael, thanks for your response. No, I did not do a one-shot; llvm > was brought in by way of mesa -> gallium; this is llvm's only use on > this system as far as I know. > > Also, 'emerge -ac' shows no packages to remove.

Re: [gentoo-user] Can't compile media-libs/mesa - do I need gallium?

2017-07-17 Thread Mart Raudsepp
Ühel kenal päeval, E, 17.07.2017 kell 12:00, kirjutas Mart Raudsepp: > Ühel kenal päeval, E, 17.07.2017 kell 03:46, kirjutas Rasmus Thomsen: > > Hello, > > > > > undefined reference to > > > > `llvm::RTDyldMemoryManager::getSymbolAddressInProcess(std::_

[gentoo-user] Re: problem dropping Python 2.7

2019-09-12 Thread Holger Hoffstätte
On 9/12/19 10:13 AM, Nikos Chantziaras wrote: As for getting around the first 3, you need to uninstall everything that depends on them and then unmerge them. I don't know how feasible that is, because some important packages probably depend on LLVM? Not sure. Right now, Python 2.7 is required

Re: [gentoo-user] llvm fails to emerge

2020-10-19 Thread Ashley Dixon
On Mon, Oct 19, 2020 at 03:22:00PM +0200, n952162 wrote: > I think I've run into similar kinds of errors before, which may have be > due to demanding too much from my vbox, so I tried setting -j1, but that It's possible, admittedly probable, that you're running out of memory.

Re: [gentoo-user] Re: dns/bind-tools 9.14 -> 9.16 pulling in 17 new dependencies?!

2020-07-22 Thread Walter Dnes
> > Strange. On my system... > > > > But if you upgrade to 10.0.1, as I did today, you'll find things have > changed. > At least, I did. I assume you're on unstable? ACCEPT_KEYWORDS="~amd64" USE="-doc -libffi -ncurses emerge -pv =sys-devel/llvm-10.0.1

Re: [gentoo-user] Re: dns/bind-tools 9.14 -> 9.16 pulling in 17 new dependencies?!

2020-07-23 Thread Ashley Dixon
On Thu, Jul 23, 2020 at 01:45:27AM -0400, Walter Dnes wrote: > ACCEPT_KEYWORDS="~amd64" USE="-doc -libffi -ncurses emerge -pv > =sys-devel/llvm-10.0.1 > > ...does indeed pull in sphinx. If I didn't know any better, I'd say > that Lennart is behind this. Anyh

Re: [gentoo-user] sys-devel/llvm and LLVM_TARGETS

2022-03-12 Thread Michael
On Saturday, 12 March 2022 01:34:45 GMT Dale wrote: > Howdy, > > I just noticed this in my updates: > > [ebuild U ] sys-devel/llvm-13.0.1:13::gentoo [13.0.0:13::gentoo] > USE="binutils-plugin%* libffi ncurses xml -debug -doc -exegesis -libedit > -test -xar -z3

Re: [gentoo-user] Remove rust completely

2022-05-12 Thread Wols Lists
and their build time (gcc, bin-utils, llvm, clang ... etc.) and now rust. Tongue in cheek, but have you tried doing away with gcc, clang etc? If you're going to use a source-based system, a bunch of compilers "comes with the territory". Many people see Rust as a "better C than C"

[gentoo-user] llvm clang ABI confusion

2016-02-10 Thread James
ebuild U ~] dev-lang/scala-2.10.6:2.10/2.10.6::gentoo [2.10.4-r2:2.10/2.10.4::gentoo] USE="source -binary -doc -emacs" 82,629 KiB Total: 3 packages (3 upgrades), Size of downloads: 292,827 KiB WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:

Re: [gentoo-user] portage has 0 debugging support for binary emerges

2021-09-06 Thread n952162
on a binary server and decides it's not eligible, it should report the reason for rejecting it. Is it possible to make requests for improvements in gentoo? In the current case, llvm-common came across as binary, thunderbird and firefox are also listed as a *binary* update, but llvm is an *ebuild

Re: [gentoo-user] Odd Update Issue

2014-05-27 Thread Walter Dnes
On Tue, May 27, 2014 at 08:58:56PM -0400, Hunter Jozwiak wrote VIDEOCARDS equals nouveauinin radeoninin vmwareinin media-libs/mesa-10.0.4 was built with the following: USE equals classic egl gallium gbm llvm nptl xa combindist comdebug comgles1 comgles2 comllvm-shared-libs comopencl

[gentoo-user] Re: llvm clang ABI confusion

2016-02-10 Thread James
James tampabay.rr.com> writes: > > 1. Relax your stance and accept that some software out there that you > > might want is 32 bits > > 2. Refuse to have 32 bits, so give up on llvm and clang. Find something > > else and move on. > > You must pick one of th

[gentoo-user] Portage getting slicker?

2016-07-13 Thread James
0.6::gentoo USE="classic dri3 egl gallium gbm gles2 llvm nptl openmax udev vaapi vdpau xvmc -bindist -d3d9 -debug -gles1 -opencl -osmesa -pax_kernel -pic (-selinux) -wayland -xa" ABI_X86="32 (64) (-x32)" VIDEO_CARDS="radeon radeonsi (-freedreno) -i915 -i965 -ilo -intel -nou

Re: [gentoo-user] Portage getting slicker?

2016-07-13 Thread Alan McKinnon
-libs/mesa-11.0.6::gentoo USE="classic dri3 egl gallium gbm gles2 llvm nptl openmax udev vaapi vdpau xvmc -bindist -d3d9 -debug -gles1 -opencl -osmesa -pax_kernel -pic (-selinux) -wayland -xa" ABI_X86="32 (64) (-x32)" VIDEO_CARDS="radeon radeonsi (-freedreno) -i915 -i965 -il

Re: [gentoo-user] llvm install and python_fix_shebang: EPYTHON unset

2016-07-18 Thread Andrew Lowe
On 18/07/16 20:03, Fernando Rodriguez wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 07/18/2016 07:19 AM, Andrew Lowe wrote: Hi all, I'm attempting to update llvm & clang and am getting a failure. Portage is reporting: * ERROR: sys-devel/llvm-3.8.1::gentoo failed (ins

Re: [gentoo-user] Re: dns/bind-tools 9.14 -> 9.16 pulling in 17 new dependencies?!

2020-07-22 Thread Peter Humphrey
; > And lo! 17 packages were removed by depclean! And woe! Sphinx is pulled back in again by llvm today. :( # less $(equery w llvm) RDEPEND --->8 $(python_gen_any_dep ' dev-python/sphinx[${PYTHON_USEDEP}] doc? ( dev-python/recommonmark[${PYT

Re: [gentoo-user] Re: sys-devel/llvm and LLVM_TARGETS

2022-03-13 Thread Dale
Peter Humphrey wrote: > On Sunday, 13 March 2022 08:03:04 GMT Wols Lists wrote: > >> To the best of my knowledge, gcc can't currently handle Rust, so yes >> LLVM is needed. (Not Clang, because it isn't C :-) (Although Firefox >> probably also uses loads of C,

[gentoo-user] sys-devel/llvm and LLVM_TARGETS

2022-03-11 Thread Dale
Howdy, I just noticed this in my updates: [ebuild U ] sys-devel/llvm-13.0.1:13::gentoo [13.0.0:13::gentoo] USE="binutils-plugin%* libffi ncurses xml -debug -doc -exegesis -libedit -test -xar -z3 (-gold%*)" ABI_X86="32 (64) (-x32)" LLVM_TARGETS="(AArch64*) (A

Re: [gentoo-user] Thunderbird build failure ..

2023-01-04 Thread Dr Rainer Woitok
Cal, On Sunday, 2023-01-01 13:21:34 -0800, you wrote: > ... > You're right, it looks like the Thunderbird ebuild has a clang USE > turned on by default; On my rig "clang" and "llvm" used about 90 minutes each to build and af- terwards often caused rebuilds for ot

[gentoo-user] Chromium build process tries wrong LLVM

2023-04-30 Thread Alan Grimes
There does not seem to be a gcc-config or eselect for LLVM / clang The ebuild for today's chromium requires LLVM 16 -> LLVM 16 is installed.  Fine so far... So therefore something selects llvm 15 to build =( # *  sys-devel/clang   Latest version availa

Re: [gentoo-user] llvm / clang compile error

2016-08-16 Thread Fernando Rodriguez
On 08/16/2016 04:43 PM, Silvio Siefke wrote: > Hello, > > I'm trying to install llvm for days. But all versions fail with the > error message "internal compiler error: Killed (program cc1plus)". > > The last lines in the build log. > > [1820/2304] /usr/lib6

[gentoo-user] llvm / clang compile error

2016-08-16 Thread Silvio Siefke
Hello, I'm trying to install llvm for days. But all versions fail with the error message "internal compiler error: Killed (program cc1plus)". The last lines in the build log. [1820/2304] /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-g++ -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_OBJ

[gentoo-user] Re: rubinius fails to emerge with error about llvm-config

2012-08-20 Thread Hans de Graaff
On Sun, 19 Aug 2012 16:02:15 -0400, covici wrote: Hi. In my update world of today, the system wanted to emerge rubinius -- for reasons known only to itself -- however it fails to emerge during its config phase with the following output: Any suggestions would be appreciated. Check our bug

Re: [gentoo-user] llvm compile error

2014-01-24 Thread Chris Stout
FreeBSD use it and say is stable. FreeBSD maybe not the reference on earth but the BSD's make a good job. When i saw all versions of Clang is masked. Isn't FBSD more similar than, say, Linux, to what OSX is, sort of? I could be way off. But I think of OSX as being FBSD built for people

Re: [gentoo-user] llvm compile error

2014-01-24 Thread Alan McKinnon
On 24/01/2014 20:44, Silvio Siefke wrote: Hello, On Fri, 24 Jan 2014 09:00:26 +0200 Alan McKinnon alan.mckin...@gmail.com wrote: llvm-3.4 is not hardmasked. It is marked ~x86 which is something very different. Correct, i mean Clang in version 3.4 is hardmasked. I want install clang

[gentoo-user] Re: Is LLVM bytecode the future ?

2014-08-25 Thread James
Ivan Viso Altamirano ivanviso123 at gmail.com writes: This has little to do with Gentoo , but still it is a interesting debate .  You can compile a great sort of programing lenguages to llvm bytecode : C(++) , java , Objetive C(++) , C# , Haskell , Rust ... And a lot more . On the other

  1   2   3   4   5   >