Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 832147 - media-libs/lsp-plugins-1.1.29 fails to compile: cvector.h:216:20: error: ssize_t does not name a type; did you mean size_t?
Summary: media-libs/lsp-plugins-1.1.29 fails to compile: cvector.h:216:20: error: ssiz...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL: https://github.com/sadko4u/lsp-plugin...
Whiteboard:
Keywords: PATCH
Depends on: 853826
Blocks: missing-musl-includes
  Show dependency tree
 
Reported: 2022-01-27 07:20 UTC by Agostino Sarubbo
Modified: 2022-10-04 05:22 UTC (History)
0 users

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


Attachments
build.log (build.log,72.49 KB, text/plain)
2022-01-27 07:20 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-01-27 07:20:48 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-libs/lsp-plugins-1.1.29 fails to compile.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-27 07:20:51 UTC
Created attachment 763718 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-27 07:20:52 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


Package 'jack', required by 'virtual:world', not found
/var/tmp/portage/media-libs/lsp-plugins-1.1.29/work/lsp-plugins-1.1.29/include/data/cvector.h:216:20: error: 'ssize_t' does not name a type; did you mean 'size_t'?
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-01-28 01:43:57 UTC
Should be fixed by https://github.com/sadko4u/lsp-plugins/commit/7ce7230382ed1c19d5c1765f95ba0c49ce6975d1 which is in 1.1.31.
Comment 4 Leonard Gomez 2022-09-07 12:24:21 UTC
Can we get a version bump or fix 9999 to fix this issue?
Comment 5 Larry the Git Cow gentoo-dev 2022-10-03 01:57:23 UTC
The bug has been referenced in the following commit(s):

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

commit cd9f8c64fb3090149a26b66c872dbb1bb7f75fbe
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-10-03 01:50:43 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-10-03 01:55:09 +0000

    media-libs/lsp-plugins: add 1.2.3
    
    Bug: https://bugs.gentoo.org/683400
    Bug: https://bugs.gentoo.org/832147
    Bug: https://bugs.gentoo.org/874339
    Closes: https://bugs.gentoo.org/768804
    Closes: https://bugs.gentoo.org/853826
    Thanks-to: Olivier Huber <oli.huber@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 media-libs/lsp-plugins/Manifest                 |  1 +
 media-libs/lsp-plugins/lsp-plugins-1.2.3.ebuild | 88 +++++++++++++++++++++++++
 media-libs/lsp-plugins/lsp-plugins-9999.ebuild  | 63 ++++++++++++++----
 media-libs/lsp-plugins/metadata.xml             |  3 +-
 4 files changed, 140 insertions(+), 15 deletions(-)