Am 20.06.22 22:07 schrieb Gary Mills <[email protected]>: > > On Mon, Jun 20, 2022 at 09:21:58PM +0200, Andreas Wacknitz wrote: > > We already had another guy trying to build a newer rust failing with the > > same problem. > > He found out that this is a known problem and there should already be a > > fix (as far as I understood) but it hadn't been integrated in the release. > > It looks like the situation didn't change in the last weeks. > > Who is the other guy? That makes three of us. > > I had the same problem. The solution is to copy the files in the > Makefile, instead of using symlinks or hard links: > > # Workaround the symlink name length 100 problem, but hope it is not > neccessary > # but also with patch src_tools_rust-installer_src_generator.rs.patch > COMPONENT_PRE_CONFIGURE_ACTION = $(CP) -r $(SOURCE_DIR)/* $(@D)/ >
My experience was, if I remember correctly, it is sufficent to use hard links so you do not waste a lot of disk space and time for copying . or that I used a Python script: https://github.com/cgrzemba/oi-userland/blob/rust-144/components/developer/rust/files/sym2hard.py -- Carsten
_______________________________________________ oi-dev mailing list [email protected] https://openindiana.org/mailman/listinfo/oi-dev
