[oi-dev] DKIM violationRe: problems publishing rust
Carsten Grzemba
grzemba at contac-dt.de
Tue Jun 21 04:30:49 UTC 2022
Am 20.06.22 22:07 schrieb Gary Mills <gary_mills at fastmail.fm>:
>
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openindiana.org/pipermail/oi-dev/attachments/20220621/0596ac35/attachment-0001.html>
More information about the oi-dev
mailing list