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
https://sourceware.org/bugzilla/show_bug.cgi?id=29113
--- Comment #6 from Hans-Peter Nilsson ---
(In reply to Vladimir Mezentsev from comment #2)
> How do you configure your build ?
>
> gprofng should not be built for x86_64-w64-mingw32.
> Only these platforms are supported:
>
> % cat gprofng/
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.
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.
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
https://sourceware.org/bugzilla/show_bug.cgi?id=29116
Matthias Klose changed:
What|Removed |Added
Target||i686-inux-gnu
CC|
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
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:
https://sourceware.org/bugzilla/show_bug.cgi?id=29116
Matthias Klose changed:
What|Removed |Added
Ever confirmed|1 |0
Status|WAITING
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
https://sourceware.org/bugzilla/show_bug.cgi?id=29116
Matthias Klose changed:
What|Removed |Added
Target|i686-inux-gnu |i686-inux-gnu
|
: gprofng
Assignee: vladimir.mezentsev at oracle dot com
Reporter: doko at debian dot org
Target Milestone: ---
gprofng fails to build on i686-linux-gnu, trunk 20220503:
libtool: link: x86_64-linux-gnu-gcc -shared -fPIC -DPIC .libs/synctrace.o
-Wl,--version-script -W
l
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.
https://sourceware.org/bugzilla/show_bug.cgi?id=29101
Nick Clifton changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://sourceware.org/bugzilla/show_bug.cgi?id=29101
--- Comment #1 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Nick Clifton :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=46465574a925062ba7dfa72f49ba5199d7a39fc3
commit 46465574a925062ba7dfa72f49b
https://sourceware.org/bugzilla/show_bug.cgi?id=29113
--- Comment #5 from cqwrteur ---
(In reply to Vladimir Mezentsev from comment #2)
> How do you configure your build ?
>
> gprofng should not be built for x86_64-w64-mingw32.
> Only these platforms are supported:
>
> % cat gprofng/configure.
https://sourceware.org/bugzilla/show_bug.cgi?id=29113
--- Comment #4 from cqwrteur ---
(In reply to Vladimir Mezentsev from comment #2)
> How do you configure your build ?
>
> gprofng should not be built for x86_64-w64-mingw32.
> Only these platforms are supported:
>
> % cat gprofng/configure.
https://sourceware.org/bugzilla/show_bug.cgi?id=29113
--- Comment #3 from cqwrteur ---
(In reply to Vladimir Mezentsev from comment #2)
> How do you configure your build ?
>
> gprofng should not be built for x86_64-w64-mingw32.
> Only these platforms are supported:
>
> % cat gprofng/configure.
18 matches
Mail list logo