[Bug 110249] IGT command line tools load redundant GUI libraries

2019-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110249 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 110249] IGT command line tools load redundant GUI libraries

2019-04-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110249 --- Comment #7 from Eero Tamminen --- Following tools still link libigt: - for i in intel*; do echo $i; readelf -d $i | grep libigt; done 2>/dev/null | awk ' /^intel/ { name=$1 } /NEEDED.*libigt.so/ { print "-",

[Bug 110249] IGT command line tools load redundant GUI libraries

2019-03-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110249 --- Comment #6 from Eero Tamminen --- intel_gpu_top works fine now. Large difference in ldd output, and it's still small: $ size intel_gpu_top textdata bss dec hex filename 211021204 304 226105852

[Bug 110249] IGT command line tools load redundant GUI libraries

2019-03-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110249 --- Comment #5 from Chris Wilson --- One down, the rest left to an adventurous sole. commit a350b9f9f606296b1599c3617c8530a8985709e2 (HEAD, upstream/master) Author: Chris Wilson Date: Tue Mar 26 13:26:26 2019 + tools/intel-gpu-top:

[Bug 110249] IGT command line tools load redundant GUI libraries

2019-03-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110249 --- Comment #4 from Eero Tamminen --- (In reply to Chris Wilson from comment #3) > The autotools build doesn't have this problem because in there intel-gpu-top > is not linked against libigt.la, as nothing outside of tests/ should be. It >

[Bug 110249] IGT command line tools load redundant GUI libraries

2019-03-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110249 --- Comment #3 from Chris Wilson --- The autotools build doesn't have this problem because in there intel-gpu-top is not linked against libigt.la, as nothing outside of tests/ should be. It looks like a bit of carelessness introduced the extra

[Bug 110249] IGT command line tools load redundant GUI libraries

2019-03-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110249 --- Comment #2 from Emil Velikov --- Some food for thought: The old autotools build did not have this problem since it: - was creating a static libigt library - yet ^^ would lead to slightly longer build times and overall larger bundle - ^^

[Bug 110249] IGT command line tools load redundant GUI libraries

2019-03-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110249 --- Comment #1 from Eero Tamminen --- (In reply to Eero Tamminen from comment #0) ... > X11 libraries, libglsl etc stuff brought in by libigt. Sorry, that wasn't libglsl, but libgls (GNU Scientific Library). -- You are receiving this mail

[Bug 110249] IGT command line tools load redundant GUI libraries

2019-03-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110249 Bug ID: 110249 Summary: IGT command line tools load redundant GUI libraries Product: DRI Version: DRI git Hardware: Other OS: All Status: NEW Severity: