Re: Attempt to update ispc

2019-02-13 Thread Luya Tshimbalanga
Please if possible. I attempt to use gcc to build it but some dependecies are linked to clang which is beyond my skill. This compiler blocks both embree and luxcorerender. See https://src.fedoraproject.org/rpms/ispc Luya On 2019-01-25 9:02 a.m., Jonathan Wakely wrote: > On 25/01/19 08:36 -0800,

Re: Attempt to update ispc

2019-01-29 Thread Luya Tshimbalanga
On 2019-01-29 12:26 p.m., Luya Tshimbalanga wrote: > Contacting upstream about the issue, a suggestion is use the built-in > script alloy.py to manually build llvm instead of using the stock model > i.e. llvm-devel. > > https://github.com/ispc/ispc/issues/1413#issuecomment-458654316 > > Any feedbac

Re: Attempt to update ispc

2019-01-29 Thread Luya Tshimbalanga
Contacting upstream about the issue, a suggestion is use the built-in script alloy.py to manually build llvm instead of using the stock model i.e. llvm-devel. https://github.com/ispc/ispc/issues/1413#issuecomment-458654316 Any feedback? Luya ___ deve

Re: Attempt to update ispc

2019-01-29 Thread Luya Tshimbalanga
Here is. Filed the bug to upstream: https://github.com/ispc/ispc/issues/1413 Luya ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org

Re: Attempt to update ispc

2019-01-29 Thread Fabio Valentini
On Tue, Jan 29, 2019 at 6:03 PM Luya Tshimbalanga wrote: > > -BEGIN PGP MESSAGE- > Charset: UTF-8 I guess the encrypted garble garble below happened by accident - you might want to send your message again without encrypting it. Fabio > hQEMAyZZ5X4GTmHqAQgA3r4Bs+wCUHFsVqpIPN5v0tFnaioogOK

Re: Attempt to update ispc

2019-01-29 Thread Luya Tshimbalanga
-BEGIN PGP MESSAGE- Charset: UTF-8 hQEMAyZZ5X4GTmHqAQgA3r4Bs+wCUHFsVqpIPN5v0tFnaioogOKYTrDgA9MTKzzV GuEEdfFctzFOZw9eAiu7lIYZn41Ajpx7pGDjgxXJYsnhBKmL/n5BLrQ+hlG4FYcM LcT/O5DQjwgndjwsx9QlsHoCrk12lMCcGZLPX+w0Gjc1d8uMofQ3F9iZpr71zq99 6FF/hmpEghytBTnqL/0BPMu2tJOpdcVxeO8hYzFZoM/906GjLJMqOFXSa9Sz

Re: Attempt to update ispc

2019-01-29 Thread Florian Weimer
* Dridi Boukelmoune: >> I've seen this errror before. It's uusally caused by upstream accidentally >> overriding CFLAGS instead appending to already set CFLAGS, which breaks >> fedora builds. Look for something like "set *CFLAGS* (foo bar)" in >> CMakeLists.txt files, and change it to *append*

Re: Attempt to update ispc

2019-01-29 Thread Dridi Boukelmoune
> I've seen this errror before. It's uusally caused by upstream accidentally > overriding CFLAGS instead appending to already set CFLAGS, which breaks > fedora builds. Look for something like "set *CFLAGS* (foo bar)" in > CMakeLists.txt files, and change it to *append* to the already existing va

Re: Attempt to update ispc

2019-01-29 Thread Florian Weimer
* Luya Tshimbalanga: > I managed to resolve some issue but now the problem is related to the > hardened part: > > https://koji.fedoraproject.org/koji/taskinfo?taskID=32324093 > > Here is the following lines for the failure: > > BUILDSTDERR: /usr/bin/ld: kernels_ispc_sse2.o: relocation R_X86_64_32

Re: Attempt to update ispc

2019-01-29 Thread Fabio Valentini
On Tue, Jan 29, 2019, 05:21 Luya Tshimbalanga I managed to resolve some issue but now the problem is related to the > hardened part: > > https://koji.fedoraproject.org/koji/taskinfo?taskID=32324093 > > Here is the following lines for the failure: > > BUILDSTDERR: /usr/bin/ld: kernels_ispc_sse2.o:

Re: Attempt to update ispc

2019-01-28 Thread Luya Tshimbalanga
I managed to resolve some issue but now the problem is related to the hardened part: https://koji.fedoraproject.org/koji/taskinfo?taskID=32324093 Here is the following lines for the failure: BUILDSTDERR: /usr/bin/ld: kernels_ispc_sse2.o: relocation R_X86_64_32 against symbol `RenderTile___uniuni

Re: Attempt to update ispc

2019-01-28 Thread Florian Weimer
* Luya Tshimbalanga: > On 2019-01-27 2:00 p.m., Florian Weimer wrote: >> * Luya Tshimbalanga: >> >>> On 2019-01-26 12:24 a.m., Dominik 'Rathann' Mierzejewski wrote: I would try patching out the clang requirement from CMakeLists and building with system gcc. Regards, Domini

Re: Attempt to update ispc

2019-01-28 Thread Luya Tshimbalanga
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2019-01-27 2:00 p.m., Florian Weimer wrote: > * Luya Tshimbalanga: > >> On 2019-01-26 12:24 a.m., Dominik 'Rathann' Mierzejewski wrote: >>> I would try patching out the clang requirement from CMakeLists >>> and building with system gcc. >>> >>> Re

Re: Attempt to update ispc

2019-01-27 Thread Florian Weimer
* Luya Tshimbalanga: > On 2019-01-26 12:24 a.m., Dominik 'Rathann' Mierzejewski wrote: >> >> I would try patching out the clang requirement from CMakeLists >> and building with system gcc. >> >> Regards, >> Dominik > > Done. Unfortunately, the build failed as the compiler still remains > clang and

Re: Attempt to update ispc

2019-01-26 Thread Luya Tshimbalanga
On 2019-01-26 12:24 a.m., Dominik 'Rathann' Mierzejewski wrote: > > I would try patching out the clang requirement from CMakeLists > and building with system gcc. > > Regards, > Dominik Done. Unfortunately, the build failed as the compiler still remains clang and finding the cause is beyond my kno

Re: Attempt to update ispc

2019-01-26 Thread Dominik 'Rathann' Mierzejewski
On Saturday, 26 January 2019 at 02:20, Luya Tshimbalanga wrote: > On 2019-01-25 9:02 a.m., Jonathan Wakely wrote: > > > >> Upstream reason. Trying to build with gcc will fail. See the attacked > >> CMakeLists.txt from ispc-1.10.0 > > > > That says it wants to build with clang, but doesn't say why b

Re: Attempt to update ispc

2019-01-25 Thread Luya Tshimbalanga
On 2019-01-25 9:02 a.m., Jonathan Wakely wrote: > >> Upstream reason. Trying to build with gcc will fail. See the attacked >> CMakeLists.txt from ispc-1.10.0 > > That says it wants to build with clang, but doesn't say why building > with GCC will fail. Is it due to a GCC bug? Is it something we can

Re: Attempt to update ispc

2019-01-25 Thread Jonathan Wakely
On 25/01/19 08:36 -0800, Luya Tshimbalanga wrote: On 2019-01-22 8:17 a.m., Serge Guelton wrote: Hi Luya, Clang does not support the -fstack-clash-protection flag. We used to silently ignore that flag but it's no longer the case. Why are you using clang to compile the package? The safe step is

Re: Attempt to update ispc

2019-01-25 Thread Luya Tshimbalanga
On 2019-01-22 8:17 a.m., Serge Guelton wrote: > > Hi Luya, > > Clang does not support the -fstack-clash-protection flag. We used to silently > ignore that flag but it's no longer the case. > Why are you using clang to compile the package? The safe step is to use gcc, > ot if clang is needed, to s

Re: Attempt to update ispc

2019-01-22 Thread Serge Guelton
On Sun, Jan 20, 2019 at 11:36:22AM -0800, Luya Tshimbalanga wrote: > Hello team, > > Upstream ispc updated to 1.10.0.  Unfortunately, the build failed with > broken clang++ compiler according to koji   > (https://koji.fedoraproject.org/koji/taskinfo?taskID=32150411) > > Can someone investigate th

Attempt to update ispc

2019-01-20 Thread Luya Tshimbalanga
Hello team, Upstream ispc updated to 1.10.0.  Unfortunately, the build failed with broken clang++ compiler according to koji   (https://koji.fedoraproject.org/koji/taskinfo?taskID=32150411) Can someone investigate the issue? This package is needed by embree, a dependency for both Blender, luxcore