Giter Club home page Giter Club logo

Comments (5)

partouf avatar partouf commented on July 23, 2024
$ ls -l /opt/compiler-explorer/jakt-trunk-20240718/bin
total 37608
lrwxrwxrwx 1 root root       47 Jul 18 00:08 jakt -> /root/jakt-trunk-20240718/build/bin/jakt_stage1
-rwxr-xr-x 1 root root 18941880 Jul 18 00:07 jakt_stage0
-rwxr-xr-x 1 root root 18239976 Jul 18 00:08 jakt_stage1
-rwxr-xr-x 1 root root  1318376 Jul 18 00:08 jakttest

The symlink that is automatically created by the buildprocess points to /root/ which is the build-installation directory during the buildprocess, but is obviously not the same as the actual installation directory.

from infra.

partouf avatar partouf commented on July 23, 2024

Attempting to fix with compiler-explorer/misc-builder@1508cfc

from infra.

partouf avatar partouf commented on July 23, 2024

Checked their CMakeLists.txt and noticed that a runtime dir link would also be wrong, and it is:

$ ls -l /opt/compiler-explorer/jakt-trunk-20240718/include
total 4
lrwxrwxrwx 1 root root 33 Jul 18 00:07 runtime -> /root/jakt-trunk-20240718/runtime

from infra.

partouf avatar partouf commented on July 23, 2024

they're using the cmake command -E create_symlink, https://cmake.org/cmake/help/latest/manual/cmake.1.html#cmdoption-cmake-E-arg-create_symlink
it doesn't appear to have support for making relative links
so my hack on the buildscript will have to do

from infra.

partouf avatar partouf commented on July 23, 2024

This was fixed for a little bit, but its broken again, not sure why

from infra.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.