Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 727092 - dev-lang/micropython fails to compile
Summary: dev-lang/micropython fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrice Clement
URL:
Whiteboard:
Keywords:
: 727102 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-06-04 10:27 UTC by Agostino Sarubbo
Modified: 2020-06-09 12:30 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,64.43 KB, text/plain)
2020-06-04 10:28 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-06-04 10:27:57 UTC
This is an auto-filed bug because dev-lang/micropython fails to compile.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.

NOTE:
If you need further logs, feel free to ask.
Comment 1 Agostino Sarubbo gentoo-dev 2020-06-04 10:28:03 UTC
Created attachment 643380 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-06-04 11:13:33 UTC
*** Bug 727102 has been marked as a duplicate of this bug. ***
Comment 3 Larry the Git Cow gentoo-dev 2020-06-04 15:36:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9da7701771d663b3a9ed3417e9b320048c06846

commit d9da7701771d663b3a9ed3417e9b320048c06846
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: 2020-06-04 15:34:08 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2020-06-04 15:36:38 +0000

    dev-lang/micropython: honor CFLAGS/LDFLAGS.
    
    Don't rely on emake as it discards internal flags and generates
    compilation failures but patch Makefile directly. Also, this
    enforcement, although correct, causes a few tests to fail. I haven't
    looked at why in detail so tests are disabled for now until further
    investigation.
    
    Closes: https://bugs.gentoo.org/727092
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

 dev-lang/micropython/micropython-1.11.ebuild | 31 ++++++++++++++++++++--------
 1 file changed, 22 insertions(+), 9 deletions(-)
Comment 4 Patrice Clement gentoo-dev 2020-06-09 12:30:47 UTC
*** Bug 727248 has been marked as a duplicate of this bug. ***