Difference between revisions of "WikiData Import 2022-06-24"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
== Native build == | == Native build == | ||
[[WikiData_Import_2022-05-21#Build_code]] steps still apply for this attempt using the native/compiled version of qlever. | [[WikiData_Import_2022-05-21#Build_code]] steps still apply for this attempt using the native/compiled version of qlever. | ||
− | <source lang='bash'> | + | === Update qlever-code === |
+ | <source lang='bash' highlight='1'> | ||
qlever-code$ git pull | qlever-code$ git pull | ||
remote: Enumerating objects: 301, done. | remote: Enumerating objects: 301, done. | ||
Line 23: | Line 24: | ||
delete mode 100644 src/util/antlr/ThrowingErrorStrategy.h | delete mode 100644 src/util/antlr/ThrowingErrorStrategy.h | ||
create mode 100644 toolchains/gcc12.cmake | create mode 100644 toolchains/gcc12.cmake | ||
+ | </source> | ||
+ | === Update submodules === | ||
+ | <source lang='bash' highlight='1'> | ||
+ | git submodule update --init --recursive | ||
+ | Submodule path 'third_party/abseil-cpp': checked out '2617970857c46e6ec971865d54f00445c260f682' | ||
+ | Submodule path 'third_party/googletest': checked out '0320f517fd920866d918e564105d68fd4362040a' | ||
+ | From https://github.com/ad-freiburg/stxxl | ||
+ | * branch 70cc597f3f76f96f036db4ffdd84a5cd7b224c7c -> FETCH_HEAD | ||
+ | Fetching submodule extlib/foxxll | ||
+ | Submodule path 'third_party/stxxl': checked out '70cc597f3f76f96f036db4ffdd84a5cd7b224c7c' | ||
+ | From https://github.com/ad-freiburg/foxxll | ||
+ | * branch 784859bc09a3982d6545fbf1d7b698e273401703 -> FETCH_HEAD | ||
+ | Submodule path 'third_party/stxxl/extlib/foxxll': checked out '784859bc09a3982d6545fbf1d7b698e273401703' | ||
</source> | </source> | ||
Revision as of 08:45, 24 June 2022
see QLever/script as discussed in QLever Issue #562 for the script which makes reproducing this attempt easier.
see QLever Discussions for more details on this attempt series.
since the https://github.com/ad-freiburg/qlever-control now has an official "qlever" script we have rename the script that has the purpose to make the import attempts reproducible to qleverauto.
Beware of https://github.com/ad-freiburg/qlever-control/issues/4 - make sure ulimit -n is set!. This attempt had to be restarted since setting the value within a script did not work.
Preparations
Native build
WikiData_Import_2022-05-21#Build_code steps still apply for this attempt using the native/compiled version of qlever.
Update qlever-code
qlever-code$ git pull
remote: Enumerating objects: 301, done.
remote: Counting objects: 100% (301/301), done.
remote: Compressing objects: 100% (223/223), done.
Receiving objects: 31% (94/301), 53.42 MiB | 3.75 MiB/s
...
create mode 100644 src/util/antlr/ANTLRErrorHandling.h
delete mode 100644 src/util/antlr/ThrowingErrorStrategy.h
create mode 100644 toolchains/gcc12.cmake
Update submodules
git submodule update --init --recursive
Submodule path 'third_party/abseil-cpp': checked out '2617970857c46e6ec971865d54f00445c260f682'
Submodule path 'third_party/googletest': checked out '0320f517fd920866d918e564105d68fd4362040a'
From https://github.com/ad-freiburg/stxxl
* branch 70cc597f3f76f96f036db4ffdd84a5cd7b224c7c -> FETCH_HEAD
Fetching submodule extlib/foxxll
Submodule path 'third_party/stxxl': checked out '70cc597f3f76f96f036db4ffdd84a5cd7b224c7c'
From https://github.com/ad-freiburg/foxxll
* branch 784859bc09a3982d6545fbf1d7b698e273401703 -> FETCH_HEAD
Submodule path 'third_party/stxxl/extlib/foxxll': checked out '784859bc09a3982d6545fbf1d7b698e273401703'
qleverauto environment checks
./qleverauto -v