This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kal.sze
Recipients DNSGeek, kal.sze
Date 2019-08-01.03:13:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564629201.03.0.204968264216.issue37595@roundup.psfhosted.org>
In-reply-to
Content
I looked at my build log again.

The very first line that jumps out as abnormal is this:

    /usr/bin/ld: /usr/bin/ld: DWARF error: invalid abstract instance DIE ref

A quick DuckDuckGoing suggests that this *may* be related to a broken version of binutils: https://lists.gnu.org/archive/html/bug-binutils/2018-07/msg00150.html

The current, most up-to-date version of binutils in Raspbian Stretch is this:

    $ dpkg -l binutils
    Desired=Unknown/Install/Remove/Purge/Hold
    | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
    |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
    ||/ Name           Version        Architecture Description
    +++-==============-==============-============-==========================================
    ii  binutils       2.31.1-16+rpi1 armhf        GNU assembler, linker and binary utilities

A quick grep of the output of `apt changelog binutils` doesn't mention the bug number (23425).

I don't know what conclusion to draw.
History
Date User Action Args
2019-08-01 03:13:21kal.szesetrecipients: + kal.sze, DNSGeek
2019-08-01 03:13:21kal.szesetmessageid: <1564629201.03.0.204968264216.issue37595@roundup.psfhosted.org>
2019-08-01 03:13:21kal.szelinkissue37595 messages
2019-08-01 03:13:20kal.szecreate