Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys-apps/gawk: disable -fipa-pta #156

Merged
merged 1 commit into from
Oct 17, 2018
Merged

sys-apps/gawk: disable -fipa-pta #156

merged 1 commit into from
Oct 17, 2018

Conversation

owenthewizard
Copy link
Contributor

build.txt
info.txt

x86_64-pc-linux-gnu-gcc  -march=native -O3 -fgraphite-identity -floop-nest-optimize -flto=4 -fipa-pta -fuse-linker-plugin -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -DNDEBUG  -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -march=native -O3 -fgraphite-identity -floop-nest-optimize -flto=4 -fipa-pta -fuse-linker-plugin -pipe -fomit-frame-pointer -Wl,-export-dynamic -o gawk array.o awkgram.o builtin.o cint_array.o command.o debug.o dfa.o eval.o ext.o field.o floatcomp.o gawkapi.o gawkmisc.o getopt.o getopt1.o int_array.o io.o main.o mpfr.o msg.o node.o profile.o random.o re.o regex.o replace.o str_array.o symbol.o version.o    -lreadline  -ldl -lm 
during IPA pass: pta
lto1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.gentoo.org/> for instructions.
make[3]: *** [/tmp/portage/sys-apps/gawk-4.1.4/temp/ccQUTyyf.mk:20: /tmp/portage/sys-apps/gawk-4.1.4/temp/ccuZnJp1.ltrans6.ltrans.o] Error 1
make[3]: *** Waiting for unfinished jobs....
lto-wrapper: fatal error: make returned 2 exit status
compilation terminated.
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:659: gawk] Error 1
make[2]: Leaving directory '/tmp/portage/sys-apps/gawk-4.1.4/work/gawk-4.1.4'
make[1]: *** [Makefile:742: all-recursive] Error 1
make[1]: Leaving directory '/tmp/portage/sys-apps/gawk-4.1.4/work/gawk-4.1.4'
make: *** [Makefile:562: all] Error 2

@InBetweenNames InBetweenNames merged commit 6377345 into InBetweenNames:master Oct 17, 2018
@InBetweenNames
Copy link
Owner

Accepted -- but interesting in that my own version builds without issue.

@InBetweenNames
Copy link
Owner

InBetweenNames commented Oct 17, 2018

Ah yes, it appears that I'm on a different version -- 4.2.1-r1.

@owenthewizard owenthewizard deleted the gawk-noipa branch October 17, 2018 22:37
@owenthewizard
Copy link
Contributor Author

owenthewizard commented Oct 17, 2018

Perhaps it should be modified for <sys-apps/gawk-4.2.1-r1?
Nevermind, I see that you did it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants