Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Issue: Libtrace Version URL is out of date #5

Open
alrawi opened this issue Nov 20, 2024 · 0 comments
Open

Build Issue: Libtrace Version URL is out of date #5

alrawi opened this issue Nov 20, 2024 · 0 comments

Comments

@alrawi
Copy link

alrawi commented Nov 20, 2024

The setup script fails because the libtrace resource is out of date. See the following output:

libtool: install: /usr/bin/install -c .libs/libwandio.so.6.0.3 /home/oalrawi/spoki/spoki/deps/lib/libwandio.so.6.0.3
libtool: install: (cd /home/oalrawi/spoki/spoki/deps/lib && { ln -s -f libwandio.so.6.0.3 libwandio.so.6 || { rm -f libwandio.so.6 && ln -s libwandio.so.6.0.3 libwandio.so.6; }; })
libtool: install: (cd /home/oalrawi/spoki/spoki/deps/lib && { ln -s -f libwandio.so.6.0.3 libwandio.so || { rm -f libwandio.so && ln -s libwandio.so.6.0.3 libwandio.so; }; })
libtool: install: /usr/bin/install -c .libs/libwandio.lai /home/oalrawi/spoki/spoki/deps/lib/libwandio.la
libtool: install: /usr/bin/install -c .libs/libwandio.a /home/oalrawi/spoki/spoki/deps/lib/libwandio.a
libtool: install: chmod 644 /home/oalrawi/spoki/spoki/deps/lib/libwandio.a
libtool: install: ranlib /home/oalrawi/spoki/spoki/deps/lib/libwandio.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/snap/bin:/sbin" ldconfig -n /home/oalrawi/spoki/spoki/deps/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/oalrawi/spoki/spoki/deps/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /usr/bin/mkdir -p '/home/oalrawi/spoki/spoki/deps/include'
 /usr/bin/install -c -m 644 wandio.h '/home/oalrawi/spoki/spoki/deps/include'
make[2]: Leaving directory '/home/oalrawi/spoki/spoki/wandio/lib'
make[1]: Leaving directory '/home/oalrawi/spoki/spoki/wandio/lib'
Making install in tools/wandiocat
make[1]: Entering directory '/home/oalrawi/spoki/spoki/wandio/tools/wandiocat'
make[2]: Entering directory '/home/oalrawi/spoki/spoki/wandio/tools/wandiocat'
 /usr/bin/mkdir -p '/home/oalrawi/spoki/spoki/deps/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c wandiocat '/home/oalrawi/spoki/spoki/deps/bin'
libtool: install: /usr/bin/install -c .libs/wandiocat /home/oalrawi/spoki/spoki/deps/bin/wandiocat
 /usr/bin/mkdir -p '/home/oalrawi/spoki/spoki/deps/share/man/man1'
 /usr/bin/install -c -m 644 wandiocat.1 '/home/oalrawi/spoki/spoki/deps/share/man/man1'
make[2]: Leaving directory '/home/oalrawi/spoki/spoki/wandio/tools/wandiocat'
make[1]: Leaving directory '/home/oalrawi/spoki/spoki/wandio/tools/wandiocat'
make[1]: Entering directory '/home/oalrawi/spoki/spoki/wandio'
make[2]: Entering directory '/home/oalrawi/spoki/spoki/wandio'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/oalrawi/spoki/spoki/wandio'
make[1]: Leaving directory '/home/oalrawi/spoki/spoki/wandio'

# ---------------------------------------------------------------------------- #
# -- Building libtrace ------------------------------------------------------- #
# ---------------------------------------------------------------------------- #
./setup.sh: line 146: cd: /home/oalrawi/spoki/spoki/libtrace: No such file or directory
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:02:10 --:--:--     0
curl: (28) Failed to connect to research.wand.net.nz port 443 after 130516 ms: Connection timed out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant