all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: 01/03: gnu: glm: Update to 0.9.9.0.
       [not found] ` <20180728161316.0965120566@vcs0.savannah.gnu.org>
@ 2018-07-29 19:15   ` Mark H Weaver
  2018-07-29 19:30     ` Gábor Boskovits
                       ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Mark H Weaver @ 2018-07-29 19:15 UTC (permalink / raw)
  To: Marius Bakke; +Cc: guix-devel

Hi Marius,

mbakke@fastmail.com (Marius Bakke) writes:

> mbakke pushed a commit to branch master
> in repository guix.
>
> commit 5ea4b5943d4ce427900bb2e2e49ce27d2b293404
> Author: Marius Bakke <mbakke@fastmail.com>
> Date:   Sat Jul 28 17:55:04 2018 +0200
>
>     gnu: glm: Update to 0.9.9.0.

Unfortunately, this commit seems to have broken the libreoffice build,
which now fails with the following error:

--8<---------------cut here---------------start------------->8---
[build CXX] vcl/workben/icontest.cxx
[build CXX] vcl/backendtest/VisualBackendTest.cxx
In file included from /tmp/guix-build-libreoffice-6.0.5.1.drv-0/libreoffice-6.0.5.1/vcl/workben/icontest.cxx:23:0:
/gnu/store/lfnmqgl6kmxnjxmjlxhpdwcs14ch2rgr-glm-0.9.9.0/include/glm/gtx/bit.hpp:19:3: error: #error "GLM: GLM_GTX_bit is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
 # error "GLM: GLM_GTX_bit is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
   ^
[build CXX] vcl/workben/mtfdemo.cxx
[build CXX] vcl/workben/svdem.cxx
[build CXX] vcl/workben/fftester.cxx
[build CXX] vcl/workben/svptest.cxx
make[1]: *** [/tmp/guix-build-libreoffice-6.0.5.1.drv-0/libreoffice-6.0.5.1/solenv/gbuild/LinkTarget.mk:293: /tmp/guix-build-libreoffice-6.0.5.1.drv-0/libreoffice-6.0.5.1/workdir/CxxObject/vcl/workben/icontest.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:269: build] Error 2
--8<---------------cut here---------------end--------------->8---

The failed build on Hydra is <https://hydra.gnu.org/build/2937188>.

The previous build <https://hydra.gnu.org/build/2933203> was part of
Hydra evaluation 110136 at Guix commit b15a020, and was successful.

Could you take a look?

       Mark

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 01/03: gnu: glm: Update to 0.9.9.0.
  2018-07-29 19:15   ` 01/03: gnu: glm: Update to 0.9.9.0 Mark H Weaver
@ 2018-07-29 19:30     ` Gábor Boskovits
  2018-07-29 21:36     ` bug#32302: " Marius Bakke
  2018-07-29 21:36     ` Marius Bakke
  2 siblings, 0 replies; 6+ messages in thread
From: Gábor Boskovits @ 2018-07-29 19:30 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: Guix-devel

[-- Attachment #1: Type: text/plain, Size: 2149 bytes --]

Mark H Weaver <mhw@netris.org> ezt írta (időpont: 2018. júl. 29., V, 21:17):

> Hi Marius,
>
> mbakke@fastmail.com (Marius Bakke) writes:
>
> > mbakke pushed a commit to branch master
> > in repository guix.
> >
> > commit 5ea4b5943d4ce427900bb2e2e49ce27d2b293404
> > Author: Marius Bakke <mbakke@fastmail.com>
> > Date:   Sat Jul 28 17:55:04 2018 +0200
> >
> >     gnu: glm: Update to 0.9.9.0.
>
> Unfortunately, this commit seems to have broken the libreoffice build,
> which now fails with the following error:
>
> --8<---------------cut here---------------start------------->8---
> [build CXX] vcl/workben/icontest.cxx
> [build CXX] vcl/backendtest/VisualBackendTest.cxx
> In file included from
> /tmp/guix-build-libreoffice-6.0.5.1.drv-0/libreoffice-6.0.5.1/vcl/workben/icontest.cxx:23:0:
> /gnu/store/lfnmqgl6kmxnjxmjlxhpdwcs14ch2rgr-glm-0.9.9.0/include/glm/gtx/bit.hpp:19:3:
> error: #error "GLM: GLM_GTX_bit is an experimental extension and may change
> in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if
> you really want to use it."
>  # error "GLM: GLM_GTX_bit is an experimental extension and may change in
> the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you
> really want to use it."
>    ^
> [build CXX] vcl/workben/mtfdemo.cxx
> [build CXX] vcl/workben/svdem.cxx
> [build CXX] vcl/workben/fftester.cxx
> [build CXX] vcl/workben/svptest.cxx
> make[1]: ***
> [/tmp/guix-build-libreoffice-6.0.5.1.drv-0/libreoffice-6.0.5.1/solenv/gbuild/LinkTarget.mk:293:
> /tmp/guix-build-libreoffice-6.0.5.1.drv-0/libreoffice-6.0.5.1/workdir/CxxObject/vcl/workben/icontest.o]
> Error 1
> make[1]: *** Waiting for unfinished jobs....
> make: *** [Makefile:269: build] Error 2
> --8<---------------cut here---------------end--------------->8---
>
> The failed build on Hydra is <https://hydra.gnu.org/build/2937188>.
>
> The previous build <https://hydra.gnu.org/build/2933203> was part of
> Hydra evaluation 110136 at Guix commit b15a020, and was successful.
>
> Could you take a look?
>
>
This is also tracked as #32302.


>        Mark
>
>

[-- Attachment #2: Type: text/html, Size: 2969 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#32302: 01/03: gnu: glm: Update to 0.9.9.0.
  2018-07-29 19:15   ` 01/03: gnu: glm: Update to 0.9.9.0 Mark H Weaver
  2018-07-29 19:30     ` Gábor Boskovits
@ 2018-07-29 21:36     ` Marius Bakke
  2018-07-29 21:36     ` Marius Bakke
  2 siblings, 0 replies; 6+ messages in thread
From: Marius Bakke @ 2018-07-29 21:36 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: guix-devel, 32302-done

[-- Attachment #1: Type: text/plain, Size: 2088 bytes --]

Mark H Weaver <mhw@netris.org> writes:

> Hi Marius,
>
> mbakke@fastmail.com (Marius Bakke) writes:
>
>> mbakke pushed a commit to branch master
>> in repository guix.
>>
>> commit 5ea4b5943d4ce427900bb2e2e49ce27d2b293404
>> Author: Marius Bakke <mbakke@fastmail.com>
>> Date:   Sat Jul 28 17:55:04 2018 +0200
>>
>>     gnu: glm: Update to 0.9.9.0.
>
> Unfortunately, this commit seems to have broken the libreoffice build,
> which now fails with the following error:
>
> --8<---------------cut here---------------start------------->8---
> [build CXX] vcl/workben/icontest.cxx
> [build CXX] vcl/backendtest/VisualBackendTest.cxx
> In file included from /tmp/guix-build-libreoffice-6.0.5.1.drv-0/libreoffice-6.0.5.1/vcl/workben/icontest.cxx:23:0:
> /gnu/store/lfnmqgl6kmxnjxmjlxhpdwcs14ch2rgr-glm-0.9.9.0/include/glm/gtx/bit.hpp:19:3: error: #error "GLM: GLM_GTX_bit is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
>  # error "GLM: GLM_GTX_bit is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
>    ^
> [build CXX] vcl/workben/mtfdemo.cxx
> [build CXX] vcl/workben/svdem.cxx
> [build CXX] vcl/workben/fftester.cxx
> [build CXX] vcl/workben/svptest.cxx
> make[1]: *** [/tmp/guix-build-libreoffice-6.0.5.1.drv-0/libreoffice-6.0.5.1/solenv/gbuild/LinkTarget.mk:293: /tmp/guix-build-libreoffice-6.0.5.1.drv-0/libreoffice-6.0.5.1/workdir/CxxObject/vcl/workben/icontest.o] Error 1
> make[1]: *** Waiting for unfinished jobs....
> make: *** [Makefile:269: build] Error 2
> --8<---------------cut here---------------end--------------->8---
>
> The failed build on Hydra is <https://hydra.gnu.org/build/2937188>.
>
> The previous build <https://hydra.gnu.org/build/2933203> was part of
> Hydra evaluation 110136 at Guix commit b15a020, and was successful.
>
> Could you take a look?

Hello!  Sorry for this breakage.

This is fixed in 1743172cdb420aafb2b417ee588e6d1bc66eebab, thanks for
reporting it!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 01/03: gnu: glm: Update to 0.9.9.0.
  2018-07-29 19:15   ` 01/03: gnu: glm: Update to 0.9.9.0 Mark H Weaver
  2018-07-29 19:30     ` Gábor Boskovits
  2018-07-29 21:36     ` bug#32302: " Marius Bakke
@ 2018-07-29 21:36     ` Marius Bakke
  2018-07-30  1:10       ` Mark H Weaver
  2018-07-30  1:10       ` bug#32302: " Mark H Weaver
  2 siblings, 2 replies; 6+ messages in thread
From: Marius Bakke @ 2018-07-29 21:36 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: guix-devel, 32302-done

[-- Attachment #1: Type: text/plain, Size: 2088 bytes --]

Mark H Weaver <mhw@netris.org> writes:

> Hi Marius,
>
> mbakke@fastmail.com (Marius Bakke) writes:
>
>> mbakke pushed a commit to branch master
>> in repository guix.
>>
>> commit 5ea4b5943d4ce427900bb2e2e49ce27d2b293404
>> Author: Marius Bakke <mbakke@fastmail.com>
>> Date:   Sat Jul 28 17:55:04 2018 +0200
>>
>>     gnu: glm: Update to 0.9.9.0.
>
> Unfortunately, this commit seems to have broken the libreoffice build,
> which now fails with the following error:
>
> --8<---------------cut here---------------start------------->8---
> [build CXX] vcl/workben/icontest.cxx
> [build CXX] vcl/backendtest/VisualBackendTest.cxx
> In file included from /tmp/guix-build-libreoffice-6.0.5.1.drv-0/libreoffice-6.0.5.1/vcl/workben/icontest.cxx:23:0:
> /gnu/store/lfnmqgl6kmxnjxmjlxhpdwcs14ch2rgr-glm-0.9.9.0/include/glm/gtx/bit.hpp:19:3: error: #error "GLM: GLM_GTX_bit is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
>  # error "GLM: GLM_GTX_bit is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
>    ^
> [build CXX] vcl/workben/mtfdemo.cxx
> [build CXX] vcl/workben/svdem.cxx
> [build CXX] vcl/workben/fftester.cxx
> [build CXX] vcl/workben/svptest.cxx
> make[1]: *** [/tmp/guix-build-libreoffice-6.0.5.1.drv-0/libreoffice-6.0.5.1/solenv/gbuild/LinkTarget.mk:293: /tmp/guix-build-libreoffice-6.0.5.1.drv-0/libreoffice-6.0.5.1/workdir/CxxObject/vcl/workben/icontest.o] Error 1
> make[1]: *** Waiting for unfinished jobs....
> make: *** [Makefile:269: build] Error 2
> --8<---------------cut here---------------end--------------->8---
>
> The failed build on Hydra is <https://hydra.gnu.org/build/2937188>.
>
> The previous build <https://hydra.gnu.org/build/2933203> was part of
> Hydra evaluation 110136 at Guix commit b15a020, and was successful.
>
> Could you take a look?

Hello!  Sorry for this breakage.

This is fixed in 1743172cdb420aafb2b417ee588e6d1bc66eebab, thanks for
reporting it!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#32302: 01/03: gnu: glm: Update to 0.9.9.0.
  2018-07-29 21:36     ` Marius Bakke
  2018-07-30  1:10       ` Mark H Weaver
@ 2018-07-30  1:10       ` Mark H Weaver
  1 sibling, 0 replies; 6+ messages in thread
From: Mark H Weaver @ 2018-07-30  1:10 UTC (permalink / raw)
  To: Marius Bakke; +Cc: guix-devel, 32302-done

Marius Bakke <mbakke@fastmail.com> writes:
> This is fixed in 1743172cdb420aafb2b417ee588e6d1bc66eebab, thanks for
> reporting it!

Thanks for the quick fix, Marius!

      Mark

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 01/03: gnu: glm: Update to 0.9.9.0.
  2018-07-29 21:36     ` Marius Bakke
@ 2018-07-30  1:10       ` Mark H Weaver
  2018-07-30  1:10       ` bug#32302: " Mark H Weaver
  1 sibling, 0 replies; 6+ messages in thread
From: Mark H Weaver @ 2018-07-30  1:10 UTC (permalink / raw)
  To: Marius Bakke; +Cc: guix-devel, 32302-done

Marius Bakke <mbakke@fastmail.com> writes:
> This is fixed in 1743172cdb420aafb2b417ee588e6d1bc66eebab, thanks for
> reporting it!

Thanks for the quick fix, Marius!

      Mark

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-07-30  1:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20180728161315.19160.83163@vcs0.savannah.gnu.org>
     [not found] ` <20180728161316.0965120566@vcs0.savannah.gnu.org>
2018-07-29 19:15   ` 01/03: gnu: glm: Update to 0.9.9.0 Mark H Weaver
2018-07-29 19:30     ` Gábor Boskovits
2018-07-29 21:36     ` bug#32302: " Marius Bakke
2018-07-29 21:36     ` Marius Bakke
2018-07-30  1:10       ` Mark H Weaver
2018-07-30  1:10       ` bug#32302: " Mark H Weaver

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.