FS#68942 - [mygui] boost / boost-libs no longer needed

Attached to Project: Community Packages
Opened by Lone_Wolf (Lone_Wolf) - Friday, 11 December 2020, 14:42 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Saturday, 12 December 2020, 11:38 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

mygui 3.4.0-1

I noticed that mygui was not included in the recent boost 1.74 rebuild.
Some testing showed it still worked fine with boost 1.74 , so I decided to check.
The output of lddtree below doesn't show boost as needed.

I also did an extra-x86_64-build of the community PKGBUILD with boost removed from makedepends and boost-libs from depends.
The build went fine.

Please verify if boost / boost-libs are still needed by this package.










$ lddtree /usr/lib/libMyGUIEngine.so.3.4.0
/usr/lib/libMyGUIEngine.so.3.4.0 (interpreter => None)
libdl.so.2 => /usr/lib/libdl.so.2
ld-linux-x86-64.so.2 => /usr/lib/ld-linux-x86-64.so.2
libfreetype.so.6 => /usr/lib/libfreetype.so.6
libbz2.so.1.0 => /usr/lib/libbz2.so.1.0
libpng16.so.16 => /usr/lib/libpng16.so.16
libz.so.1 => /usr/lib/libz.so.1
libharfbuzz.so.0 => /usr/lib/libharfbuzz.so.0
libfreetype.so.6 => !!! circular loop !!!
libgraphite2.so.3 => /usr/lib/libgraphite2.so.3
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0
libpcre.so.1 => /usr/lib/libpcre.so.1
libpthread.so.0 => /usr/lib/libpthread.so.0
libstdc++.so.6 => /usr/lib/libstdc++.so.6
libm.so.6 => /usr/lib/libm.so.6
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1
libc.so.6 => /usr/lib/libc.so.6
$

Description:


Additional info:
* package version(s)
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Saturday, 12 December 2020, 11:38 GMT
Reason for closing:  Fixed

Loading...