I think this is actually a devtool issue, where it won't expand the LICENSE path properly if there is a .. in it. Try 'devtool upgrade vim' and you should see the same error.
Alex On Wed, 17 Apr 2019 at 15:19, Tom Rini <[email protected]> wrote: > > On Tue, Apr 16, 2019 at 11:39:44PM -0700, [email protected] wrote: > > > Hello, > > > > You are receiving this email because you are the maintainer > > of *vim* recipe and this is to let you know that the automatic attempt > > to upgrade the recipe to *8.1.1174* has Failed (devtool error). > > > > Detailed error information: > > > > The following devtool command failed: upgrade vim -V 8.1.1174 -S > > 8dc4c7292364d31cfb8afa8a67984b78b657b192 > > NOTE: Starting bitbake server... > > NOTE: Bitbake server didn't start within 5 seconds, waiting for 90 > > WARNING: Layer workspacelayer should set LAYERSERIES_COMPAT_workspacelayer > > in its conf/layer.conf file to list the core layer names it is compatible > > with. > > Loading cache...done. > > INFO: Extracting current version source... > > Loaded 1303 entries from dependency cache. > > > > Summary: There was 1 WARNING message shown. > > NOTE: Resolving any missing task queue dependencies > > > > Build Configuration: > > BB_VERSION = "1.43.0" > > BUILD_SYS = "x86_64-linux" > > NATIVELSBSTRING = "universal" > > TARGET_SYS = "i586-poky-linux" > > MACHINE = "qemux86" > > DISTRO = "poky" > > DISTRO_VERSION = "2.7+snapshot-20190417" > > TUNE_FEATURES = "m32 i586" > > TARGET_FPU = "" > > meta > > meta-poky > > meta-yocto-bsp = > > "tmp-auh-upgrades:d8076ffc00fad478a50510b864fc59e77d95217b" > > workspace = "<unknown>:<unknown>" > > > > Initialising tasks...done. > > NOTE: Executing RunQueue Tasks > > NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun > > and all succeeded. > > NOTE: Writing buildhistory > > Traceback (most recent call last): > > File "/home/auh/poky/scripts/devtool", line 344, in <module> > > ret = main() > > File "/home/auh/poky/scripts/devtool", line 331, in main > > ret = args.func(args, config, basepath, workspace) > > File "/home/auh/poky/scripts/lib/devtool/upgrade.py", line 555, in upgrade > > old_licenses = _extract_licenses(srctree, rd.getVar('LIC_FILES_CHKSUM')) > > File "/home/auh/poky/scripts/lib/devtool/upgrade.py", line 470, in > > _extract_licenses > > with open(os.path.join(srcpath, path), 'rb') as f: > > FileNotFoundError: [Errno 2] No such file or directory: > > '/home/auh/build/workspace/sources/vim/../runtime/doc/uganda.txt' > > > > > > > > Please review the attached files for further information and build/update > > failures. > > Any problem please file a bug at > > https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler > > If I want to trying to debug the AUH, are there any pointers? It really > ought to be able to handle vim... Thanks! > > -- > Tom > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
