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,
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
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
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
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
-BEGIN PGP MESSAGE-
Charset: UTF-8
hQEMAyZZ5X4GTmHqAQgA3r4Bs+wCUHFsVqpIPN5v0tFnaioogOKYTrDgA9MTKzzV
GuEEdfFctzFOZw9eAiu7lIYZn41Ajpx7pGDjgxXJYsnhBKmL/n5BLrQ+hlG4FYcM
LcT/O5DQjwgndjwsx9QlsHoCrk12lMCcGZLPX+w0Gjc1d8uMofQ3F9iZpr71zq99
6FF/hmpEghytBTnqL/0BPMu2tJOpdcVxeO8hYzFZoM/906GjLJMqOFXSa9Sz
* 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*
> 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
* 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
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:
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
* 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
-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
* 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
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
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
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
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
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
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
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
21 matches
Mail list logo