Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 812797 - net-wireless/bluez-5.62-r3 PATH_MAX undeclared on musl
Summary: net-wireless/bluez-5.62-r3 PATH_MAX undeclared on musl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo musl team
URL: https://github.com/bluez/bluez/issues...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: missing-musl-includes
  Show dependency tree
 
Reported: 2021-09-12 17:12 UTC by Jory A. Pratt
Modified: 2022-01-09 19:52 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
include limits.h for PATH_MAX (0001-include-limits.h-for-PATH_MAX-for-musl-support.patch,558 bytes, patch)
2021-09-12 17:12 UTC, Jory A. Pratt
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(+)