Re: dolfin FTBFS on mips64el: ld error adding symbols: bad value
Drew Parsons <[email protected]>
| Newsgroups | gmane.linux.debian.ports.mips |
|---|---|
| Organization | The Debian Project |
| Message-ID | <[email protected]> |
On 2020-08-19 23:08, Drew Parsons wrote: > Can anyone help with the mips64el build of dolfin? It's failing when > building python extensions: > > /usr/bin/ld: > /tmp/cpp.cpython-38-mips64el-linux-gnuabi64.so.AnBotY.ltrans29.ltrans.o: > .symtab local symbol at index 482 (>= sh_info of 99) > /usr/bin/ld: > /tmp/cpp.cpython-38-mips64el-linux-gnuabi64.so.AnBotY.ltrans29.ltrans.o: > error adding symbols: bad value > collect2: error: ld returned 1 exit status > (see https://buildd.debian.org/status/logs.php?pkg=dolfin&arch=mips64el > ) There was a comment by private email that this kind of error happens when the disk is full, which would be the /tmp partition. I guess if /tmp was full on the buildd then other packages would probably also fail to build, not just dolfinx. Can a full /tmp partition be excluded as the cause of the build failure? Drew