Summary: | lang/gcc6-aux: fix build on aarch64 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Mikael Urankar <mikael> | ||||||
Component: | Individual Port(s) | Assignee: | Eric Turgeon <ericbsd> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Many People | CC: | jamie, linimon, mikael | ||||||
Priority: | --- | Flags: | ericbsd:
maintainer-feedback+
|
||||||
Version: | Latest | ||||||||
Hardware: | arm64 | ||||||||
OS: | Any | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 201763 | ||||||||
Attachments: |
|
Description
Mikael Urankar
2018-08-09 16:43:00 UTC
You did not change MAIN_PR to 1 for PORTREVISION, I did it for you for this time, but please next time don't forget to update PORTREVISION. I am waiting for approval from my mentor https://reviews.freebsd.org/D16651. Any news from your mentor? A commit references this bug: Author: ericbsd Date: Mon Aug 27 13:44:14 UTC 2018 New revision: 478204 URL: https://svnweb.freebsd.org/changeset/ports/478204 Log: lang/gcc6-aux: fix build on aarch64 PR: 230485 Submitted by: mikael.urankar Reported by: mikael.urankar Approved by: bapt Changes: head/lang/gcc6-aux/Makefile head/lang/gcc6-aux/distinfo Ooops, the bootstraps are fetched from http://downloads.dragonlace.net, I thought they were hosted on FreeBSD "distfiles". Do you have a way to contact marino@ so he can update the bootstrap on his side? (In reply to mikael.urankar from comment #4) I did send him an email. So the answer is: "I can't update the bootstrap because FreeBSD kicked me out. I have no access to aarch64 hardware. I already said how this could be fixed multiple times: When the bootstrap is extracted, the fixed-include headers need to be removed. Then (I assume) everything will build again. That fix is simple, yet nobody has even attempted it as far as I know." I have also no access to aarch64 I can't do that. (In reply to Eric Turgeon from comment #6) He only has to grab my bootstrap and host them on his website. If he doesn't want to do it, can we put them on distcache/distfiles? Reopening, I would really like to have this package on aarch64, is it possible to host the bootstrap on LOCAL/ericbsd? I maintain some of the gnat* ports, and have been mirroring the relevant dragonlace stuff here, in case it gets deleted: http://ftp.dyslexicfish.net/FreeBSD/distfiles/downloads.dragonlace.net/src/ ftp://ftp.dyslexicfish.net/FreeBSD/distfiles/downloads.dragonlace.net/src/ I'm happy to host those files there. ping Sorry for the delay, I had so much to do and forgot about that until I see the ping this morning. We can probably put on distcache/distfiles I am just not sure how to do it. I will have to ask. just host it in your public_distfiles directory on freefall that should be enough then for the distfile list: LOCAL/ericbsd It should do the trick Thanks, Baptiste! Mikael, I have put the file in my LOCAL/ericbsd should be available now. Created attachment 199232 [details] patch (In reply to Eric Turgeon from comment #14) Thanks, here is an updated patch. A commit references this bug: Author: ericbsd Date: Mon Nov 19 12:48:31 UTC 2018 New revision: 485323 URL: https://svnweb.freebsd.org/changeset/ports/485323 Log: lang/gcc6-aux: fix build on aarch64 PR: 230485 Submitted by: mikael.urankar@gmail.com Reported by: mikael.urankar@gmail.com Changes: head/lang/gcc6-aux/Makefile head/lang/gcc6-aux/distinfo many thanks! |