[Bug gprofng/29116] gprofng fails to build on i686-linux-gnu, aarch64-linux-gnu

2022-07-07 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29116 Vladimir Mezentsev changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNE

[Bug gprofng/29116] gprofng fails to build on i686-linux-gnu, aarch64-linux-gnu

2022-07-06 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29116 --- Comment #13 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Vladimir Mezentsev : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1bb1f55d648e9c32bbead00afc95761646a6d050 commit 1bb1f55d648e9c32bbea

[Bug gprofng/29116] gprofng fails to build on i686-linux-gnu, aarch64-linux-gnu

2022-06-21 Thread kurt.goebel at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29116 Kurt Goebel changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug gprofng/29116] gprofng fails to build on i686-linux-gnu, aarch64-linux-gnu

2022-05-05 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29116 --- Comment #12 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Vladimir Mezentsev : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1653ae5b8440e2182ac86974b99b603bc15aa163 commit 1653ae5b8440e2182ac8

[Bug gprofng/29116] gprofng fails to build on i686-linux-gnu, aarch64-linux-gnu

2022-05-04 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29116 --- Comment #11 from Vladimir Mezentsev --- The build was configured with --target=i686-linux-gnu. Does this means that all binaries will be the 32-bit ? I see that gprofng/libcollector/synctrace.c was built on x86_64 without -m32 option:

[Bug gprofng/29116] gprofng fails to build on i686-linux-gnu, aarch64-linux-gnu

2022-05-03 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29116 --- Comment #10 from Vladimir Mezentsev --- How do you configure your build ? It looks like there are two bugs here: 1. libgp-sync.so may not link with libc. In run time, libgp-sync.so has to dlopen libc and use dlsym to find pthread_cond_w

[Bug gprofng/29116] gprofng fails to build on i686-linux-gnu, aarch64-linux-gnu

2022-05-03 Thread doko at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29116 --- Comment #8 from Matthias Klose --- no, everything on x86_64-linux-gnu so far, the i686 and aarch64 builds are configured for these targets. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gprofng/29116] gprofng fails to build on i686-linux-gnu

2022-05-03 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29116 --- Comment #2 from H.J. Lu --- i686 glibc should reference pthread_cond_wait@@GLIBC_2.3.2, not pthread_cond_wait@GLIBC_2.2.5. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gprofng/29116] gprofng fails to build on i686-linux-gnu

2022-05-03 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29116 H.J. Lu changed: What|Removed |Added Status|NEW |WAITING --- Comment #1 from H.J. Lu --- Wh

[Bug gprofng/29116] gprofng fails to build on i686-linux-gnu

2022-05-03 Thread doko at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29116 Matthias Klose changed: What|Removed |Added Target||i686-inux-gnu CC|

[Bug gprofng/29116] gprofng fails to build on i686-linux-gnu, aarch64-linux-gnu

2022-05-03 Thread doko at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29116 --- Comment #6 from Matthias Klose --- sorry, this is glibc 2.33, not 2.35. $ echo __x86_64 | x86_64-linux-gnu-gcc -E - # 0 "" # 0 "" # 0 "" # 1 "/usr/include/stdc-predef.h" 1 3 4 # 0 "" 2 # 1 "" 1 $ echo __x86_64 | x86_64-linux-gnu-gcc -m32

[Bug gprofng/29116] gprofng fails to build on i686-linux-gnu

2022-05-03 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29116 --- Comment #4 from H.J. Lu --- It looks like WSIZE(64) is 1 for i686-linux-gnu. Please show the output of # echo __x86_64 | x86_64-linux-gnu-gcc -E - # echo __x86_64 | x86_64-linux-gnu-gcc -m32 -E - -- You are receiving this mail because:

[Bug gprofng/29116] gprofng fails to build on i686-linux-gnu

2022-05-03 Thread doko at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29116 Matthias Klose changed: What|Removed |Added Ever confirmed|1 |0 Status|WAITING

[Bug gprofng/29116] gprofng fails to build on i686-linux-gnu, aarch64-linux-gnu

2022-05-03 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29116 --- Comment #9 from H.J. Lu --- gprofng/libcollector/synctrace.c is written for target. But synctrace.o is linked against the host library. It failed to link when host != target. -- You are receiving this mail because: You are on the CC li

[Bug gprofng/29116] gprofng fails to build on i686-linux-gnu, aarch64-linux-gnu

2022-05-03 Thread doko at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29116 Matthias Klose changed: What|Removed |Added Target|i686-inux-gnu |i686-inux-gnu |

[Bug gprofng/29116] gprofng fails to build on i686-linux-gnu, aarch64-linux-gnu

2022-05-03 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29116 --- Comment #7 from H.J. Lu --- Were you building x86-64 binutils on i686 Linux? -- You are receiving this mail because: You are on the CC list for the bug.