Skip to content

Building parallel find fails #92

@olafWW

Description

@olafWW

on a RHEL 9.4 system , cloned just from git ..
when running ./prepare.. it get stuck at

it clones LZ4 into pfind DIR .. (successfully)
[...]
Download LZ4 used for optimizing the network traffic
Cloning into 'lz4'...
remote: Enumerating objects: 17235, done.
remote: Counting objects: 100% (464/464), done.
remote: Compressing objects: 100% (249/249), done.
remote: Total 17235 (delta 292), reused 215 (delta 215), pack-reused 16771 (from 4)
Receiving objects: 100% (17235/17235), 7.07 MiB | 21.48 MiB/s, done.
Resolving deltas: 100% (11810/11810), done.
Updating files: 100% (211/211), done.
[..]
==> built with multithreading support
lz4 build completed
rm: cannot remove '*.a': No such file or directory
Building parallel find; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< here it start building
Using LZ4 for optimization
In function ‘option_parse_token’,
inlined from ‘poption_parse’ at src/option.c:386:5:
src/option.c:348:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | arg[-1] = '=';
| ~~~~~~~~^~~~~
In function ‘option_parse_token’,
inlined from ‘poption_parse’ at src/option.c:386:5,
inlined from ‘pfind_parse_args’ at src/pfind-options.c:122:3:
src/option.c:348:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | arg[-1] = '=';
| ^
/usr/bin/ld: ./lz4/lib/liblz4.a(lz4.o): relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIE
collect2: error: ld returned 1 exit status

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions