[valgrind] [Bug 400162] Patch: Guard against __GLIBC_PREREQ for musl libc

2023-01-25 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=400162

Paul Floyd  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #10 from Paul Floyd  ---
I have no recollection of doing this, but the git log can't lie.

Author: Paul Floyd   2021-11-22 08:42:53
Committer: Paul Floyd   2021-11-22 08:42:53
Parent: 7fe4ff55cce4c62f17262f2cf30b97b23af142b4 (Make sys-statx.c test compile
with glibc >= 2.28)
Branches: master, remotes/origin/master
Follows: VALGRIND_3_18_1
Precedes: VALGRIND_3_19_0

Bug 445300 [PATCH] Fix building tests with Musl

Patch contributed by
   Alyssa Ross 

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 400162] Patch: Guard against __GLIBC_PREREQ for musl libc

2021-03-23 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=400162

Paul Floyd  changed:

   What|Removed |Added

 CC||pjfl...@wanadoo.fr

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 400162] Patch: Guard against __GLIBC_PREREQ for musl libc

2021-03-22 Thread Yi Fan Yu
https://bugs.kde.org/show_bug.cgi?id=400162

Yi Fan Yu  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---
 Ever confirmed|0   |1

--- Comment #9 from Yi Fan Yu  ---
reopening this bug too.

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 400162] Patch: Guard against __GLIBC_PREREQ for musl libc

2021-03-22 Thread Yi Fan Yu
https://bugs.kde.org/show_bug.cgi?id=400162

Yi Fan Yu  changed:

   What|Removed |Added

 Attachment #115830|0   |1
is obsolete||
 Attachment #115831|0   |1
is obsolete||
 CC||yifan...@windriver.com

--- Comment #8 from Yi Fan Yu  ---
Created attachment 136948
  --> https://bugs.kde.org/attachment.cgi?id=136948&action=edit
refresh the previous patches by randy

the issue wasn't solved by the referenced commit

the patch was also updated.

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 400162] Patch: Guard against __GLIBC_PREREQ for musl libc

2020-04-23 Thread Petar Jovanovic
https://bugs.kde.org/show_bug.cgi?id=400162

Petar Jovanovic  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #7 from Petar Jovanovic  ---
Committed.

https://sourceware.org/git/?p=valgrind.git;a=commit;h=702b1fe56f6dd61d0003457728702248f46c6dcc

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 400162] Patch: Guard against __GLIBC_PREREQ for musl libc

2020-04-23 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=400162

Mark Wielaard  changed:

   What|Removed |Added

 CC||m...@klomp.org

--- Comment #6 from Mark Wielaard  ---
The last patch "Fix none/tests/pth_atfork1 musl compilation error" looks fine.
musl libc apparently doesn't provide error.h nor the error function, so just
provide our own always.

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 400162] Patch: Guard against __GLIBC_PREREQ for musl libc

2020-04-17 Thread Petar Jovanovic
https://bugs.kde.org/show_bug.cgi?id=400162

--- Comment #5 from Petar Jovanovic  ---
Everyone OK to land this?

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 400162] Patch: Guard against __GLIBC_PREREQ for musl libc

2019-12-20 Thread Aleksandar Rikalo
https://bugs.kde.org/show_bug.cgi?id=400162

Aleksandar Rikalo  changed:

   What|Removed |Added

 CC||mips3...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 400162] Patch: Guard against __GLIBC_PREREQ for musl libc

2019-12-20 Thread Aleksandar Rikalo
https://bugs.kde.org/show_bug.cgi?id=400162

--- Comment #4 from Aleksandar Rikalo  ---
Created attachment 124625
  --> https://bugs.kde.org/attachment.cgi?id=124625&action=edit
Fix none/tests/pth_atfork1 musl compilation error

Tested on nanoMIPS/musl/linux and x86/glibc.

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 400162] Patch: Guard against __GLIBC_PREREQ for musl libc

2019-12-20 Thread Aleksandar Rikalo
https://bugs.kde.org/show_bug.cgi?id=400162

Aleksandar Rikalo  changed:

   What|Removed |Added

 CC||aleksandar.rik...@rt-rk.com

--- Comment #3 from Aleksandar Rikalo  ---
(In reply to Randy MacLeod from comment #2)
> Created attachment 115831 [details]
> This is the correct patch for this bug

Hi Randy,
There is no  on musl, struct statx is in  which is
already included. So, you need to remove the last #else branch.

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 400162] Patch: Guard against __GLIBC_PREREQ for musl libc

2018-10-22 Thread Randy MacLeod
https://bugs.kde.org/show_bug.cgi?id=400162

--- Comment #2 from Randy MacLeod  ---
Created attachment 115831
  --> https://bugs.kde.org/attachment.cgi?id=115831&action=edit
This is the correct patch for this bug

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 400162] Patch: Guard against __GLIBC_PREREQ for musl libc

2018-10-22 Thread Randy MacLeod
https://bugs.kde.org/show_bug.cgi?id=400162

--- Comment #1 from Randy MacLeod  ---
Oops, the summary should be:

When building valgrind for Yocto-2.6 and using the musl libc rather than glibc, 
the build fails due to GLIBC-only features not being guarded against.

-- 
You are receiving this mail because:
You are watching all bug changes.