pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: firefox and rust build failure



In article <re2jm3$jfg$1%ciao.gmane.io@localhost>,
Christos Zoulas <christos%astron.com@localhost> wrote:
>In article <20200707185940.0C5B412AB8%chopper.goathill.org@localhost>,
>MLH <mlh%goathill.org@localhost> wrote:
>>Christos wrote:
>>> MLH wrote:
>>>>$ ./test.o
>>>>>execl: Exec format error
>>>>
>>>>$ /usr/pkgnew/bin/rustc
>>>>/bin/sh: Cannot execute ELF binary /usr/pkgnew/bin/rustc
>>>
>>> Check dmesg if the kernel spat
>>> out the reason, othewise compile a kernel with DEBUG_EXEC and it will tell
>>> you why. I've been debating to add a uprintf() when that happens, but it
>>> is clumsy.
>>> 
>>> christos
>>
>>Nothing in dmesg and with a DEBUG_EXEC kernel (supposedly, as I
>>built a kernel with it) I don't see anything either. It is just
>>back to explaining it can't execute ELF binary.
>
>Add DEBUG_ELF, perhaps it is a different issue.

And remember to clean the relevant object files since the dependency
mechanism does not know about the extra defines.

christos



Home | Main Index | Thread Index | Old Index