Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/6] Warn user on missing optional dependencies
@ 2016-11-14 13:22 Jérôme Pouiller
  2016-11-14 13:22 ` [Buildroot] [PATCH 1/6] check-shlibs-deps: new script to check shared library dependencies Jérôme Pouiller
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Jérôme Pouiller @ 2016-11-14 13:22 UTC (permalink / raw)
  To: buildroot

Following series aim to help developers (maybe with help of autobuilders) to
find missing optional dependencies. The principle is to list shared libraries
needed for each ELF found in $TARGET_DIR and check if it does not missing in
dependency list.

 - Patches 1 and 2 implement this feature
 - Patch 3 is a proposal to make packages-file-list.txt compatible with top
   level parallelize
 - Last 3 patches are fixes for errors I found for my configuration

Notice, I also work on reproducible builds. I am going to send my work soon.
Using it and fixing errors found by current series, I am able to do
reproducible builds with TLP enabled (and without per package staging
directory).

J?r?me Pouiller (6):
  check-shlibs-deps: new script to check shared library dependencies
  pkg-generic: add check_shlibs_deps hooks
  infra: fix 'packages-file-list.txt' with TLP
  ntp: fix missing optional dependencies
  xterm: depend on libXinerama if appropriate
  xserver_xorg-server: fix dependency with dbus

 package/ntp/ntp.mk                                 |  14 ++
 package/pkg-generic.mk                             |  24 +++
 .../xserver_xorg-server/xserver_xorg-server.mk     |   4 +-
 package/xterm/xterm.mk                             |   7 +
 support/scripts/check-shlibs-deps                  | 172 +++++++++++++++++++++
 5 files changed, 219 insertions(+), 2 deletions(-)
 create mode 100755 support/scripts/check-shlibs-deps

-- 
2.9.3

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2017-04-01 14:43 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-14 13:22 [Buildroot] [PATCH 0/6] Warn user on missing optional dependencies Jérôme Pouiller
2016-11-14 13:22 ` [Buildroot] [PATCH 1/6] check-shlibs-deps: new script to check shared library dependencies Jérôme Pouiller
2017-02-06 21:04   ` Samuel Martin
2017-02-10 17:22     ` Jérôme Pouiller
2017-02-09 22:21   ` Thomas Petazzoni
2016-11-14 13:22 ` [Buildroot] [PATCH 2/6] pkg-generic: add check_shlibs_deps hooks Jérôme Pouiller
2017-02-06 21:04   ` Samuel Martin
2016-11-14 13:22 ` [Buildroot] [PATCH 3/6] infra: fix 'packages-file-list.txt' with TLP Jérôme Pouiller
2017-02-09 22:24   ` Thomas Petazzoni
2017-02-10 17:40     ` Jérôme Pouiller
2017-04-01 14:43   ` Thomas Petazzoni
2016-11-14 13:22 ` [Buildroot] [PATCH 4/6] ntp: fix missing optional dependencies Jérôme Pouiller
2016-11-28 22:24   ` Thomas Petazzoni
2016-11-14 13:22 ` [Buildroot] [PATCH 5/6] xterm: depend on libXinerama if appropriate Jérôme Pouiller
2016-11-14 13:22 ` [Buildroot] [PATCH 6/6] xserver_xorg-server: fix dependency with dbus Jérôme Pouiller
2016-12-17 15:52   ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox