Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 600342 Details for
Bug 703526
net-irc/weechat-2.7 : CMake Error at src/.../CMakeLists.txt:161 (message): Php not found
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
CMakeError.log
CMakeError.log (text/plain), 1.39 KB, created by
Toralf Förster
on 2019-12-22 09:58:24 UTC
(
hide
)
Description:
CMakeError.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2019-12-22 09:58:24 UTC
Size:
1.39 KB
patch
obsolete
>Performing C SOURCE FILE Test ICONV_2ARG_IS_CONST failed with the following output: >Change Dir: /var/tmp/portage/net-irc/weechat-2.7/work/weechat-2.7_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_fc6ed && [1/2] Building C object CMakeFiles/cmTC_fc6ed.dir/src.c.o >FAILED: CMakeFiles/cmTC_fc6ed.dir/src.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=native -fsigned-char -Wall -Wextra -Werror-implicit-function-declaration -DICONV_2ARG_IS_CONST -Werror -o CMakeFiles/cmTC_fc6ed.dir/src.c.o -c src.c >src.c: In function âmainâ: >src.c:9:17: error: passing argument 2 of âiconvâ from incompatible pointer type [-Werror=incompatible-pointer-types] > 9 | iconv(conv, &in, &ilen, &out, &olen); > | ^~~ > | | > | const char ** >In file included from src.c:2: >/usr/include/iconv.h:42:54: note: expected âchar ** restrictâ but argument is of type âconst char **â > 42 | extern size_t iconv (iconv_t __cd, char **__restrict __inbuf, > | ~~~~~~~~~~~~~~~~~~^~~~~~~ >cc1: all warnings being treated as errors >ninja: build stopped: subcommand failed. > > >Source file was: > > #include <iconv.h> > int main(){ > iconv_t conv = 0; > const char* in = 0; > size_t ilen = 0; > char* out = 0; > size_t olen = 0; > iconv(conv, &in, &ilen, &out, &olen); > return 0; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 703526
:
600340
| 600342 |
600344
|
600346
|
600348
|
600350
|
600352
|
600354
|
600356