FreeBSD Bugzilla – Attachment 232797 Details for
Bug 262888
graphics/poppler 21.12.0_1 Cannot Find libopenjpeg2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
cmake error
CMakeError.log (text/plain), 1.52 KB, created by
Ryan Frederick
on 2022-03-29 13:15:57 UTC
(
hide
)
Description:
cmake error
Filename:
MIME Type:
Creator:
Ryan Frederick
Created:
2022-03-29 13:15:57 UTC
Size:
1.52 KB
patch
obsolete
>Performing C++ SOURCE FILE Test ICONV_SECOND_ARGUMENT_IS_CONST failed with the following output: >Change Dir: /usr/ports/graphics/poppler/work/poppler-21.12.0/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/local/bin/ninja cmTC_f3e6d && [1/2] Building CXX object CMakeFiles/cmTC_f3e6d.dir/src.cxx.o >FAILED: CMakeFiles/cmTC_f3e6d.dir/src.cxx.o >/usr/bin/c++ -DICONV_SECOND_ARGUMENT_IS_CONST -fno-exceptions -fno-check-new -fno-common -D_DEFAULT_SOURCE -O2 -DNDEBUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -std=c++17 -MD -MT CMakeFiles/cmTC_f3e6d.dir/src.cxx.o -MF CMakeFiles/cmTC_f3e6d.dir/src.cxx.o.d -o CMakeFiles/cmTC_f3e6d.dir/src.cxx.o -c /usr/ports/graphics/poppler/work/poppler-21.12.0/CMakeFiles/CMakeTmp/src.cxx >/usr/ports/graphics/poppler/work/poppler-21.12.0/CMakeFiles/CMakeTmp/src.cxx:9:5: error: no matching function for call to 'iconv' > iconv(conv, &in, &ilen, &out, &olen); > ^~~~~ >/usr/local/include/iconv.h:84:15: note: candidate function not viable: no known conversion from 'const char **' to 'char **' for 2nd argument >extern size_t iconv (iconv_t cd, char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft); > ^ >1 error generated. >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 262888
:
232796
| 232797 |
232802