Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 812797

Summary: net-wireless/bluez-5.62-r3 PATH_MAX undeclared on musl
Product: Gentoo Linux Reporter: Jory A. Pratt <anarchy>
Component: Current packagesAssignee: Gentoo musl team <musl>
Status: RESOLVED FIXED    
Severity: normal CC: pacho, sam
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/bluez/bluez/issues/267
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 713786    
Attachments: include limits.h for PATH_MAX

Description Jory A. Pratt gentoo-dev 2021-09-12 17:12:38 UTC
Created attachment 739057 [details, diff]
include limits.h for PATH_MAX

Summary says it all.
Comment 1 Pacho Ramos gentoo-dev 2021-09-19 06:37:40 UTC
Can you try to send it to upstream too?
http://www.bluez.org/development/lists/

Thanks
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-03 20:43:35 UTC
tinderbox_musl has reproduced this issue with version 5.62-r3 - Updating summary.
Comment 3 Larry the Git Cow gentoo-dev 2022-01-09 19:52:54 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1880ed05a890b2029d038e33eac7f021de787f6

commit e1880ed05a890b2029d038e33eac7f021de787f6
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2022-01-09 19:52:32 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2022-01-09 19:52:32 +0000

    net-wireless/bluez: Bump to 5.63
    
    Also try a less invasive fix for bug #827706. Skip for now test-hog as it
    fails (#829091) with all the fixes for previous bug.
    
    More kernel config options are needed to run the tests.
    
    Also fix building with musl
    
    Closes: https://bugs.gentoo.org/829091
    Thanks-to: Paolo Pedroni
    Bug: https://bugs.gentoo.org/827706
    Thanks-to: Florian Schmaus
    Closes: https://bugs.gentoo.org/812797
    Thanks-to: Jory A. Pratt
    Closes: https://bugs.gentoo.org/827825
    Thanks-to: Agostino Sarubbo
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 net-wireless/bluez/Manifest                        |   1 +
 net-wireless/bluez/bluez-5.63.ebuild               | 302 +++++++++++++++++++++
 .../bluez/files/bluez-5.63-musl-limits.patch       |  24 ++
 .../files/bluez-5.63-use-queue_push_tail.patch     |  27 ++
 4 files changed, 354 insertions(+)