Grégory Starck
Grégory Starck
hmm, the full path is 249 bytes long.. ```bash $ python -c "print(len('/home/vandersonmota/.devpi/server/+files/root/pypi/+f/40e/7bc81c9e2b273/wrapt-1.14.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl-6a3732542513ba3a3529168b8e283d6f68fd2d5e0cf9424b06bb456736604f1f-tmp'))" 249 ``` @vandersonmota what gives `getconf -a | grep -i _max` (we'll get all such "max" sizes)...
strange. have basically all the same _max than you but 2 unrelated. what is your filesystem on your /home actually ?
to be sure: ``` getconf NAME_MAX /home/vandersonmota/.devpi ``` ?
yep: ```bash 09:01 $ python -c "print(len('wrapt-1.14.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl-6a3732542513ba3a3529168b8e283d6f68fd2d5e0cf9424b06bb456736604f1f-tmp'))" 177 ```
> Currently the copy can't be done instantly, as files are stored per index. well. unless we use hard-link(s) copy that is, for instance. it's not instantly but it's quite...
> So a simple copy on the file system alone does nothing, the data in the database needs to be updated accordingly. effectively :) thus my issue ;)
I'm trying something here : https://github.com/devpi/devpi/pull/900
@fschulze wdyt of this ?
I'm also very interested in such a feature, basically : I've a lot of network (nfs) mount points where I have a lot of repositories.. some (most) of these I've...
I workaround by forcing/setting the -DCMAKE_CXX_FLAGS to -I/usr/lib/pypy3/include in the setup.py