Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libreoffice: broken build #1335

Closed
Dor1s opened this issue Apr 17, 2018 · 5 comments
Closed

libreoffice: broken build #1335

Dor1s opened this issue Apr 17, 2018 · 5 comments

Comments

@Dor1s
Copy link
Contributor

Dor1s commented Apr 17, 2018

https://oss-fuzz-build-logs.storage.googleapis.com/index.html

Step #4: [build CXX] sfx2/source/appl/sfxhelp.cxx
Step #4: /src/libreoffice/sfx2/source/appl/appinit.cxx:183:40: error: assigning to 'PFunc_getSpecialCharsForEdit' (aka 'bool (*)(vcl::Window *, const vcl::Font &, rtl::OUString &)') from incompatible type '<overloaded function type>'
Step #4:         pfunc_getSpecialCharsForEdit = GetSpecialCharsForEdit;
Step #4:                                        ^~~~~~~~~~~~~~~~~~~~~~
Step #4: /src/libreoffice/sfx2/source/appl/appinit.cxx:164:10: note: candidate function has different number of parameters (expected 3 but has 2)
Step #4: OUString GetSpecialCharsForEdit(vcl::Window* pParent, const vcl::Font& rFont)
Step #4:          ^
Step #4: /src/libreoffice/sfx2/source/appl/appinit.cxx:160:17: note: candidate function has type mismatch at 1st parameter (expected 'vcl::Window *' but has 'const vcl::Window *')
Step #4: extern "C" bool GetSpecialCharsForEdit( vcl::Window const * i_pParent, const vcl::Font& i_rFont, OUString& o_rOutString );
Step #4:                 ^
Step #4: [build CXX] sfx2/source/appl/sfxpicklist.cxx
Step #4: 1 error generated.
Step #4: /src/libreoffice/solenv/gbuild/LinkTarget.mk:291: recipe for target '/work/workdir/CxxObject/sfx2/source/appl/appinit.o' failed
Step #4: make[1]: *** [/work/workdir/CxxObject/sfx2/source/appl/appinit.o] Error 1
Step #4: make[1]: *** Waiting for unfinished jobs....
Step #4: make: *** [Rdb_services] Error 2
Step #4: Makefile:166: recipe for target 'Rdb_services' failed
@Dor1s
Copy link
Contributor Author

Dor1s commented Apr 17, 2018

//cc @caolanm

@caolanm
Copy link
Contributor

caolanm commented Apr 18, 2018

@inferno-chromium
Copy link
Collaborator

@caolanm - build is still broken

Step #4: [build CXX] sfx2/source/appl/openuriexternally.cxx
Step #4: /src/libreoffice/sfx2/source/appl/appinit.cxx:180:40: error: assigning to 'PFunc_getSpecialCharsForEdit' (aka 'bool (*)(vcl::Window *const, const vcl::Font &, rtl::OUString &)') from incompatible type '<overloaded function type>'
Step #4:         pfunc_getSpecialCharsForEdit = GetSpecialCharsForEdit;
Step #4:                                        ^~~~~~~~~~~~~~~~~~~~~~
Step #4: /src/libreoffice/sfx2/source/appl/appinit.cxx:161:10: note: candidate function has different number of parameters (expected 3 but has 2)
Step #4: OUString GetSpecialCharsForEdit(vcl::Window* pParent, const vcl::Font& rFont)
Step #4:          ^
Step #4: /src/libreoffice/sfx2/source/appl/appinit.cxx:157:17: note: candidate function has type mismatch at 1st parameter (expected 'vcl::Window *const' but has 'const vcl::Window *')
Step #4: extern "C" bool GetSpecialCharsForEdit( vcl::Window const * i_pParent, const vcl::Font& i_rFont, OUString& o_rOutString );
Step #4:                 ^
Step #4: [build CXX] sfx2/source/appl/preventduplicateinteraction.cxx
Step #4: [build CXX] sfx2/source/appl/sfxhelp.cxx
Step #4: 1 error generated.
Step #4: /src/libreoffice/solenv/gbuild/LinkTarget.mk:291: recipe for target '/work/workdir/CxxObject/sfx2/source/appl/appinit.o' failed
Step #4: make[1]: *** [/work/workdir/CxxObject/sfx2/source/appl/appinit.o] Error 1
Step #4: make[1]: *** Waiting for unfinished jobs....
Step #4: Makefile:166: recipe for target 'Rdb_services' failed
Step #4: make: *** [Rdb_services] Error 2
Finished Step #4
ERROR
ERROR: build step 4 "gcr.io/oss-fuzz/libreoffice" failed: exit status 2

@caolanm
Copy link
Contributor

caolanm commented Apr 23, 2018

@inferno-chromium
Copy link
Collaborator

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants