From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 110249] IGT command line tools load redundant GUI libraries
Date: Tue, 26 Mar 2019 14:44:36 +0000 [thread overview]
Message-ID: <bug-110249-502-Jstqo1f6Lc@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-110249-502@http.bugs.freedesktop.org/>
[-- Attachment #1.1: Type: text/plain, Size: 4023 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=110249
--- Comment #4 from Eero Tamminen <eero.t.tamminen@intel.com> ---
(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
> looks like a bit of carelessness introduced the extra deps when writing the
> meson.build.
Almost all the installed tools link it:
$ for i in intel*; do echo $i; readelf -d $i|grep libigt; done
/opt/install/bin/intel_aubdump
readelf: Error: Not an ELF file - it has the wrong magic bytes at the start
/opt/install/bin/intel_audio_dump
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_backlight
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_bios_dumper
/opt/install/bin/intel_display_crc
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_display_poller
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_dp_compliance
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_dump_decode
/opt/install/bin/intel_dump_gpu
readelf: Error: Not an ELF file - it has the wrong magic bytes at the start
/opt/install/bin/intel_error2aub
/opt/install/bin/intel_error_decode
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_firmware_decode
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_forcewaked
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_framebuffer_dump
/opt/install/bin/intel_gem_info
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel-gen4asm
/opt/install/bin/intel-gen4disasm
/opt/install/bin/intel_gpu_abrt
readelf: Error: Not an ELF file - it has the wrong magic bytes at the start
/opt/install/bin/intel_gpu_frequency
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_gpu_time
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_gpu_top
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_gtt
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_guc_logger
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_gvtg_test
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_infoframes
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_l3_parity
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_lid
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_opregion_decode
/opt/install/bin/intel_panel_fitter
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_perf_counters
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_reg
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_reg_checker
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_residency
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_sanitize_gpu
readelf: Error: Not an ELF file - it has the wrong magic bytes at the start
/opt/install/bin/intel_stepping
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_vbt_decode
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
/opt/install/bin/intel_watermark
0x0000000000000001 (NEEDED) Shared library: [libigt.so]
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 4897 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2019-03-26 14:44 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-26 13:11 [Bug 110249] IGT command line tools load redundant GUI libraries bugzilla-daemon
2019-03-26 13:41 ` bugzilla-daemon
2019-03-26 14:31 ` bugzilla-daemon
2019-03-26 14:35 ` bugzilla-daemon
2019-03-26 14:44 ` bugzilla-daemon [this message]
2019-03-26 16:05 ` bugzilla-daemon
2019-03-26 16:20 ` bugzilla-daemon
2019-04-09 11:16 ` bugzilla-daemon
2019-11-12 7:40 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-110249-502-Jstqo1f6Lc@http.bugs.freedesktop.org/ \
--to=bugzilla-daemon@freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox