[PATCH] Recursively copy files before config test

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Holger Freyther holger at freyther.de
Wed Apr 13 10:49:18 UTC 2016


> On 13 Apr 2016, at 04:10, Max <msuraev at sysmocom.de> wrote:
> 

Hi,

> Not directly - the error is not triggered from the code I've added. But
> it could be that my code somehow changed/not changed metadata in some
> corner case. I'm unable to reproduce this locally - is there way to get
> file details from jenkins? Permission, owner, xattr etc from both target
> and destination of the copy and upper folders?

well, the responsibility is with you. Have you looked at the console output and when it happens?

It happens with "make: *** [distcheck] Error 1". Which means the source directory will be checked out read-only, which means the files you copy are read-only. I would be surprised if

DISTCHECK_CONFIGURE_FLAGS=--enable-sysmocom-bts=no --enable-sysmocom-dsp=no --enable-vty-tests AM_DISTCHECK_CONFIGURE_FLAGS=--enable-sysmocom-bts=no --enable-sysmocom-dsp=no --enable-vty-tests PKG_CONFIG_PATH=/home/builder/source/workspace/osmo-pcu/label/linux_i386_debian_squeeze/sysmobts/no/sysmodsp/no/deps/install/lib/pkgconfig LD_LIBRARY_PATH=/home/builder/source/workspace/osmo-pcu/label/linux_i386_debian_squeeze/sysmobts/no/sysmodsp/no/deps/install/lib make distcheck

doesn't reproduce the issue for you.

holger


More information about the OpenBSC mailing list