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

Build failed:[1685749: Error: no such instruction: `_zn12complextypes11spreadsheet18cchartlayouttarget14readattributesern8xmlut'] #866

Open
humyPro opened this issue Aug 19, 2024 · 1 comment
Labels
confirmed-bug Issues with confirmed bugs

Comments

@humyPro
Copy link

humyPro commented Aug 19, 2024

Run: nohup sudo ./automate.py server > build.log 2>&1 &
After a while, I got some error msg as bellow:

g++ -c -pipe -Wno-register -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wno-ignored-qualifiers -O2 -fPIC -std=gnu++11 -w -D_REENTRANT -DINTVER=8.1.1.0 -DWIN_INTVER=8,1,1,0 -DCOPYRIGHT_YEAR=2024 -DQT_VERSION_LESS_5_15 -DLINUX -D_LINUX -DCRYPTOPP_DISABLE_ASM -DUNICODE -D_UNICODE -DDONT_WRITE_EMBEDDED_FONTS -DQT_NO_DEBUG -I. -I../../../../Common/3dParty/boost/build/linux_64/include -I/home/ubuntu/onlyoffice/build_tools/tools/linux/qt_build/Qt-5.9.9/gcc_64/mkspecs/linux-g++ -o core_build/linux_64/release/obj/docx_format.o docx_format.cpp
{standard input}: Assembler messages:
{standard input}:1685749: Error: no such instruction: `_zn12complextypes11spreadsheet18cchartlayouttarget14readattributesern8xmlut'
{standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
g++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make: *** [/home/ubuntu/onlyoffice/core/OOXML/Projects/Linux/DocxFormatLib/Makefile.linux_64:3019: core_build/linux_64/release/obj/docx_format_logic.o] Error 1
[git] update: core
[git] update: sdkjs
[git] update: sdkjs-forms
[git] update: onlyoffice.github.io
[git] update: web-apps
[git] update: dictionaries
[git] update: core-fonts
[git] update: server
[git] update: document-server-integration
[git] update: document-templates
[fetch & build]: boost
[fetch & build]: cef
[fetch & build]: icu
[fetch & build]: openssl
gn gen out.gn/linux_64 --args="v8_static_library=true is_component_build=false v8_monolithic=true v8_use_external_startup_data=false use_custom_libcxx=false treat_warnings_as_errors=false target_cpu=\"x64\" v8_target_cpu=\"x64\" is_debug=false is_clang=true use_sysroot=false"
[fetch & build]: hunspell
[fetch & build]: harfbuzz
[fetch]: hyphen
[fetch]: googletest
------------------------------------------
BUILD_PLATFORM: linux_64
------------------------------------------
Error (make): 2
install dependencies...
---------------------------------------------
build branch: master
---------------------------------------------
---------------------------------------------
build modules: server
---------------------------------------------
Error (./make.py): 1

Steps to reproduce the problem:
cd build_tools/tools/linux
nohup sudo ./automate.py server > build.log 2>&1 &

build_tools base repo version:
master
Operating system:
Ubuntu 24.04 LTS
Compiler version:
gcc version 13.2.0 (Ubuntu 13.2.0-23ubuntu4)

@igwyd
Copy link
Member

igwyd commented Aug 23, 2024

Hello @humyPro, we have some issues with compilation on Ubuntu 24.04, ticket #69837. You can compile in docker or Ubuntu 16.04, 18.04, 20.04. Recommended resources: 4cpu 8ram 4swap 80ssd. I checked the compile today in docker, it works.

@Rita-Bubnova Rita-Bubnova added the confirmed-bug Issues with confirmed bugs label Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed-bug Issues with confirmed bugs
Projects
None yet
Development

No branches or pull requests

3 participants