-
Notifications
You must be signed in to change notification settings - Fork 122
RISC-V: Build fails on v0.10.0 #4993
Comments
Are you sure that this is related to RISC-V? For me it looks like the plugin ccode is broken, please try to exclude it.
Only for an (optional) binding but this seems to me unrelated to this error. |
Not neccessarily; but libraries sometimes tend to behave a little oddly (missing
Ah, thanks. Was just curious about this.
I disabled the
However, I wanted to get a cleaner error log (since I ran with
Here is what CMake's got stored:
And:
|
Steps to Reproduce the Problem
git clone $uri -b v0.10.0
cd libelektra; mkdir out; cd out
cmake -G Ninja ..; ninja
Expected Result
A build of libelektra and kdb.
Actual Result
Well... this.
![image](https://private-user-images.githubusercontent.com/2893716/314439235-65cbbc41-8275-4d70-8b6e-acddf4bf186c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTM3MzQsIm5iZiI6MTczOTE5MzQzNCwicGF0aCI6Ii8yODkzNzE2LzMxNDQzOTIzNS02NWNiYmM0MS04Mjc1LTRkNzAtOGI2ZS1hY2RkZjRiZjE4NmMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMTMxNzE0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZjM2MzllYmNhNzU0MmRjOTJjNWYzMTI3MmI3MmQ2MTJjMTBlOThiYTM3ZjVhZmE4MTY4ZTlkOTIxYWRjZDYzNSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.7Jz06FTrmN8hemMqfzTlNuGj7b6zKZ7LZy69ywv4qEk)
I was working in a
screen
, so scrolling is a little difficult. Apologies, this was simply easier. :)System Information
riscv64gc
(aka.riscv64imafdc
)Further Log Files and Output
CMake configures just fine, nothing of importance stuck out to me. I will retry with classic makefiles instead of Ninja and see if that changes anything, but considering this is a C++ error, I doubt it.
Got any ideas what this is?
Thanks and kind regards,
Ingwie
PS.: Is glib/gobject required? I saw it scroll by in the CMake log and in
ccmake
.The text was updated successfully, but these errors were encountered: