Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898094 - net-misc/sipsak-0.9.8 fails to compile (MUSL-CLANG-SYSTEM): error: incompatible integer to pointer conversion assigning to char from int [-Wint-conversion]
Summary: net-misc/sipsak-0.9.8 fails to compile (MUSL-CLANG-SYSTEM): error: incompatib...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2023-02-27 09:36 UTC by Agostino Sarubbo
Modified: 2023-02-27 09:36 UTC (History)
0 users

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


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

Issue: net-misc/sipsak-0.9.8 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-27 09:36:04 UTC
Created attachment 854956 [details]
build.log

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


 warning: passing arguments to 'MD5_memset' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
13: src/sipsak.hwarning: :a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]59
:  warning: error: passing arguments to 'MD5Final' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion]
: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
:11src/sipsak.h:: 59warning: :passing arguments to 'MD5Init' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]28
:194:10: warning: passing arguments to 'Encode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
:328:13: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]# define STRCASESTR(s1,s2) strcasestr(s1,s2)
src/auth.c:303:12src/header_f.c:: 234warning: :passing arguments to 'MD5Init' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]5
src/auth.c:304:14: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
src/auth.c:305:14: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
src/auth.c:306:14: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
src/auth.c:307:14: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
src/auth.c:308:14: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
src/auth.c:309:13: warning: passing arguments to 'MD5Final' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
src/auth.c:315:13: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]src/sipsak.h
src/auth.c:320:11: warning: passing arguments to 'MD5Init' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
src/auth.c:322:13: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
src/auth.c:323:13: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
src/auth.c:324:13: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
src/auth.c:326:src/header_f.c14::279 :warning: 10passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]:
src/auth.c:src/shoot.c321::22013::14 :warning:  passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]error: 
src/md5.c:115:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
src/md5.c:131:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
src/md5.c:154:4: warning: passing arguments to 'MD5_memcpy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
src/md5.c:155:15: warning: passing arguments to 'MD5Transform' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
src/md5.c:158:17: warning: passing arguments to 'MD5Transform' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
src/md5.c:167:2: warning: passing arguments to 'MD5_memcpy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
src/md5.c:174:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]src/header_f.c
src/md5.c:182:10: warning: passing arguments to 'Encode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]src/auth.c
src/md5.c:198:14: warning: passing arguments to 'MD5_memset' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
src/md5.c:314:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
src/md5.c:329:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
src/md5.c:347:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
src/md5.c:src/auth.c209::12010::13 :warning:  passing arguments to 'Decode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]error: 
src/shoot.csrc/auth.c::219314:src/header_f.c:18:13:247: : warning: 9warning: implicit declaration of function 'strcasestr' [-Wimplicit-function-declaration]:passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
src/shoot.csrc/auth.c::219317::1612::  error: warning: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion]passing arguments to 'MD5Final' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
:84:12: error: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion]