Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898298 - sci-libs/xgks-pmel-2.5.5 fails to compile (MUSL-CLANG-SYSTEM): conftest.c:2:1: error: type specifier missing, defaults to int; ISO C99 and later do not support implicit int [-Wimplicit-int]
Summary: sci-libs/xgks-pmel-2.5.5 fails to compile (MUSL-CLANG-SYSTEM): conftest.c:2:1...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sci-geo Project
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2023-02-28 09:53 UTC by Agostino Sarubbo
Modified: 2024-03-24 07:08 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,64.29 KB, text/plain)
2023-02-28 09:53 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 2023-02-28 09:53:13 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-libs/xgks-pmel-2.5.5 fails to compile (MUSL-CLANG-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-CLANG-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc + clang16 but this bug MAY or MAY NOT BE related to musl/clang16.
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-28 09:53:15 UTC
Created attachment 855122 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-02-28 09:53:17 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


      prototype is deprecated in all versions of C and is not supported in C2x
control.fc:112:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
control.fc:125:24: warning: passing arguments to 'umalloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
control.fc:132:21: warning: passing arguments to 'umalloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
control.fc:138:20: warning: passing arguments to 'umalloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
control.fc:151:20: warning: passing arguments to 'getlunname' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
control.fc:172:24: warning: passing arguments to 'umalloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
control.fc:180:5: warning: passing arguments to 'ufree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
control.fc:200:5: warning: passing arguments to 'ufree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
control.fc:204:5: warning: passing arguments to 'ufree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
control.fc:208:5: warning: passing arguments to 'ufree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
control.fc:212:5: warning: passing arguments to 'ufree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
control.fc:216:2: warning: passing arguments to 'ufree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
control.fc:234:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
control.fc:256:26: warning: passing arguments to 'getlunname' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
control.fc:304:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
control.fc:323:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
control.fc:342:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
control.fc:362:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
control.fc:383:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
control.fc:403:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
control.fc:427:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
control.fc:483:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
control.fc:491:31: warning: passing arguments to 'urealloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
control.fc:531:31: warning: passing arguments to 'urealloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
rm: cannot remove 'conftest': No such file or directory
conftest.c:2:1: error: type specifier missing, defaults to
Comment 3 Larry the Git Cow gentoo-dev 2024-03-24 06:57:22 UTC
The bug has been referenced in the following commit(s):

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

commit 88f3ffaa28b37fde4b1419942078d6901990a93b
Author:     Eli Schwartz <eschwartz93@gmail.com>
AuthorDate: 2024-03-24 06:43:02 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-03-24 06:56:36 +0000

    package.mask: Last rite sci-libs/xgks-pmel
    
    Bug: https://bugs.gentoo.org/731942
    Bug: https://bugs.gentoo.org/863041
    Bug: https://bugs.gentoo.org/879763
    Bug: https://bugs.gentoo.org/886587
    Bug: https://bugs.gentoo.org/898298
    Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/package.mask | 6 ++++++
 1 file changed, 6 insertions(+)