[Buildroot] [autobuild.buildroot.net] Build results for 2018-11-25

Arnout Vandecappelle arnout at mind.be
Wed Nov 28 22:52:14 UTC 2018



On 26/11/2018 18:50, Matthew Weber wrote:
> All,
> 
> 
> On Mon, Nov 26, 2018 at 1:01 AM Thomas Petazzoni
> <thomas.petazzoni at bootlin.com> wrote:
[snip]
>>  powerpc64le |                  setools-4.1.1 | NOK | http://autobuild.buildroot.net/results/e214e1a539cdac07028fb58c3822f89886d86f1f |
> 
> setools package is installing man pages and were caught using a bad
> path by 'step_check_build_dir'.  To stop the install of the man pages,
> is the preference a 'sed' to remove a line in setup.py or a 'rm' as a
> hook to cleanup the install of the files to staging/target?

 Well, fix setup.py of course :-)

 This is caused by e94280e5a537b "package/pkg-python: use proper --prefix and
--root values". It changed:

-       --prefix=$(TARGET_DIR)/usr
+       --prefix=/usr \
+       --root=$(TARGET_DIR)

 setools setup.py does:

data_files=[(join(sys.prefix, 'share/man/man1'), glob.glob("man/*.1"))],

 To me, that actually looks like the right thing to do...

 Angelo, maybe you have an idea?

 Regards,
 Arnout



More information about the buildroot mailing list