Most likely you are missing "/usr/lib/ld-linux.so.2".

Check that your system is not missing any file and all them have not been modified:

    # xbps-pkgdb -av 2>&1|tee log.txt

If there's any missing file reinstall the pkg:

    # xbps-install -Syvf foo-1.0_1

Cheers