Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 780206 Details for
Bug 847013
media-libs/openjpeg: CMake config files are in wrong path (and contain wrong includedir) (was: app-text/poppler-22.05.0[jpeg2k]: Could NOT find openjpeg2. CMake Error at CMakeLists.txt:263)
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.77 KB, created by
Toralf Förster
on 2022-05-22 22:21:22 UTC
(
hide
)
Description:
CMakeError.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2022-05-22 22:21:22 UTC
Size:
1.77 KB
patch
obsolete
>Performing C++ SOURCE FILE Test ICONV_SECOND_ARGUMENT_IS_CONST failed with the following output: >Change Dir: /var/tmp/portage/app-text/poppler-22.05.0/work/poppler-22.05.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_46e5b && [1/2] Building CXX object CMakeFiles/cmTC_46e5b.dir/src.cxx.o >FAILED: CMakeFiles/cmTC_46e5b.dir/src.cxx.o >/usr/bin/x86_64-pc-linux-gnu-g++ -DICONV_SECOND_ARGUMENT_IS_CONST -pipe -march=native -fno-diagnostics-color -O2 -Wnon-virtual-dtor -Woverloaded-virtual -pipe -march=native -fno-diagnostics-color -O2 -std=c++17 -o CMakeFiles/cmTC_46e5b.dir/src.cxx.o -c /var/tmp/portage/app-text/poppler-22.05.0/work/poppler-22.05.0_build/CMakeFiles/CMakeTmp/src.cxx >/var/tmp/portage/app-text/poppler-22.05.0/work/poppler-22.05.0_build/CMakeFiles/CMakeTmp/src.cxx: In function âint main()â: >/var/tmp/portage/app-text/poppler-22.05.0/work/poppler-22.05.0_build/CMakeFiles/CMakeTmp/src.cxx:9:17: error: invalid conversion from âconst char**â to âchar**â [-fpermissive] > 9 | iconv(conv, &in, &ilen, &out, &olen); > | ^~~ > | | > | const char** >In file included from /var/tmp/portage/app-text/poppler-22.05.0/work/poppler-22.05.0_build/CMakeFiles/CMakeTmp/src.cxx:2: >/usr/include/iconv.h:42:54: note: initializing argument 2 of âsize_t iconv(iconv_t, char**, size_t*, char**, size_t*)â > 42 | extern size_t iconv (iconv_t __cd, char **__restrict __inbuf, > | ~~~~~~~~~~~~~~~~~~^~~~~~~ >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 847013
:
780203
| 780206 |
780209
|
780212
|
780215
|
780218
|
780221
|
780224
|
780227