Bug 11155 - [Package Request] tsc 2.1.0
Summary: [Package Request] tsc 2.1.0
Status: CONFIRMED
Alias: None
Product: ROSA Fresh
Classification: ROSA-based products
Component: Contributed Packages (show other bugs)
Version: KDE4
Hardware: All Linux
: Normal normal
Target Milestone: ---
Assignee: ROSA Linux Bugs
QA Contact: ROSA Linux Bugs
URL:
Whiteboard:
Depends on:
Blocks:
 
Reported: 2021-01-26 15:54 MSK by Zombie Ryushu
Modified: 2021-03-17 17:08 MSK (History)
3 users (show)

See Also:
Platform: 2016.1
ROSA Vulnerability identifier:
RPM Package: tsc-2.1.0-1.src.rpm
ISO-related:
Bad POT generating:
Upstream:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zombie Ryushu 2021-01-26 15:54:36 MSK
Please import this package from Mageia. I have already imported it, but there are some build issues.
Comment 1 Zombie Ryushu 2021-02-06 22:13:38 MSK
ost_system.so /usr/lib64/libboost_date_time.so /usr/lib64/libboost_atomic.so -lpthread 
/usr/bin/ld: CMakeFiles/tsc.dir/src/input/mouse.cpp.o: undefined reference to symbol '_ZN5CEGUI10GUIContext14getMouseCursorEv'
/usr/lib64/libCEGUIBase-0.so.2: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/tsc.dir/build.make:2623: tsc] Error 1
make[2]: Leaving directory '/home/masterz/testing/BUILD/TSC-2.1.0/build'
make[1]: *** [CMakeFiles/Makefile2:229: CMakeFiles/tsc.dir/all] Error 2
make[1]: Leaving directory '/home/masterz/testing/BUILD/TSC-2.1.0/build'
make: *** [Makefile:155: all] Error 2
error: Bad exit status from /home/masterz/testing/BUILDROOT/rpm-tmp.37779 (%build)
Comment 2 Zombie Ryushu 2021-03-02 23:26:04 MSK
This issue happened to be the result of old development libraries from CEGUI 0.6 that have since been resovled.

A build is incoming.
Comment 3 Zombie Ryushu 2021-03-02 23:48:46 MSK
tsc: error while loading shared libraries: libCEGUIDevILImageCodec.so: cannot open shared object file: No such file or directory
Comment 4 Zombie Ryushu 2021-03-03 02:27:23 MSK
Found a work around that might actually be an issue in cegui:
I had to create a file called /etc/ld.so.conf.d/cegui.conf containing:
/usr/lib64/cegui-0.8/
and then run ldconfig -X
Comment 5 Giovanni Mariani 2021-03-17 17:08:16 MSK
(In reply to Zombie Ryushu from comment #4)
> Found a work around that might actually be an issue in cegui:
> I had to create a file called /etc/ld.so.conf.d/cegui.conf containing:
> /usr/lib64/cegui-0.8/
> and then run ldconfig -X

Then open a bug for cegui: reporting here is useless...