Re: Build Mesa with a different toolchain version

2021-06-02 Thread Thiago Jung Bauermann
Em quarta-feira, 2 de junho de 2021, às 08:13:17 -03, Tobias Geerinckx-Rice escreveu: > Two notes after a calming walk in the woods: Always a good idea! > Tobias Geerinckx-Rice 写道: > > > no package has a ‘gcc-toolchain’ input. > > Not true: 2 do. I meant that ‘the toolchain’ used to build >

Re: Build Mesa with a different toolchain version

2021-06-02 Thread Thiago Jung Bauermann
Hello, Thank you for your response. Em quarta-feira, 2 de junho de 2021, às 06:42:41 -03, Tobias Geerinckx-Rice escreveu: > Thiago, > > Thiago Jung Bauermann 写道: > > > $ guix build --system=i686-linux \ > > > > --with-input=gcc-toolchain=gcc-toolchain@10.3.0 mesa > > > > […] > >

Re: Build Mesa with a different toolchain version

2021-06-02 Thread Thiago Jung Bauermann
Hi, Thank you for your response. Em quarta-feira, 2 de junho de 2021, às 06:22:48 -03, Efraim Flashner escreveu: > On Tue, Jun 01, 2021 at 09:46:56PM -0300, Thiago Jung Bauermann wrote: > > Hello, > > > > I'm having and issue with Mesa on i686-linux which I suspect is caused > > by the version

Symbol lookup error: log10f, version GLIBCXX_3.4

2021-06-02 Thread Paul A. Patience
Hi, I modified the stock dealii package to update it to 9.3.0 (along with some other minor changes), but when I try to run an example provided with deal.II, I get the following error: ./step-70: symbol lookup error: /gnu/store/7gqbjm6dhczb9zkv7xhk7wvcm0b1mv72-profile/lib/libdeal_II.g.so.9.3.0:

Re: Xdm trisquel login fails after installing gajim on a fresh guix install (works after rolling back)

2021-06-02 Thread David Lecompte
On Wed, 2 Jun 2021 10:30:17 -0300 "Adonay Felipe Nogueira via" wrote: > It might not be enough, but did you enable build substitutes when you were > asked by the guix installation script? Actually, I don't remember seeing that question. Maybe they are disabled then, I will enable them. > In

Re: user services: how ?

2021-06-02 Thread Luis Felipe
Hi Adriano, On Wednesday, June 2, 2021 9:38 AM, Adriano Peluso wrote: > I have Guix installed on a foreign distro (Ubuntu) > > Can I run an ipfs node using the Guix provided ipfs package ? > > I think I read somewhere that running user services is possible but I > don't remember where Maybe

Re: Xdm trisquel login fails after installing gajim on a fresh guix install (works after rolling back)

2021-06-02 Thread Adonay Felipe Nogueira via
Hi there, Em 02/06/2021 05:16, David Lecompte escreveu: > One small remark though: at various times, there are messages > recommending to set PATH, GUIX_PATH or GUIX_LOCPATH but these variables > are actually set automatically as part of the installation process, so > these messages are a bit

user services: how ?

2021-06-02 Thread Adriano Peluso
I have Guix installed on a foreign distro (Ubuntu) Can I run an ipfs node using the Guix provided ipfs package ? I think I read somewhere that running user services is possible but I don't remember where Thanks

Re: Build Mesa with a different toolchain version

2021-06-02 Thread Tobias Geerinckx-Rice
Two notes after a calming walk in the woods: Tobias Geerinckx-Rice 写道: no package has a ‘gcc-toolchain’ input. Not true: 2 do. I meant that ‘the toolchain’ used to build everything… It is not used internally by Guix. …is not the "gcc-toolchain" package as such. (package (inherit

Re: Build Mesa with a different toolchain version

2021-06-02 Thread Tobias Geerinckx-Rice
Thiago Jung Bauermann 写道: (define gcc->gcc-10 (package-input-rewriting `((,gcc-7 . ,gcc-10) (,(make-libstdc++ gcc-7) . ,(make-libstdc++ gcc-10) (define-public mesa-10 (package (inherit (gcc->gcc-10 mesa)) (name

Re: Build Mesa with a different toolchain version

2021-06-02 Thread Tobias Geerinckx-Rice
Thiago, Thiago Jung Bauermann 写道: $ guix build --system=i686-linux \ --with-input=gcc-toolchain=gcc-toolchain@10.3.0 mesa […] successfully built /gnu/store/bg01dw0178yb7v9xr4zmq5f05200f2ql-mesa-20.2.4.drv /gnu/store/mvy7pl73yqrd9pi3k3xq14i6dmnfbl8s-mesa-20.2.4-bin

Re: Build Mesa with a different toolchain version

2021-06-02 Thread Efraim Flashner
On Tue, Jun 01, 2021 at 09:46:56PM -0300, Thiago Jung Bauermann wrote: > Hello, > > I'm having and issue with Mesa on i686-linux which I suspect is caused by > the version of GCC used to build it (i.e. 7.5.0). > > To test my theory, I'm trying to build Mesa with a newer version of the >

Re: Build Mesa with a different toolchain version

2021-06-02 Thread Thiago Jung Bauermann
After sending the email, I thought of another thing to try, but it didn't help. I thought I'd mention it here for completeness: Try #3: Using this definition in my local channel: ``` (define gcc->gcc-10 (package-input-rewriting `((,gcc-7 . ,gcc-10)

Build Mesa with a different toolchain version

2021-06-02 Thread Thiago Jung Bauermann
Hello, I'm having and issue with Mesa on i686-linux which I suspect is caused by the version of GCC used to build it (i.e. 7.5.0). To test my theory, I'm trying to build Mesa with a newer version of the compiler. I tried a few different things, but none worked. I would be grateful if someone

Xdm trisquel login fails after installing gajim on a fresh guix install (works after rolling back)

2021-06-02 Thread David Lecompte
Hi all, I installed Guix on Trisquel 9 on an X200 following advice from the section 2 of the manual. I ran the script mentioned in the first note with sudo and made the guess that it replaces the steps from sections 2.1 up to 2.5 included, even though that is not mentioned. Then, following