Changes between Initial Version and Version 1 of Ticket #60165, comment 7


Ignore:
Timestamp:
Oct 6, 2020, 2:17:01 PM (4 years ago)
Author:
ballapete (Peter "Pete" Dyballa)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60165, comment 7

    initial v1  
    1 Recent `meson @0.55.3` needs different patches to build a target. They are attached here. the backend `ninjabackend.py` needs at least one of the comment patches or the function to generate the target will fail because there is no rpath element to remove. The patches do not seem to be complete, because installation and also test fail because of one reason: image not found. The binaries built for installation obviously cannot find shared libraries in, I think, ${workpath}/${name} or ${worksrcpath}/${name}.
     1Recent `meson @0.55.3` needs different patches to build a target. They are attached here. the backend `ninjabackend.py` needs at least one of the comment patches or the function to generate the target will fail because there is no rpath element to remove. The patches do not seem to be complete, because installation and also test fail because of one reason: image not found. The binaries built for installation obviously cannot find shared libraries in, I think, `${workpath}/${name}` or `${worksrcpath}/${name}`.