Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [autobuild.buildroot.net] Build results for 2019-07-20
Date: Sun, 21 Jul 2019 21:01:10 +0200	[thread overview]
Message-ID: <20190721210110.0b3620b0@gmx.net> (raw)
In-Reply-To: <20190721060040.4E27586230@whitealder.osuosl.org>

Hello *,

On Sun, 21 Jul 2019 06:00:34 -0000, Thomas Petazzoni <thomas.petazzoni@bootlin.com> wrote:

> Hello,
> 
> Build statistics for 2019-07-20

[...]

>      sparc64 |                  libv4l-1.16.5 | NOK | http://autobuild.buildroot.net/results/79c1e1b7a1bc53c1e9b2ae0c9acb443e6d2e2994 |     

make[4]: Entering directory '/home/buildroot/build/instance-1/output/build/libv4l-1.16.5/utils/qv4l2'

[...]

  CXXLD    qv4l2
libtool: warning: library '/home/buildroot/build/instance-1/output/host/bin/../sparc64-buildroot-linux-gnu/sysroot/usr/lib/libQt5Widgets.la' was moved.
libtool:   error: cannot find the library '' or unhandled argument '/libQt5Gui.so'
Makefile:571: recipe for target 'qv4l2' failed


From host/sparc64-buildroot-linux-gnu/sysroot/usr/lib/libQt5Widgets.la:

	# Libraries that this one depends upon.
	dependency_libs='-latomic /libQt5Gui.so /libQt5Core.so -lpthread -lrt -lpthread -ldl '

This can be fixed by reverting 'qt5: Remove *.la/*.prl fixup script' ([1]), and adding

	-e "s:\/lib\([a-zA-Z0-9_-]*\)\.so:-l\1:g"

to the sed statement, resulting in the following dependency_libs line:

	# Libraries that this one depends upon.
	dependency_libs='-latomic -lQt5Gui -lQt5Core -lpthread -lrt -lpthread -ldl '

Regards,
Peter

[1] https://git.buildroot.net/buildroot/commit/?id=428e5276e4df0b4bbd75df38565298ad53ea4f8b

  reply	other threads:[~2019-07-21 19:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-21  6:00 [Buildroot] [autobuild.buildroot.net] Build results for 2019-07-20 Thomas Petazzoni
2019-07-21 19:01 ` Peter Seiderer [this message]
2019-07-22 14:09   ` Andreas Naumann
2019-07-22 18:21     ` Peter Seiderer
2019-07-23 13:14       ` Andreas Naumann
2019-07-23 19:36         ` Peter Seiderer
2019-07-24  8:09           ` Andreas Naumann

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=20190721210110.0b3620b0@gmx.net \
    --to=ps.report@gmx.net \
    --cc=buildroot@busybox.net \
    /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